Alex Crichton | 68fe98b | 2015-01-13 07:53:42 -0800 | [diff] [blame] | 1 | [package] |
| 2 | |
| 3 | name = "libc" |
Marcin Mielniczuk | 4afbf4e | 2017-07-24 09:22:30 +0200 | [diff] [blame] | 4 | version = "0.2.28" |
Alex Crichton | 68fe98b | 2015-01-13 07:53:42 -0800 | [diff] [blame] | 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 | """ |
Alex Crichton | 2c57e36 | 2015-09-15 17:30:53 -0700 | [diff] [blame] | 15 | |
Martin Geisler | 9f3d28d | 2017-07-25 01:21:04 +0200 | [diff] [blame^] | 16 | [badges] |
| 17 | travis-ci = { repository = "rust-lang/libc" } |
| 18 | appveyor = { repository = "rust-lang-libs/libc" } |
| 19 | |
Alex Crichton | 2c57e36 | 2015-09-15 17:30:53 -0700 | [diff] [blame] | 20 | [features] |
Alex Crichton | 6d46b6f | 2016-01-20 16:39:37 -0800 | [diff] [blame] | 21 | default = ["use_std"] |
| 22 | use_std = [] |
Alex Crichton | 739edbc | 2016-10-08 11:33:09 -0700 | [diff] [blame] | 23 | |
| 24 | [workspace] |
| 25 | members = ["libc-test", "libc-test/generate-files"] |