# 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 = "dartlib" version = "0.3.0" description = "Disk backed concurrent Adaptive Radix Tree implementation, with optional generations." readme = "README.md" keywords = [ "search", "index", "fulltext", "radix", "tree", ] categories = [ "algorithms", "caching", "database-implementations", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/iantbutler01/dart" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.crossbeam] version = "0.8.2" [dependencies.marble] version = "15.0.7" [dependencies.moka] version = "0.12.1" features = ["sync"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.thiserror] version = "1.0.47" [dependencies.uuid] version = "1.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.8.0"