confium-cli 0.5.4

Command-line interface for the Confium threshold cryptography framework
# 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.85"
name = "confium-cli"
version = "0.5.4"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Confium threshold cryptography framework"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-cli"
readme = "README.md"
keywords = [
    "crypto",
    "cli",
    "threshold",
    "confium",
]
categories = [
    "cryptography",
    "authentication",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.confium-composite]
version = "0.5.4"

[dependencies.confium-pki]
version = "0.5.4"

[dependencies.confium-privacy]
version = "0.5.4"

[dependencies.confium-registry]
version = "0.5.4"

[dependencies.confium-signatif]
version = "0.5.4"

[dependencies.confium-tc-cmp20]
version = "0.5.4"

[dependencies.confium-tc-gg18]
version = "0.5.4"

[dependencies.confium-transparency]
version = "0.5.4"

[dependencies.ed25519-dalek]
version = "3"

[dependencies.hex]
version = "0.4"

[dependencies.p256]
version = "0.14"
features = [
    "ecdsa",
    "pem",
    "arithmetic",
    "ecdsa",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"