# 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 = "memfile" version = "0.3.2" authors = ["Maarten de Vries "] publish = ["crates-io"] description = "memory backed files using memfd_create with file sealing support" documentation = "https://docs.rs/memfile" readme = "README.md" keywords = [ "memfd", "file", "memory", "sealing", "fd", ] categories = [ "filesystem", "os::unix-apis", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/memfile-rs" [dependencies.libc] version = "0.2.105" [dev-dependencies.assert2] version = "0.3.4"