# 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 = "thinset" version = "0.4.0" authors = ["Chris Rybicki "] description = "A data structure for sparse sets of unsigned integers that sacrifices space for speed." homepage = "https://github.com/Chriscbr/thinset" documentation = "https://docs.rs/thinset/" readme = "README.md" keywords = [ "data-structures", "set", "sparse", "sparse-set", ] license = "MIT/Apache-2.0" repository = "https://github.com/Chriscbr/thinset" [dependencies.num-traits] version = "0.2.17" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.bit-set] version = "0.5.3" [dev-dependencies.rand] version = "0.8.5"