ccash-rs 1.1.0

The Rust bindings for the CCash ledger API (CCash available here: https://github.com/EntireTwix/CCash).
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.26"

[dependencies.velcro]
version = "0.5"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
interpret_endpoint_errors_as_false = []

[package]
authors = ["STBoyden <sam@stboyden.com>"]
description = "The Rust bindings for the CCash ledger API (CCash available here: https://github.com/EntireTwix/CCash)."
documentation = "https://docs.rs/ccash-rs"
edition = "2018"
homepage = "http://git.stboyden.com/STBoyden/ccash-rs"
keywords = ["minecraft", "webdev", "ccash", "api"]
license = "MIT"
name = "ccash-rs"
repository = "http://git.stboyden.com/STBoyden/ccash-rs"
version = "1.1.0"