# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "consul" version = "0.4.2" authors = ["Andrew Useckas ", "Stu Small ", "YoungKing ", "Pierre Souchay ", "Tomer Shalev "] description = "Rust client libray for Consul HTTP API" documentation = "https://docs.rs/consul/" readme = "README.md" keywords = ["consul", "discovery"] license = "MIT/Apache-2.0" repository = "https://github.com/pierresouchay/consul-rust" [dependencies.error-chain] version = "0.12" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.1" [dev-dependencies.base64] version = "0.13" [dev-dependencies.hostname] version = "0.3" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.rstest] version = "0.8.0"