# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.0" name = "bitflags" version = "2.10.0" authors = ["The Rust Project Developers"] build = false exclude = [ "/tests", "/.github", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A macro to generate structures which behave like bitflags. """ homepage = "https://github.com/bitflags/bitflags" documentation = "https://docs.rs/bitflags" readme = "README.md" keywords = [ "bit", "bitmask", "bitflags", "flags", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/bitflags/bitflags" [package.metadata.docs.rs] features = ["example_generated"] [features] example_generated = [] serde = ["dep:serde_core"] std = [] rustc-dep-of-std = [] [lib] name = "bitflags" path = "src/lib.rs" [dependencies.serde_core] version = "1.0" optional = true default-features = false [dependencies.arbitrary] version = "1.0" optional = true [dependencies.bytemuck] version = "1.12" path = "../bytemuck" optional = true