clubs-cli 0.1.0

Command-line interface for composing and inspecting Gordian Club editions.
[[bin]]
name = "clubs"
path = "src/main.rs"

[dependencies.anyhow]
version = "^1.0"

[dependencies.bc-components]
version = "^0.25.0"

[dependencies.bc-envelope]
version = "^0.34.0"

[dependencies.bc-ur]
version = "^0.13.0"

[dependencies.bc-xid]
version = "^0.13.0"

[dependencies.clap]
features = ["derive", "unstable-styles"]
version = "^4.5"

[dependencies.clubs]
version = "^0.1.0"

[dependencies.dcbor]
version = "^0.23.0"

[dependencies.hex]
version = "^0.4"

[dependencies.known-values]
version = "^0.8.0"

[dependencies.provenance-mark]
version = "^0.13.0"

[package]
authors = ["Blockchain Commons"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "Command-line interface for composing and inspecting Gordian Club editions."
documentation = "https://docs.rs/clubs-cli"
edition = "2024"
keywords = ["encoding", "cbor", "binary", "format", "publishing"]
license = "BSD-2-Clause-Patent"
name = "clubs-cli"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/clubs-cli-rust"
resolver = "2"
version = "0.1.0"