# 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 = "drasi-index-garnet" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Drasi Core Garnet Index" readme = "readme.md" keywords = ["drasi"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/drasi-project/drasi-core" resolver = "1" [lib] name = "drasi_index_garnet" path = "src/lib.rs" [[test]] name = "scenario_tests" path = "tests/scenario_tests.rs" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.68" [dependencies.bit-set] version = "0.5.3" [dependencies.drasi-core] version = "0.1.0" [dependencies.drasi-query-ast] version = "0.1.0" [dependencies.fnv] version = "1.0.7" [dependencies.hashers] version = "1.0.1" [dependencies.log] version = "0.4" [dependencies.ordered-float] version = "3.7.0" [dependencies.prost] version = "0.12.3" [dependencies.redis] version = "0.25.4" features = ["tokio-comp"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.siphasher] version = "0.3.10" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ]