[package]
edition = "2024"
rust-version = "1.93.1"
name = "contentstack-api-client-rs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for the Contentstack CMS API, supporting both Delivery (CDN) and Management APIs with built-in rate limiting and streaming."
homepage = "https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/vitorbarbosagoncalves/contentstack-api-client-rs"
[lib]
name = "contentstack_api_client_rs"
path = "src/lib.rs"
[[test]]
name = "delivery_client"
path = "tests/delivery_client.rs"
[[test]]
name = "management_client"
path = "tests/management_client.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.governor]
version = "0.10.4"
[dependencies.http]
version = "1.4.0"
[dependencies.reqwest]
version = "0.13.2"
features = [
"json",
"query",
]
[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
"json",
"query",
]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.50.0"
features = [
"sync",
"macros",
"rt-multi-thread",
]
[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false
[dev-dependencies.wiremock]
version = "0.6"