[dependencies.windows]
features = ["Win32_System_Threading", "Win32_System_Memory", "Win32_Security"]
version = "0.62"
[[example]]
name = "client"
path = "examples/client.rs"
[[example]]
name = "server"
path = "examples/server.rs"
[lib]
name = "windows_shared_memory"
path = "src/lib.rs"
[package]
authors = ["gembleman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "memory-management"]
description = "Windows IPC library using shared memory. Supports 32-bit/64-bit cross-process communication"
edition = "2024"
keywords = ["windows", "shared-memory", "ipc"]
license = "MIT"
name = "windows_shared_memory"
readme = "README.md"
repository = "https://github.com/gembleman/windows_shared_memory.git"
version = "0.1.5"
[[test]]
name = "test1"
path = "tests/test1.rs"