# 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-telemetry" version = "0.3.0" authors = ["Quickwit, Inc. "] description = "Quickwit's telemetry" 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.async-trait] version = "0.1" [dependencies.encoding_rs] version = "=0.8.29" [dependencies.hostname] version = "0.3" [dependencies.md5] version = "0.7" [dependencies.once_cell] version = "1.12.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.29" [dependencies.username] version = "0.2" [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ]