sequoia-keystore-softkeys 0.3.0

A soft key (in-memory key) backend for Sequoia's private key store.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.anyhow]
version = "1.0.18"

[dependencies.async-trait]
version = "0.1"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.17"

[dependencies.sequoia-keystore-backend]
version = "0.3"

[dependencies.sequoia-openpgp]
default-features = false
version = "1.17"
[dev-dependencies.env_logger]
version = ">=0.10, <0.12"

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

[dev-dependencies.tokio]
features = ["rt-multi-thread", "io-util", "net"]
version = "1.19"

[dev-dependencies.tracing]
default-features = false
version = "0.1"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter"]
version = "0.3"

[package]
authors = ["Neal H. Walfield <neal@sequoia-pgp.org>"]
categories = ["cryptography"]
description = "A soft key (in-memory key) backend for Sequoia's private key store."
edition = "2021"
homepage = "https://sequoia-pgp.org/"
keywords = ["cryptography", "openpgp"]
license = "LGPL-2.0-or-later"
name = "sequoia-keystore-softkeys"
readme = "README.md"
repository = "https://gitlab.com/sequoia-pgp/sequoia-key-store"
rust-version = "1.70"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["sequoia-openpgp/default"]
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
default-features = false
features = ["crypto-nettle", "__implicit-crypto-backend-for-tests"]
version = "1"
[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
default-features = false
features = ["crypto-cng", "__implicit-crypto-backend-for-tests"]
version = "1"