[package]
edition = "2024"
name = "ckanaction"
version = "0.3.1"
build = false
exclude = ["/docs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
homepage = "https://ckanaction.dathere.com"
readme = "README.md"
keywords = ["ckan"]
categories = [
"api-bindings",
"asynchronous",
]
license = "Unlicense"
repository = "https://github.com/dathere/ckanaction"
[features]
gztr = []
[lib]
name = "ckanaction"
path = "src/lib.rs"
[[test]]
name = "general"
path = "tests/general.rs"
[dependencies.bon]
version = "3.10.1"
[dependencies.reqwest]
version = "0.12.28"
features = [
"json",
"multipart",
"stream",
]
[dependencies.serde]
version = "1.0.229"
[dependencies.serde_json]
version = "1.0.151"
[dependencies.thiserror]
version = "2.0.20"
[dev-dependencies.tokio]
version = "1.53.1"
features = ["full"]