[package] name = "rshmem" version = "0.1.2" edition = "2021" license = "GPL-2.0" authors = ["bloc4ain "] description = "Win32 shared memory with safe wrapper for allocating buffers" #Extra fields for crates.io readme = "README.md" documentation = "https://docs.rs/rshmem" repository = "https://github.com/bloc4ain/rshmem" keywords = ["shmem", "shared", "memory", "inter-process", "process"] categories = [ "os::windows-apis", "memory-management", "concurrency", "asynchronous", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] winapi = { version = "0.3", features = ["memoryapi", "handleapi", "winbase", "errhandlingapi"] } [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc"