# 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-config" version = "0.3.0" authors = ["Quickwit, Inc. "] description = "Quickwit configuration" homepage = "https://quickwit.io/" documentation = "https://quickwit.io/docs/" license = "AGPL-3.0-or-later" repository = "https://github.com/quickwit-oss/quickwit" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.byte-unit] version = "4" features = ["serde"] default-features = false [dependencies.json_comments] version = "0.2" [dependencies.once_cell] version = "1.12.0" [dependencies.quickwit-common] version = "0.3.0" [dependencies.quickwit-doc-mapper] version = "0.3.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1.29" [dev-dependencies.tokio] version = "1" features = ["full"]