[package] name = "quickwit-config" version = "0.3.0" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial license, contact hello@quickwit.io description = "Quickwit configuration" repository = "https://github.com/quickwit-oss/quickwit" homepage = "https://quickwit.io/" documentation = "https://quickwit.io/docs/" [dependencies] anyhow = "1" byte-unit = { version = "4", default-features = false, features = ["serde"] } json_comments = "0.2" once_cell = "1.12.0" quickwit-common = { version = "0.3.0", path = "../quickwit-common" } quickwit-doc-mapper = { version = "0.3.0", path = "../quickwit-doc-mapper" } regex = "1.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8" toml = "0.5" tracing = "0.1.29" [dev-dependencies] tokio = { version = "1", features = ["full"] }