linux-keyutils-keyring-store 1.0.0

Linux Keyutils credential store for keyring
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 = "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"