keyutils 0.4.0

Rust interface to the Linux keyring.
Documentation
[package]
name = "keyutils"
version = "0.4.0"
authors = ["Ben Boeckel <mathstuf@gmail.com>"]
license = "BSD-3-Clause"
description = "Rust interface to the Linux keyring."
repository = "https://github.com/mathstuf/rust-keyutils.git"
homepage = "https://github.com/mathstuf/rust-keyutils"
documentation = "https://docs.rs/keyutils"
readme = "README.md"
edition = "2018"

[workspace]
members = ["keyutils-raw"]

[dev-dependencies]
lazy_static = "1"
regex = "1"
semver = "1"

[dependencies]
bitflags = "1.0.4"
errno = "0.3"
keyutils-raw = { version = "0.4.0", path = "keyutils-raw" }
log = "0.4.4"
uninit = "0.3"

libc = "0.2.68"