# 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 = "tinyset" version = "0.5.1" authors = ["David Roundy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Size-optimized sets" readme = "README.md" keywords = [ "set", "small", "compact", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/droundy/tinyset" [lib] name = "tinyset" path = "src/lib.rs" [[test]] name = "add-with-overflow-issue-16" path = "tests/add-with-overflow-issue-16.rs" [[test]] name = "issue-21" path = "tests/issue-21.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.rand] version = "0.8.4" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.heapsize] version = "0.4.2" [dev-dependencies.id-set] version = "0.2.2" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.roaring] version = "0.6.0" [dev-dependencies.scaling] version = "0.1.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.stats_alloc] version = "0.1.8" [features] compactserde = ["serde"] default = ["rand"]