# 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 = "elasticsearch_exporter" version = "0.34.0" authors = ["Ernestas Poskus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Proper Elasticsearch exporter """ homepage = "https://github.com/vinted/elasticsearch-exporter-rs" documentation = "https://docs.rs/elasticsearch_exporter" readme = "README.md" license = "MIT" repository = "https://github.com/vinted/elasticsearch-exporter-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "elasticsearch_exporter" path = "src/lib.rs" [[bin]] name = "elasticsearch_exporter" path = "src/bin/elasticsearch_exporter.rs" [dependencies.byte-unit] version = "5.1.4" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.clap] version = "4.5.11" features = [ "suggestions", "color", "derive", "std", "cargo", ] default-features = false [dependencies.elasticsearch] version = "8.5.0-alpha.1" features = ["native-tls"] default-features = false [dependencies.fnv] version = "1.0.7" [dependencies.humantime] version = "2.1.0" [dependencies.hyper] version = "0.14.30" features = [ "runtime", "tcp", "server", ] default-features = false [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.oorandom] version = "11.1.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.prometheus] version = "0.13.4" features = [ "process", "protobuf", ] default-features = false [dependencies.serde] version = "1.0.204" [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.121" [dependencies.serde_qs] version = "0.13.0" [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "signal", "sync", "macros", "time", ] default-features = false [dependencies.url] version = "2.5.2"