[package] name = "quickwit-ingest-api" version = "0.3.0" edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io description = "Quickwit is a cost-efficient search engine." [dependencies] tokio = {version = "1", features = ["full"] } async-trait = "0.1" quickwit-actors = {path="../quickwit-actors", version ="0.3.0"} quickwit-metastore = {path="../quickwit-metastore", version = "0.3.0"} quickwit-proto = {path="../quickwit-proto", version ="0.3.0"} rocksdb = {version = "0.18", features = [], default-features= false} anyhow = "1" thiserror = "1" tracing = "0.1" flume = "0.10" once_cell = "1" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1" futures = "0.3.17" [dev-dependencies] tempfile = "3" rand = "0.8" rand_distr = "0.4"