podman-sequoia 0.3.2

A polyfill to use Sequoia as a signing backend for containers.
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"
name = "podman-sequoia"
version = "0.3.2"
authors = [
    "Daiki Ueno",
    "Miloslav Trmač",
]
build = "build.rs"
exclude = [
    ".github/workflows/",
    ".gitleaks.toml",
    "go/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A polyfill to use Sequoia as a signing backend for containers."
readme = "README.md"
keywords = [
    "cryptography",
    "openpgp",
    "pgp",
    "signing",
]
license = "Apache-2.0"
repository = "https://github.com/ueno/podman-sequoia"

[features]
crypto-botan = ["sequoia-openpgp/crypto-botan"]
crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
crypto-cng = ["sequoia-openpgp/crypto-cng"]
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
crypto-rust = ["sequoia-openpgp/crypto-rust"]
default = ["crypto-openssl"]

[lib]
name = "podman_sequoia"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.sequoia-cert-store]
version = "0.7"
default-features = false

[dependencies.sequoia-directories]
version = "0.1.0"

[dependencies.sequoia-keystore]
version = "0.7"
features = ["softkeys"]
default-features = false

[dependencies.sequoia-openpgp]
version = "2"
features = ["compression"]
default-features = false

[dependencies.sequoia-policy-config]
version = "0.8"

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

[build-dependencies.anyhow]
version = "1"

[build-dependencies.cbindgen]
version = "0.24.0"

[build-dependencies.cdylib-link-lines]
version = "0.1.4"

[build-dependencies.dlwrap]
version = "0.3.8"

[build-dependencies.regex]
version = "1"