[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",
]