ckanaction 0.3.1

Rust library crate featuring an API wrapper of the CKAN Action v3 API.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]