nucleus-substrate-cli 0.1.0

Command-line client for the Nucleus substrate. Single binary `nucleus-substrate` driving offline receipt verification (signature + all-projections), live hub fetches, and counter inspection.
[package]
name = "nucleus-substrate-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
description = "Command-line client for the Nucleus substrate. Single binary `nucleus-substrate` driving offline receipt verification (signature + all-projections), live hub fetches, and counter inspection."
documentation = "https://docs.rs/nucleus-substrate-cli"
repository = "https://github.com/coproduct-private/spiffy"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["substrate", "verifiable", "spiffe", "vcg", "cli"]
categories = ["command-line-utilities", "cryptography"]
publish = true

[lints]
workspace = true

[dependencies]
nucleus-substrate-sdk = { workspace = true }
clap = { version = "4", features = ["derive", "env", "wrap_help"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
anyhow = { workspace = true }
rustls = { workspace = true }

[[bin]]
name = "nucleus-substrate"
path = "src/main.rs"