windows_shared_memory 0.1.4

Windows IPC library using shared memory. Supports 32-bit/64-bit cross-process communication
# 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 = "2024"
name = "windows_shared_memory"
version = "0.1.4"
authors = ["gembleman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows IPC library using shared memory. Supports 32-bit/64-bit cross-process communication"
readme = "README.md"
keywords = [
    "windows",
    "shared-memory",
    "ipc",
]
categories = [
    "os::windows-apis",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/gembleman/windows_shared_memory.git"

[lib]
name = "windows_shared_memory"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[[test]]
name = "test1"
path = "tests/test1.rs"

[dependencies.windows]
version = "0.62"
features = [
    "Win32_System_Threading",
    "Win32_System_Memory",
    "Win32_Security",
]