# 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 = "quickwit-ingest-api" version = "0.3.0" description = "Quickwit is a cost-efficient search engine." license = "AGPL-3.0-or-later" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3.17" [dependencies.once_cell] version = "1" [dependencies.quickwit-actors] version = "0.3.0" [dependencies.quickwit-metastore] version = "0.3.0" [dependencies.quickwit-proto] version = "0.3.0" [dependencies.rocksdb] version = "0.18" features = [] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.tempfile] version = "3"