[package] name = "stemedb-query" version = "0.1.0" edition = "2021" description = "Query engine with lifecycle filtering for Episteme" # Inherit workspace lints [lints] workspace = true [dependencies] stemedb-core = { path = "../stemedb-core" } stemedb-storage = { path = "../stemedb-storage" } stemedb-lens = { path = "../stemedb-lens" } async-trait = "0.1" thiserror = "1.0" tracing = "0.1" tokio = { version = "1", features = ["macros", "rt", "time", "sync"] } rkyv = { version = "0.7", features = ["validation"] } hex = "0.4" blake3 = "1.5" [dev-dependencies] tempfile = "3.10" stemedb-wal = { path = "../stemedb-wal" } stemedb-ingest = { path = "../stemedb-ingest" } ed25519-dalek = { version = "2.1", features = ["rand_core"] } rand = "0.8" hex = "0.4"