deep_space 2.19.0

A highly portable, batteries included, transaction generation and key management library for CosmosSDK blockchains
Documentation
[package]
name = "deep_space"
version = "2.19.0"
authors = ["Justin Kilpatrick <justin@althea.net>", "MichaƂ Papierski <michal@papierski.net>"]
repository = "https://github.com/althea-net/deep_space"
description = "A highly portable, batteries included, transaction generation and key management library for CosmosSDK blockchains"
license = "Apache-2.0"
edition = "2021"

[dependencies]
num256 = "0.5"
sha2 = "0.10"
num-traits = "0.2"
ripemd = "0.1"
bech32 = "0.9"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
base64 = "0.21"
unicode-normalization = {version = "0.1"}
prost-types = "0.10"
prost = "0.10"
pbkdf2 = {version = "0.12"}
hmac = {version = "0.12"}
rand = {version = "0.8"}
rust_decimal = "1.9"
secp256k1 = {version = "0.27", features = ["global-context"]}
tonic = {version = "0.7", features = ["compression", "tls", "tls-roots"]}
bytes = "1.0"
log = "0.4"
tokio = {version = "1", features=["time"]}
clarity = {version = "1", optional = true}
sha3 = {version = "0.10", optional = true}

cosmos-sdk-proto = {package = "cosmos-sdk-proto-althea", version = "0.14"}
althea_proto = {version="0.1", optional=true}

[dev-dependencies]
rand = "0.8"
env_logger = "0.10"
actix-rt = "2.2"


[features]
ethermint = ["clarity", "sha3"]
althea = ["ethermint", "dep:althea_proto"]