# 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" name = "scryer-modular-bitfield" version = "0.11.4" authors = [ "Mark Thom ", "Robin Freyler ", ] autotests = false description = "Allows to easily define bitfield types with modular building blocks. This is a forked version of the modular-bitfield crate with tweaks for use by Scryer Prolog." 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/mthom/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.scryer-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"