[dependencies.clientix-codegen]
version = "0.2.0"
[dependencies.clientix-core]
version = "0.2.0"
[features]
default = ["std"]
std = ["clientix-core/std"]
[lib]
name = "clientix"
path = "src/lib.rs"
[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"
readme = "README.md"
repository = "https://github.com/hexvl/clientix"
version = "0.2.0"