pqrascv-cli 1.0.0-rc.8

Command-line interface for the PQ-RASCV hardware attestation protocol
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 = "2021"
rust-version = "1.85"
name = "pqrascv-cli"
version = "1.0.0-rc.8"
authors = ["comwanga"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the PQ-RASCV hardware attestation protocol"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/comwanga/pqrascv-core"

[package.metadata.docs.rs]
no-default-features = false

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.getrandom]
version = "0.4"
features = ["sys_rng"]

[dependencies.hex]
version = "0.4"

[dependencies.pqrascv-core]
version = "1.0.0-rc.8"
features = [
    "std",
    "software-rot-unsafe",
]

[dependencies.pqrascv-verifier]
version = "1.0.0-rc.8"

[dependencies.sha3]
version = "0.10"
default-features = false

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