waves-rust 0.2.2

A Rust library for interacting with the Waves blockchain. Supports node interaction, offline transaction signing and creating addresses and keys.
Documentation
[[test]]
name = "tests"
path = "tests/main.rs"
[build-dependencies.protobuf-src]
version = "1.0.5+3.19.3"

[build-dependencies.tonic-build]
version = "0.8"
[dependencies.base64]
version = "0.13.0"

[dependencies.blake2]
version = "0.10.4"

[dependencies.bs58]
version = "0.4.0"

[dependencies.curve25519-dalek]
version = "4.0.0-pre.2"

[dependencies.ed25519-dalek]
version = "1.0.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.prost]
version = "0.11.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.6.0"

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

[dependencies.serde_json]
version = "1.0.82"

[dependencies.sha2]
version = "0.10.2"

[dependencies.sha3]
version = "0.10.2"

[dependencies.thiserror]
version = "1.0.32"

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

[dependencies.tonic]
version = "0.8.0"

[dependencies.url]
version = "2.2.2"

[dependencies.urlencoding]
version = "2.1.0"

[lib]
doctest = false

[package]
authors = ["Waves Labs <admin@waveslabs.com>", "Alexandr Devyatkin <novealx@gmail.com>"]
categories = ["blockchain", "cryptography"]
description = "A Rust library for interacting with the Waves blockchain.\nSupports node interaction, offline transaction signing and creating addresses and keys.\n"
edition = "2021"
keywords = ["blockchain", "async", "waves", "cryptography"]
license = "MIT"
name = "waves-rust"
readme = "README.md"
repository = "https://github.com/wavesplatform/waves-rust"
rust-version = "1.56"
version = "0.2.2"