# 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.4" authors = ["landhb "] 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" [[example]] name = "keyctl" required-features = ["std"] [dependencies.bitflags] version = "2.4" default-features = false [dependencies.libc] version = "0.2.132" default-features = false [dev-dependencies.clap] version = "4.4.11" features = [ "std", "derive", ] default-features = false [dev-dependencies.zeroize] version = "1.5.7" [features] default = [] std = ["bitflags/std"]