pwr-rs 0.1.1

PWR Chain Rust Tool
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.secp256k1]
features = ["rand", "recovery"]
version = "0.25.0"

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.sha3]
version = "0.10.8"

[dependencies.url]
version = "2.5.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[package]
authors = ["Hamid R. K. Pishghadam <kaveh@riseup.net>"]
description = "PWR Chain Rust Tool\n"
edition = "2021"
homepage = "https://pwrlabs.io/"
keywords = ["pwr", "sdk", "tool", "async"]
license = "MIT OR Apache-2.0"
name = "pwr-rs"
readme = "README.md"
repository = "https://github.com/pwrlabs/pwrrs"
rust-version = "1.63.0"
version = "0.1.1"