choices 1.0.0

HTTP configuration service by defining a struct.
Documentation
example = []
test = []
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.1"

[dependencies.choices-derive]
version = "=1.0.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dependencies.warp]
version = "0.3"
[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.reqwest]
version = "0.11"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
default = []
json = ["serde_json", "choices-derive/json"]

[package]
authors = ["Trisfald <trisfald@gmail.com>"]
categories = ["web-programming"]
description = "HTTP configuration service by defining a struct."
documentation = "https://docs.rs/choices"
edition = "2021"
include = ["Cargo.toml", "LICENSE", "src/**/*"]
keywords = ["configuration", "derive", "http"]
license = "MIT"
name = "choices"
readme = "README.md"
repository = "https://github.com/trisfald/choices"
resolver = "2"
version = "1.0.0"