# 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 = "vart" version = "0.7.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "An immutable versioned adaptive radix trie." homepage = "https://github.com/surrealdb/vart" documentation = "https://docs.rs/vart/" readme = "README.md" keywords = [ "trie", "immutable-trie", "snapshot-isolation", "adaptive-radix-trie", "radix-trie", ] license = "Apache-2.0" repository = "https://github.com/surrealdb/vart" [lib] name = "vart" path = "src/lib.rs" [[bench]] name = "allocs" path = "benches/allocs.rs" harness = false [[bench]] name = "vart_bench" path = "benches/vart_bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.rand] version = "0.8.5"