# 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 = "shmemfdrs" version = "0.1.4" authors = [ "Val Packett ", "The Servo Project Developers", ] description = "Creates anonymous shared memory file descriptors for IPC on Unix platforms, using memfd/SHM_ANON/shm_open." homepage = "https://codeberg.org/valpackett/shmemfdrs" readme = "README.md" keywords = [ "memfd", "SHM_ANON", "SharedMemory", "shm", "IPC", ] categories = ["os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://codeberg.org/valpackett/shmemfdrs" [dependencies.libc] version = "0.2.132" [features] default = ["memfd"] memfd = []