# 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" rust-version = "1.78" name = "blart" version = "0.3.0" build = false exclude = [ "fuzz/", "scripts/", "rustfmt.toml", "examples/example-data/", ".github/", "benches/data/", "release.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of an adaptive radix tree packaged as a BTreeMap replacement" readme = "README.md" keywords = [ "tree", "map", "collection", "radix-tree", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/declanvk/blart" [profile.bench] debug = 2 [lib] name = "blart" path = "src/lib.rs" [[example]] name = "count_words" path = "examples/count_words.rs" [[example]] name = "tree_stats" path = "examples/tree_stats.rs" [[example]] name = "tree_viz" path = "examples/tree_viz.rs" [[test]] name = "memory_usage_fixed_length_dense" path = "tests/memory_usage_fixed_length_dense.rs" [[test]] name = "memory_usage_large_prefixes" path = "tests/memory_usage_large_prefixes.rs" [[test]] name = "memory_usage_skewed" path = "tests/memory_usage_skewed.rs" [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [[bench]] name = "iai_callgrind" path = "benches/iai_callgrind.rs" harness = false [dependencies.bytemuck] version = "1.16.1" features = ["min_const_generics"] [dependencies.paste] version = "1.0.15" [dependencies.sptr] version = "0.3.2" [dev-dependencies.argh] version = "0.1.12" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.dhat] version = "0.3.3" [dev-dependencies.iai-callgrind] version = "0.13.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.zipf] version = "7.0.1" [features] bench-perf-events = [] nightly = []