[badges.maintenance]
status = "experimental"
[dependencies.async-trait]
optional = true
version = "0.1.83"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
optional = true
version = "0.12.11"
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[features]
default = []
reqwest = ["dep:reqwest", "async-trait"]
[lib]
name = "racal"
path = "src/lib.rs"
[package]
authors = ["ljoonal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming", "web-programming::http-client"]
description = "REST API client abstraction library"
edition = "2021"
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["api", "declarative", "rest", "http", "abstraction"]
license = "MPL-2.0"
name = "racal"
readme = "README.md"
repository = "https://github.com/onlivfe/racal"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "nightly"]