zipsign-api 0.1.3

Sign and verify `.zip` and `.tar.gz` files with an ed25519 signing key
Documentation
# Keep in the same order as <https://doc.rust-lang.org/cargo/reference/manifest.html>
table_order = [
    "package",
    # targets
    "lib",
    "bin",
    "example",
    "test",
    "bench",
    # dependencies
    "dependencies",
    "dev-dependencies",
    "build-dependencies",
    "target",
    # misc
    "badges",
    "features",
    "lints",
    "patch",
    "replace",
    "profile",
    "workspace",
]