ccash-rs 1.0.0

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1.0.26"
velcro = "0.5"

[features]
interpret_endpoint_errors_as_false = []

[dev-dependencies]
tokio = { version = "1", features = ["full"] }