# 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 = "tartan-bitfield" version = "1.2.0" authors = ["Tim Yates "] description = "Define structures with accessors for particular bits or bit ranges" readme = "README.md" keywords = [ "bitfields", "flags", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cimbul/tartan-bitfield" [[bench]] name = "bitfield" harness = false [dependencies.paste] version = "1.0.0" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.criterion-macro] version = "0.3.3"