# 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.4" authors = [ "Luca Bruno ", "Simonas Kazlauskas ", ] exclude = [ ".gitignore", ".travis.yml", ] 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.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}}" [dependencies.rustix] version = "0.38.8" features = ["fs"]