[package]
edition = "2024"
rust-version = "1.85"
name = "linux-keyutils-keyring-store"
version = "1.0.0"
authors = [
"Daniel Brotsky <dev@brotsky.com>",
"landhb <landhb@users.noreply.github.com>",
]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux Keyutils credential store for keyring"
homepage = "https://github.com/open-source-cooperative/keyring-rs/wiki/Keyring"
readme = "README.md"
keywords = [
"linux",
"keyutils",
"credential-store",
"keyring",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/open-source-cooperative/linux-keyutils-keyring-store.git"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "linux_keyutils_keyring_store"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/example.rs"
[dependencies.keyring-core]
version = "1"
[dependencies.linux-keyutils]
version = "0.2"
features = ["std"]
[dev-dependencies.fastrand]
version = "2"
[dev-dependencies.rpassword]
version = "7"