]> git.proxmox.com Git - rustc.git/blame - src/liblibc/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / liblibc / Cargo.toml
CommitLineData
92a42be0
SL
1[package]
2
3name = "libc"
54a0048b 4version = "0.2.9"
92a42be0
SL
5authors = ["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"""
15
16[features]
7453a54e
SL
17default = ["use_std"]
18use_std = []