[package]
edition = "2021"
rust-version = "1.85"
name = "webylib-server-client"
version = "0.3.18"
authors = ["Webycash Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AssetServerClient<A: Asset> — generic HTTP client for the asset-gated server. Endpoints absent at compile time when not applicable to A."
readme = false
license = "MIT"
repository = "https://github.com/webycash/webylib"
[features]
default = []
[lib]
name = "webylib_server_client"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.hex]
version = "0.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.webylib-proto-client]
version = "0.3"