# 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 = "scapegoat" version = "2.3.0" authors = ["Tiemoko Ballo"] include = [ "src/**/*.rs", "benches/**/*.rs", "build.rs", "README.md", "Cargo.toml", "LICENSE", ] description = "Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap." homepage = "https://github.com/tnballo/scapegoat" documentation = "https://docs.rs/scapegoat" readme = "README.md" keywords = [ "stack", "set", "map", "no_std", "fallible", ] categories = [ "algorithms", "data-structures", "no-std", "embedded", ] license = "MIT" repository = "https://github.com/tnballo/scapegoat" [lib] name = "scapegoat" path = "src/lib.rs" [[bench]] name = "bench_set_rand" harness = false [[bench]] name = "bench_set_seq" harness = false [[bench]] name = "bench_set_from" harness = false [dependencies.micromath] version = "^2.0" [dependencies.smallnum] version = "^0.4" [dependencies.tinyvec] version = "^1.5" features = ["rustc_1_55"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rand] version = "0.7" features = ["small_rng"] [features] alt_impl = [] fast_rebalance = [] low_mem_insert = []