# 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 = "2018" name = "gravel-gateway" version = "1.7.1" description = "A Prometheus Push Gateway for FAAS applications" homepage = "https://github.com/sinkingpoint/gravel-gateway" readme = "README.md" keywords = [ "openmetrics", "prometheus", "pushgateway", ] license = "LGPL-3.0" repository = "https://github.com/sinkingpoint/gravel-gateway" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.bcrypt] version = "0.10" optional = true [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.7" [dependencies.openmetrics-parser] version = "0.4.4" [dependencies.reqwest] version = "0.11.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2.7.0" [dependencies.slog-async] version = "2.6.0" [dependencies.slog-json] version = "2.3.0" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.trust-dns-proto] version = "0.21.2" optional = true [dependencies.trust-dns-resolver] version = "0.21.2" optional = true [dependencies.twox-hash] version = "1.6.3" optional = true [dependencies.urlencoding] version = "2.1.3" [dependencies.warp] version = "0.3" [features] auth = ["bcrypt"] clustering = [ "trust-dns-proto", "trust-dns-resolver", "reqwest", "twox-hash", ] default = [ "tls", "auth", "clustering", ] tls = ["warp/tls"]