thru-cli 0.2.14

Command-line interface for the Thru blockchain (legacy name)
# 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 = "2024"
name = "thru-cli"
version = "0.2.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Thru blockchain (legacy name)"
readme = false
keywords = [
    "thru",
    "cli",
    "blockchain",
    "rpc",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/Unto-Labs/thru"

[[bin]]
name = "thru-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.thru-core]
version = "0.2.14"

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

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