layer-climb-cli 0.9.0

Cli helpers for Climb
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 = "layer-climb-cli"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cli helpers for Climb"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Lay3rLabs/climb"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bip39]
version = "2.2.0"

[dependencies.clap]
version = "4.5.40"
features = ["derive"]

[dependencies.cosmwasm-std]
version = "3.0.1"

[dependencies.deadpool]
version = "0.12.2"

[dependencies.dotenvy]
version = "0.15.7"
features = ["cli"]

[dependencies.futures]
version = "0.3"

[dependencies.layer-climb]
version = "0.9.0"

[dependencies.rand]
version = "0.9.1"

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]