zipsign 0.2.1

Sign and verify `.zip` and `.tar.gz` files with an ed25519 signing key
# 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 = "zipsign"
version = "0.2.1"
authors = ["René Kijewski <crates.io@k6i.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sign and verify `.zip` and `.tar.gz` files with an ed25519 signing key"
readme = "README.md"
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/Kijewski/zipsign"

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

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

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

[dependencies.ed25519-dalek]
version = "2.0.0"
features = ["digest"]

[dependencies.getrandom]
version = ">= 0.3.0, < 0.5.0"
features = ["std"]

[dependencies.normalize-path]
version = "0.2.0"

[dependencies.pretty-error-debug]
version = "0.3.0"

[dependencies.tempfile]
version = "3.0.0"

[dependencies.thiserror]
version = "2.0.8"

[dependencies.zipsign-api]
version = "0.2.0"
features = [
    "tar",
    "zip",
]
default-features = false