# 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.61.0" name = "mycelium-bitfield" version = "0.1.5" authors = ["Eliza Weisman "] description = "Structured bitfields, courtesy of Mycelium." homepage = "https://mycelium.elizas.website" documentation = "https://docs.rs/mycelium-bitfield" readme = "README.md" keywords = [ "bitfield", "bit", "bits", "bitfields", "bitflags", ] categories = [ "data-structures", "encoding", "parsing", "no-std", ] license = "MIT" repository = "https://github.com/hawkw/mycelium" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dev-dependencies.proptest] version = "1"