# 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 = "2018" name = "yabf" version = "0.3.0" authors = ["lacklustr@protonmail.com"] description = "yet another (deprecated) bit field" readme = "README.md" keywords = ["bitfield"] license = "MIT OR Apache-2.0" repository = "https://github.com/eadf/yabf.rs" [[example]] name = "stress_test" path = "src/stress_test.rs" [[bench]] name = "bench" harness = false [dependencies.smallvec] version = "1.7" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fnv] version = "1.0" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.vob] version = "3.0" [features] default = ["smallvec"] [badges.maintenance] status = "deprecated"