]>
Commit | Line | Data |
---|---|---|
92a42be0 SL |
1 | [package] |
2 | ||
3 | name = "libc" | |
54a0048b | 4 | version = "0.2.9" |
92a42be0 SL |
5 | authors = ["The Rust Project Developers"] |
6 | license = "MIT/Apache-2.0" | |
7 | readme = "README.md" | |
8 | repository = "https://github.com/rust-lang/libc" | |
9 | homepage = "https://github.com/rust-lang/libc" | |
10 | documentation = "http://doc.rust-lang.org/libc" | |
11 | description = """ | |
12 | A library for types and bindings to native C functions often found in libc or | |
13 | other common platform libraries. | |
14 | """ | |
15 | ||
16 | [features] | |
7453a54e SL |
17 | default = ["use_std"] |
18 | use_std = [] |