]> git.proxmox.com Git - rustc.git/blob - src/vendor/libc/Cargo.toml.orig
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / libc / Cargo.toml.orig
1 [package]
2
3 name = "libc"
4 version = "0.2.31"
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 [badges]
17 travis-ci = { repository = "rust-lang/libc" }
18 appveyor = { repository = "rust-lang-libs/libc" }
19
20 [features]
21 default = ["use_std"]
22 use_std = []
23
24 [workspace]
25 members = ["libc-test"]