encryptman-keyring 0.1.1

OS keychain-backed master key storage for encryptman
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.85"
name = "encryptman-keyring"
version = "0.1.1"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE*",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OS keychain-backed master key storage for encryptman"
documentation = "https://docs.rs/encryptman-keyring"
readme = "README.md"
keywords = [
    "encryption",
    "keyring",
    "keychain",
    "secrets",
    "encryptman",
]
categories = [
    "cryptography",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/suradet-ps/encryptman-keyring"

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

[dependencies.encryptman]
version = "0.2.0"

[dependencies.keyring]
version = "4.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serial_test]
version = "3"

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

[lints.rust]
missing_docs = "deny"