# 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-common" version = "0.3.0" authors = ["Quickwit, Inc. "] description = "Util crate of quickwit" 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.colored] version = "2" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5.3" [dependencies.once_cell] version = "1" [dependencies.prometheus] version = "0.13" features = ["process"] [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt", ] [dependencies.tracing] version = "0.1.29" [dependencies.warp] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3"