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.
# 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"
rust-version = "1.93"
name = "nucleus-substrate-cli"
version = "0.1.0"
authors = ["Coproduct <hello@coproduct.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = "README.md"
keywords = [
    "substrate",
    "verifiable",
    "spiffe",
    "vcg",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coproduct-private/spiffy"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.nucleus-substrate-sdk]
version = "0.1.0"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "ring",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[lints.clippy]
type_complexity = "allow"