melwallet-client 0.6.0

melwalletd client library
Documentation
[package]
name = "melwallet-client"
version = "0.6.0"
authors = ["Themelio Labs"]
edition = "2018"

description = "melwalletd client library"
license = "MPL-2.0"
repository = "https://github.com/themeliolabs/melwallet-client"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# tmelcrypt = { git = "https://github.com/themeliolabs/themelio-core" }
tmelcrypt= "0.2.4"
smolscale= "0.3.16"
stdcode= "0.1.7"
themelio-stf= "0.9.6"
serde={ version = "1.0.135", features = ["derive"] }
anyhow= "1.0.53"
tracing-subscriber = "0.3.6"
log= "0.4.14"
tracing= "0.1.29"
smol= "1.2.5"
serde_json= { version = "1.0.78", features = ["arbitrary_precision"] }
structopt= "0.3.26"
async-h1= "2.3.3"
dirs= "4.0.0"
http-types= "2.12.0"
smol-timeout= "0.6.0"
serde_with= "1.11.0"
colored= "2.0.0"
tabwriter={ version = "1.2.1", features = ["ansi_formatting"] }
hex= "0.4.3"
once_cell = "1.9.0"
getrandom = "0.2.4"
format_num= "0.1.0"
thiserror= "1.0.30"
themelio-structs = "0.2.0"