api_bindium 0.1.1

Framework for api binding crates
Documentation
[dependencies.async-io]
optional = true
version = "2.6.0"

[dependencies.blocking]
optional = true
version = "1.6.2"

[dependencies.bon]
version = "3.8.1"

[dependencies.governor]
optional = true
version = "0.10.2"

[dependencies.hotpath]
optional = true
version = "0.9.0"

[dependencies.serde_core]
version = "1.0.220"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.snafu]
version = "0.8.9"

[dependencies.tracing]
optional = true
version = "0.1.41"

[dependencies.ureq]
default-features = false
features = ["json", "gzip"]
version = "3.1.4"

[dependencies.url-escape]
version = "0.1.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"

[[example]]
name = "get_request"
path = "examples/get_request.rs"
required-features = ["sync"]

[[example]]
name = "post_request"
path = "examples/post_request.rs"

[features]
async = ["dep:blocking", "dep:async-io"]
backtrace = []
cookies = ["ureq/cookies"]
default = ["rustls"]
hotpath = ["dep:hotpath", "hotpath/hotpath"]
hotpath-alloc = ["hotpath/hotpath-alloc"]
hotpath-off = ["hotpath/hotpath-off"]
native_tls = ["ureq/native-tls"]
rate_limit = ["dep:governor", "async"]
rustls = ["ureq/rustls"]
sync = []
tracing = ["dep:tracing"]

[lib]
name = "api_bindium"
path = "src/lib.rs"

[package]
authors = ["RustyNova"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Framework for api binding crates"
edition = "2024"
keywords = ["api_bindings", "foundation", "framework"]
license = "MIT OR AGPL-3.0-or-later"
name = "api_bindium"
readme = "README.md"
repository = "https://github.com/RustyNova016/api_bindium"
rust-version = "1.85.0"
version = "0.1.1"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]