1[package] 2 3name = "libc" 4version = "0.2.15" 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] 17default = ["use_std"] 18use_std = [] 19