memfd 0.6.4

A pure-Rust library to work with Linux memfd and sealing
Documentation
[dependencies.rustix]
features = ["fs"]
version = "0.38.8"

[package]
authors = ["Luca Bruno <lucab@lucabruno.net>", "Simonas Kazlauskas <memfd@kazlauskas.me>"]
categories = ["filesystem", "os", "os::unix-apis"]
description = "A pure-Rust library to work with Linux memfd and sealing"
documentation = "https://docs.rs/memfd"
edition = "2018"
exclude = [".gitignore", ".travis.yml"]
keywords = ["Linux", "memfd", "memfd_create", "seal"]
license = "MIT OR Apache-2.0"
name = "memfd"
readme = "README.md"
repository = "https://github.com/lucab/memfd-rs"
version = "0.6.4"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.release]
pre-release-commit-message = "cargo: memfd release {{version}}"
publish = false
push = false
sign-commit = true
sign-tag = true
tag-message = "memfd {{version}}"