]> git.proxmox.com Git - rustc.git/blob - src/liblibc/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / liblibc / Cargo.toml
1 [package]
2
3 name = "libc"
4 version = "0.2.9"
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]
17 default = ["use_std"]
18 use_std = []