ckanaction/Cargo.toml
2026-05-05 16:49:25 -04:00

21 lines
599 B
TOML

[package]
name = "ckanaction"
version = "0.1.4"
edition = "2024"
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
repository = "https://github.com/dathere/ckanaction"
homepage = "https://ckanaction.dathere.com"
license = "Unlicense"
keywords = ["ckan"]
categories = ["api-bindings", "asynchronous"]
exclude = ["/docs"]
[dependencies]
bon = "3.9.1"
reqwest = { version = "0.12.28", features = ["json", "multipart", "stream"] }
serde = "1.0.228"
serde_json = "1.0.149"
thiserror = "2.0.18"
[dev-dependencies]
tokio = { version = "1.52.2", features = ["full"] }