[package]
edition = "2024"
rust-version = "1.93.1"
name = "contentstack-api-client-rs"
version = "0.1.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"
[dependencies.reqwest]
version = "0.13.2"
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"