| # NB: When modifying, also modify: |
| # 1. html_root_url in lib.rs |
| # 2. number in readme (for breaking changes) |
| authors = ["The Rust Project Developers"] |
| license = "MIT/Apache-2.0" |
| keywords = ["bit", "bitmask", "bitflags", "flags"] |
| repository = "https://github.com/bitflags/bitflags" |
| homepage = "https://github.com/bitflags/bitflags" |
| documentation = "https://docs.rs/bitflags" |
| A macro to generate structures which behave like bitflags. |
| core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' } |
| compiler_builtins = { version = '0.1.2', optional = true } |
| rustc-dep-of-std = ["core", "compiler_builtins"] |
| [package.metadata.docs.rs] |
| features = ["example_generated"] |