ecash-client 0.1.0

Client SDK for eCash protocol with wallet functionality
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.ecash-core]
version = "0.1.0"

[dependencies.image]
version = "0.25"

[dependencies.qrcode]
version = "0.14"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

[dependencies.rsa]
version = "0.9"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.32"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

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

[package]
authors = ["ChronoCoders"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "api-bindings"]
description = "Client SDK for eCash protocol with wallet functionality"
documentation = "https://docs.rs/ecash-client"
edition = "2021"
homepage = "https://chronocoders.github.io/ecash-protocol"
keywords = ["ecash", "wallet", "client", "sdk", "cryptography"]
license = "MIT"
name = "ecash-client"
readme = false
repository = "https://github.com/ChronoCoders/ecash-protocol"
version = "0.1.0"