# 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 = "shmemfdrs2" version = "1.0.0" authors = [ "MaxVerevkin ", "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://github.com/MaxVerevkin/shmemfdrs2" readme = "README.md" keywords = [ "memfd", "SHM_ANON", "SharedMemory", "shm", "IPC", ] categories = ["os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/MaxVerevkin/shmemfdrs2" [dependencies.libc] version = "0.2"