# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "modular-bitfield" version = "0.11.2" authors = ["Robin Freyler "] autotests = false description = "Allows to easily define bitfield types with modular building blocks." documentation = "https://docs.rs/modular-bitfield" readme = "README.md" keywords = ["bitfield", "bit", "bitfields"] categories = ["data-structures", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/robbepop/modular-bitfield" [profile.bench] codegen-units = 1 [[bin]] name = "playground" path = "playground.rs" [[test]] name = "tests" path = "tests/progress.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [[bench]] name = "cmp_handwritten" path = "benches/cmp_handwritten.rs" harness = false [[bench]] name = "cmp_bitfield_crate" path = "benches/cmp_bitfield_crate.rs" harness = false [dependencies.modular-bitfield-impl] version = "0.11.2" [dependencies.static_assertions] version = "1.1" [dev-dependencies.bitfield] version = "0.13" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.trybuild] version = "1.0"