bc-envelope-cli 0.33.0

Gordian Envelope Command Line Tool.
Documentation
# 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 = "bc-envelope-cli"
version = "0.33.0"
authors = ["Blockchain Commons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gordian Envelope Command Line Tool."
documentation = "https://docs.rs/bc-envelope-cli"
readme = "README.md"
keywords = [
    "encoding",
    "cbor",
    "binary",
    "format",
    "serialization",
]
categories = [
    "data-structures",
    "encoding",
    "command-line-utilities",
]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/BlockchainCommons/bc-envelope-cli-rust"
resolver = "2"

[lib]
name = "bc_envelope_cli"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anstyle]
version = "^1.0.1"

[dependencies.anyhow]
version = "^1.0.0"

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

[dependencies.bc-envelope]
version = "^0.42.0"
features = ["multithreaded"]

[dependencies.bc-envelope-pattern]
version = "^0.13.0"

[dependencies.bc-rand]
version = "^0.5.0"

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

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

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

[dependencies.dcbor]
version = "^0.25.0"
features = ["multithreaded"]

[dependencies.hex]
version = "^0.4.3"

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

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "^1.11.1"

[dependencies.rpassword]
version = "7.3.1"

[dependencies.ssh-key]
version = "=0.6.7"
features = [
    "dsa",
    "ecdsa",
    "rand_core",
    "std",
    "crypto",
    "encryption",
]
default-features = false

[dependencies.which]
version = "^8.0.0"

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

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