blob: 5dc0ec4e4e7a0a8d520bcede61dd22ea0beaeef4 [file] [log] [blame]
Alex Crichton68fe98b2015-01-13 07:53:42 -08001[package]
2
3name = "libc"
Alex Crichton351df2d2016-09-08 15:01:24 -07004version = "0.2.16"
Alex Crichton68fe98b2015-01-13 07:53:42 -08005authors = ["The Rust Project Developers"]
6license = "MIT/Apache-2.0"
7readme = "README.md"
8repository = "https://github.com/rust-lang/libc"
9homepage = "https://github.com/rust-lang/libc"
10documentation = "http://doc.rust-lang.org/libc"
11description = """
12A library for types and bindings to native C functions often found in libc or
13other common platform libraries.
14"""
Alex Crichton2c57e362015-09-15 17:30:53 -070015
16[features]
Alex Crichton6d46b6f2016-01-20 16:39:37 -080017default = ["use_std"]
18use_std = []
Alex Crichton739edbc2016-10-08 11:33:09 -070019
20[workspace]
21members = ["libc-test", "libc-test/generate-files"]