]> git.proxmox.com Git - rustc.git/blame - src/vendor/libc/Cargo.toml
New upstream version 1.31.0+dfsg1
[rustc.git] / src / vendor / libc / Cargo.toml
CommitLineData
3b2f2976
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
476ff2be 12
3b2f2976 13[package]
476ff2be 14name = "libc"
b7449926 15version = "0.2.43"
476ff2be 16authors = ["The Rust Project Developers"]
3b2f2976 17description = "A library for types and bindings to native C functions often found in libc or\nother common platform libraries.\n"
476ff2be
SL
18homepage = "https://github.com/rust-lang/libc"
19documentation = "http://doc.rust-lang.org/libc"
3b2f2976
XL
20readme = "README.md"
21license = "MIT/Apache-2.0"
22repository = "https://github.com/rust-lang/libc"
476ff2be
SL
23
24[features]
b7449926 25align = []
3b2f2976 26default = ["use_std"]
ea8adc8c 27use_std = []
3b2f2976 28[badges.appveyor]
abe05a73 29project_name = "rust-lang-libs/libc"
ff7c6d11 30repository = "rust-lang/libc"
ea8adc8c
XL
31
32[badges.travis-ci]
33repository = "rust-lang/libc"