[dependencies.clientix-core]
features = ["std"]
version = "0.2.0"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.106"
[features]
default = ["std"]
std = ["syn/full"]
[lib]
name = "clientix_codegen"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Vladislav Ovchinnikov <vo@xslab.ltd>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-client", "development-tools::procedural-macro-helpers"]
description = "Library for building HTTP clients and requests declaratively with procedural macros - no need to write complex imperative or functional logic."
edition = "2021"
homepage = "https://github.com/hexvl/clientix"
keywords = ["api", "web-programming", "declarative", "proc-macro", "http-client"]
license = "MIT OR Apache-2.0"
name = "clientix-codegen"
readme = "README.md"
repository = "https://github.com/hexvl/clientix"
version = "0.2.0"