# 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" name = "bitman" version = "2.0.1" authors = ["Eric Evans (CireSnave@gmail.com)"] description = "An easy to use bit manipulation library for Rust" homepage = "https://github.com/ciresnave/bitman" documentation = "https://github.com/ciresnave/bitman" readme = "README.md" keywords = [ "bitfield", "bit", "bits", "byte", "binary", ] categories = [ "data-structures", "encoding", "no-std", "parsing", ] license = "MIT" repository = "https://github.com/ciresnave/bitman" [profile.release] lto = "fat" codegen-units = 1 [dependencies.libc-print] version = "0.1.21" [dependencies.num-traits] version = "0.2.16" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.flamegraph] version = "0.6.3" [dev-dependencies.proptest] version = "1.2.0"