ckanaction 0.2.0

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.2.0"
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"

[lib]
name = "ckanaction"
path = "src/lib.rs"

[[test]]
name = "general"
path = "tests/general.rs"

[dependencies.bon]
version = "3.9.1"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1.52.2"
features = ["full"]