provenance-mark-cli 0.7.0

A command line tool for creating and managing Provenance Marks.
# 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 = "provenance-mark-cli"
version = "0.7.0"
authors = ["Blockchain Commons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool for creating and managing Provenance Marks."
documentation = "https://docs.rs/provenance-mark-cli"
readme = "README.md"
keywords = [
    "cryptography",
    "provenance",
    "copyright",
    "blockchain",
]
categories = [
    "cryptography",
    "authentication",
    "command-line-utilities",
]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/BlockchainCommons/provenance-mark-cli-rust"
resolver = "2"

[[bin]]
name = "provenance"
path = "src/main.rs"

[[test]]
name = "validate"
path = "tests/validate.rs"

[dependencies.anstyle]
version = "^1.0.1"

[dependencies.anyhow]
version = "^1.0.0"

[dependencies.base64]
version = "^0.22.0"

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

[dependencies.bc-envelope]
version = "^0.43.0"
features = ["known_value"]

[dependencies.bc-tags]
version = "^0.12.0"

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

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

[dependencies.dcbor]
version = "^0.25.0"

[dependencies.glob]
version = "0.3.2"

[dependencies.hex]
version = "^0.4.3"

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

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

[dependencies.serde_json]
version = "1.0.135"

[dev-dependencies.assert_cmd]
version = "^2.0.12"

[dev-dependencies.chrono]
version = "^0.4"

[dev-dependencies.indoc]
version = "^2.0.0"

[dev-dependencies.tempfile]
version = "^3.8"