[package] name = "stemedb-ingest" version = "0.1.0" edition = "2021" description = "Ingestion pipeline for Episteme" # Inherit workspace lints [lints] workspace = true [dependencies] stemedb-core = { path = "../stemedb-core" } stemedb-wal = { path = "../stemedb-wal" } stemedb-storage = { path = "../stemedb-storage" } tokio = { version = "1.36", features = ["full"] } tracing = "0.1" rkyv = { version = "0.7", features = ["validation"] } thiserror = "1.0" blake3 = "1.5" hex = "0.4" [dev-dependencies] tempfile = "3.10"