memfd 0.6.6

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

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

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

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

[[example]]
name = "sized"
path = "examples/sized.rs"

[[test]]
name = "memfd"
path = "tests/memfd.rs"

[[test]]
name = "sealing"
path = "tests/sealing.rs"

[dependencies.rustix]
version = "1.0"
features = ["fs"]