voa 0.7.3

Command line interface and library for interacting with the File Hierarchy for the Verification of OS Artifacts (VOA)
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"
rust-version = "1.88.0"
name = "voa"
version = "0.7.3"
authors = [
    "Arne Beer <contact@arne.beer>",
    "David Runge <dvzrv@archlinux.org>",
    "Heiko Schaefer <heiko@schaefer.name>",
    "Orhun Parmaksız <orhun@archlinux.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface and library for interacting with the File Hierarchy for the Verification of OS Artifacts (VOA)"
homepage = "https://voa.archlinux.page"
readme = "README.md"
keywords = [
    "openpgp",
    "signing",
    "verification",
    "voa",
]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.archlinux.org/archlinux/alpm/voa"

[features]
cli = [
    "dep:clap",
    "dep:clap-verbosity-flag",
    "dep:serde",
    "dep:serde_json",
    "dep:simplelog",
    "voa-core/serde",
]
default = []

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

[[bin]]
name = "voa"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5.46"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["log"]
optional = true

[dependencies.log]
version = "0.4.28"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.simplelog]
version = "0.12.2"
optional = true

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.16"

[dependencies.voa-config]
version = "0.1.2"

[dependencies.voa-core]
version = "0.4.0"

[dependencies.voa-openpgp]
version = "0.6.2"

[dev-dependencies.libc]
version = "0.2.175"

[dev-dependencies.rstest]
version = "0.26.1"

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

[dev-dependencies.testresult]
version = "0.4.1"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"