[dependencies.anyhow]
version = "1"
[dependencies.base64]
version = "0.22"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[features]
default = ["v1"]
enterprise = []
full = ["v1", "enterprise"]
v1 = ["v1_20_x"]
v1_20_x = []
[lib]
name = "consul_api"
path = "src/lib.rs"
[package]
authors = ["PeiYu Cui <i@cuipeiyu.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "consul api for rust"
documentation = "https://docs.rs/consul-api"
edition = "2021"
homepage = "https://github.com/cuipeiyu/consul-api"
include = ["/Cargo.toml", "/src", "/README.md", "/LICENSE-*"]
keywords = ["consul", "HashiCorp", "client", "library"]
license = "MIT OR Apache-2.0"
name = "consul-api"
readme = "README.md"
repository = "https://github.com/cuipeiyu/consul-api"
version = "0.0.3-pre"