[dependencies.feignhttp-codegen]
version = "0.0.0"
[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"
exclude = ["examples/**"]
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.0.0"