]> git.proxmox.com Git - rustc.git/blame - src/vendor/bitflags/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / bitflags / Cargo.toml
CommitLineData
7cac9316
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)
8bb4bdeb 12
7cac9316 13[package]
8bb4bdeb 14name = "bitflags"
7cac9316 15version = "0.9.1"
8bb4bdeb 16authors = ["The Rust Project Developers"]
7cac9316
XL
17description = "A macro to generate structures which behave like bitflags.\n"
18homepage = "https://github.com/rust-lang-nursery/bitflags"
19documentation = "https://docs.rs/bitflags"
8bb4bdeb 20readme = "README.md"
7cac9316
XL
21keywords = ["bit", "bitmask", "bitflags"]
22categories = ["no-std"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/rust-lang-nursery/bitflags"
cc61c64b
XL
25
26[features]
7cac9316
XL
27example_generated = []
28unstable_testing = []
29default = ["example_generated"]
30[badges.travis-ci]
31repository = "rust-lang-nursery/bitflags"