[package] name = "consul_rust" version = "0.1.0" authors = ["da "] description = "Consul for rust" license = "MIT" license-file = "LICENSE.txt" homepage = "https://github.com/da2018/consul" readme = "README.md" keywords = ["consul"] categories = ["consul"] repository = "https://github.com/da2018/consul" [dependencies] # Http request futures = "0.1" hyper = "0.11" tokio-core = "0.1" # Json support serde = "1.0" serde_derive = "1.0" serde_json = "1.0" # url parse url = "1.7.0"