# 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 = "bittyset" version = "0.1.1" authors = ["amlo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A BitSet type for manipulating bit sets." homepage = "https://github.com/arucil/bittyset" documentation = "https://docs.rs/bittyset" readme = "README.md" keywords = [ "data-structures", "bitset", ] categories = [ "mathematics", "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/arucil/bittyset" [lib] name = "bittyset" path = "src/lib.rs" bench = false [[test]] name = "bitset" path = "tests/bitset.rs" [[bench]] name = "bitset" path = "benches/bitset.rs" harness = false [dependencies.gensym] version = "0.1.1" [dependencies.num-traits] version = "0.2.19" [dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.bit-set] version = "0.8.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8.5"