blob: 2ecdcfb045e59d9ec099576fc9d60640cd81f35e [file] [log] [blame]
Alex Crichton68fe98b2015-01-13 07:53:42 -08001[package]
2
3name = "libc"
Francis Gagnée1fd5772018-03-18 14:13:43 -04004version = "0.2.40"
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
Martin Geisler9f3d28d2017-07-25 01:21:04 +020016[badges]
17travis-ci = { repository = "rust-lang/libc" }
Trevor Reiff95fe3cc2017-10-13 15:38:43 -040018appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }
Martin Geisler9f3d28d2017-07-25 01:21:04 +020019
Alex Crichton2c57e362015-09-15 17:30:53 -070020[features]
Alex Crichton6d46b6f2016-01-20 16:39:37 -080021default = ["use_std"]
22use_std = []
Alex Crichton739edbc2016-10-08 11:33:09 -070023
24[workspace]
Alex Crichton201d5392017-08-18 09:20:11 -070025members = ["libc-test"]