[package] name = "libc-interface" version = "0.1.2" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "../README.md" repository = "https://github.com/rust-lang/libc-interface" homepage = "https://github.com/rust-lang/libc-interface" documentation = "http://doc.rust-lang.org/libc-interface" description = """ A library for types often found in libc or other common platform libraries. """ [badges] travis-ci = { repository = "rust-lang/libc-interface" } [features] default = [] align = []