Documentation
# 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-rs"
version = "0.1.14"
authors = ["taochen"]
description = "consul api"
homepage = "https://github.com/ptechen"
documentation = "https://github.com/ptechen/consul-rs/blob/main/README.md"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ptechen/consul-rs.git"
[dependencies.async-std]
version = "1.9.0"

[dependencies.fast_log]
version = "1.3.23"

[dependencies.http-types]
version = "2.11.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.14"

[dependencies.rand]
version = "0.8.3"

[dependencies.regex]
version = "1.5.4"

[dependencies.serde]
version = "1.0.126"

[dependencies.serde_derive]
version = "1.0.126"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.serde_yaml]
version = "0.8.17"

[dependencies.surf]
version = "2.2.0"

[dependencies.toml]
version = "0.5.8"