feignhttp 0.1.2

Declarative HTTP client for rust
Documentation
[package]

name = "feignhttp"

version = "0.1.2"

authors = ["dxx <1827939333@qq.com>"]

edition = "2018"

description = "Declarative HTTP client for rust"

documentation = "https://docs.rs/feignhttp"

homepage = "https://github.com/dxx/feignhttp"

repository = "https://github.com/dxx/feignhttp"

categories = ["web-programming::http-client"]

keywords = ["http", "request", "client"]

readme = "README.md"

license = "MIT"



[package.metadata.docs.rs]

targets = ["x86_64-unknown-linux-gnu"]





[workspace]

members = ["codegen"]





exclude = [

    "examples/**",

]



[dependencies]

feignhttp-codegen = { version = "0.1.2", path = "codegen" }



http = "0.2"

serde = "1"

reqwest = { version = "0.11", features = ["json"] }





[dev-dependencies]

serde = { version = "1", features = ["derive"] }

serde_json = "1.0"

tokio = { version = "1", features = ["full"] }

hyper = { version = "0.14", features = ["full"] }