# 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 = "consul-client" version = "0.1.0-alpha.0" description = "Consul client" license = "MIT" resolver = "1" [dependencies.camino] version = "1.1.4" features = ["serde1"] [dependencies.hyper] version = "0.14.26" features = [ "h2", "http1", "http2", "server", "tcp", "stream", "client", ] [dependencies.hyper-rustls] version = "0.24.0" features = ["http2"] [dependencies.rustls] version = "0.21.0" [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.serde] version = "1.0.159" [dependencies.serde_json] version = "1.0.95" [dependencies.serde_with] version = "2.3.2" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.webpki] version = "0.22.0" features = ["std"] [features]