[package] name = "north-consul" version = "0.0.2" edition = "2021" authors = ["Rex Raphael ", "Andrew Useckas ", "Stu Small ", "YoungKing ", "Pierre Souchay ", "Tomer Shalev "] description = "Rust client libray for Consul HTTP API" license = "MIT/Apache-2.0" readme = "README.md" documentation = "https://docs.rs/north-consul/" homepage = "https://github.com/juicycleff/north-framework" repository = "https://github.com/juicycleff/north-framework" keywords = ["consul", "discovery"] [dependencies] log = "0.4" error-chain = "0.12" serde = "1" serde_derive = "1" serde_json = "1.0" reqwest = { version = "0.11", features = ["json"] } url = "2.1" async-trait = "0.1" [dev-dependencies] base64 = "0.13" hostname = "0.3" rand = "0.8.3" rstest = "0.8.0" # Used to test async functions that return futures tokio = { version = "1.19", features = ["full"] } tokio-test = "0.4"