linux-keyutils 0.2.5

Rust interface to the Linux key-management facility. Provides a safe interface around the raw system calls allowing user-space programs to perform key manipulation.
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 = "2021"
name = "linux-keyutils"
version = "0.2.5"
authors = ["landhb <landhb@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust interface to the Linux key-management facility. Provides a safe interface around the raw system
calls allowing user-space programs to perform key manipulation.
"""
homepage = "https://github.com/landhb/linux-keyutils"
readme = "README.md"
keywords = [
    "keyutils",
    "keyctl",
    "linux",
    "keyring",
    "secure-storage",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/landhb/linux-keyutils"

[features]
default = []
std = ["bitflags/std"]

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

[[example]]
name = "keyctl"
path = "examples/keyctl.rs"
required-features = ["std"]

[[example]]
name = "request-key"
path = "examples/request-key.rs"
required-features = ["std"]

[dependencies.bitflags]
version = "2.6"
default-features = false

[dependencies.libc]
version = "0.2.158"
default-features = false

[dev-dependencies.clap]
version = "4.5.16"
features = [
    "std",
    "derive",
    "help",
]
default-features = false

[dev-dependencies.zeroize]
version = "1.8.1"