# 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 = "north-consul" version = "0.0.2" authors = [ "Rex Raphael ", "Andrew Useckas ", "Stu Small ", "YoungKing ", "Pierre Souchay ", "Tomer Shalev ", ] description = "Rust client libray for Consul HTTP API" homepage = "https://github.com/juicycleff/north-framework" documentation = "https://docs.rs/north-consul/" readme = "README.md" keywords = [ "consul", "discovery", ] license = "MIT/Apache-2.0" repository = "https://github.com/juicycleff/north-framework" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.error-chain] version = "0.12" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["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" [dev-dependencies.tokio] version = "1.19" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"