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