# 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 = "rs-consul" version = "0.8.2" authors = ["Roblox"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Roblox/rs-consul" [lib] name = "rs_consul" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-rustls] version = "0.27" features = [ "webpki-roots", "ring", "http1", ] default-features = false [dependencies.hyper-util] version = "0.1" features = [ "client", "client-legacy", "tokio", "http2", ] [dependencies.opentelemetry] version = "0.27" optional = true [dependencies.quick-error] version = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slog-scope] version = "4" [dependencies.smart-default] version = "0.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.ureq] version = "2" features = ["json"] [features] default = [] metrics = [] trace = ["dep:opentelemetry"]