deep_space 2.32.0

A highly portable, batteries included, transaction generation and key management library for CosmosSDK blockchains
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "deep_space"
version = "2.32.0"
authors = [
    "Justin Kilpatrick <justin@althea.net>",
    "MichaƂ Papierski <michal@papierski.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A highly portable, batteries included, transaction generation and key management library for CosmosSDK blockchains"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/althea-net/deep_space"

[features]
althea = [
    "ethermint",
    "dep:althea_proto",
]
default = ["ssl"]
ethermint = [
    "clarity",
    "sha3",
]
ssl = [
    "tonic/tls",
    "tonic/tls-roots",
]

[lib]
name = "deep_space"
path = "src/lib.rs"

[[example]]
name = "signer"
path = "examples/signer.rs"

[dependencies.althea_proto]
version = "0.10"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.bech32]
version = "0.9"

[dependencies.bytes]
version = "1.11"

[dependencies.clarity]
version = "1.5"
optional = true

[dependencies.cosmos-sdk-proto]
version = "0.20"
package = "cosmos-sdk-proto-althea"

[dependencies.hmac]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num256]
version = "0.6"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.rand]
version = "0.9"

[dependencies.ripemd]
version = "0.1"

[dependencies.rust_decimal]
version = "1.40"

[dependencies.secp256k1]
version = "0.31"
features = ["global-context"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"
optional = true

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tonic]
version = "0.12"
features = ["gzip"]

[dependencies.unicode-normalization]
version = "0.1"

[dev-dependencies.actix-rt]
version = "2.11"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.rand]
version = "0.9"