feignhttp 0.1.2

Declarative HTTP client for rust
Documentation
[dependencies.feignhttp-codegen]
version = "0.1.2"

[dependencies.http]
version = "0.2"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
version = "1"
[dev-dependencies.hyper]
features = ["full"]
version = "0.14"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["dxx <1827939333@qq.com>"]
categories = ["web-programming::http-client"]
description = "Declarative HTTP client for rust"
documentation = "https://docs.rs/feignhttp"
edition = "2018"
homepage = "https://github.com/dxx/feignhttp"
keywords = ["http", "request", "client"]
license = "MIT"
name = "feignhttp"
readme = "README.md"
repository = "https://github.com/dxx/feignhttp"
version = "0.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]