linux-keyutils-keyring-store 0.2.1

Linux Keyutils credential store for keyring
Documentation
[dependencies.keyring-core]
version = "0.7"

[dependencies.linux-keyutils]
features = ["std"]
version = "0.2.4"

[dev-dependencies.fastrand]
version = "2.3"

[dev-dependencies.rpassword]
version = "7.4"

[[example]]
name = "example"
path = "examples/example.rs"

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

[package]
authors = ["Daniel Brotsky <dev@brotsky.com>", "landhb <landhb@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Linux Keyutils credential store for keyring"
edition = "2024"
exclude = [".github/"]
homepage = "https://github.com/open-source-cooperative/keyring-rs/wiki/Keyring"
keywords = ["linux", "keyutils", "credential-store", "keyring"]
license = "MIT OR Apache-2.0"
name = "linux-keyutils-keyring-store"
readme = "README.md"
repository = "https://github.com/open-source-cooperative/linux-keyutils-keyring-store.git"
rust-version = "1.85"
version = "0.2.1"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]