[features]
cargo-build = []
default = ["cargo-build"]
[lib]
name = "libc"
path = "rust/src/liblibc/lib.rs"
[package]
authors = ["The Rust Project Developers"]
description = "A library for types and bindings to native C functions often found in libc or\nother common platform libraries.\n"
documentation = "http://doc.rust-lang.org/libc"
homepage = "https://github.com/rust-lang/libc"
include = ["Cargo.toml", "rust/src/liblibc/*"]
license = "MIT/Apache-2.0"
name = "libc"
readme = "README.md"
repository = "https://github.com/rust-lang/libc"
version = "0.1.11"