windows-rpc 0.0.2

Windows RPC for Rust
[dependencies.windows]
features = ["Win32_Foundation", "Win32_System", "Win32_System_Threading", "Win32_System_Rpc"]
version = "0.62"

[dependencies.windows-rpc-macros]
version = "0.0.2"

[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System", "Win32_System_Com", "Win32_System_Threading", "Win32_System_Rpc"]
version = "0.61"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Windows RPC for Rust"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "windows-rpc"
readme = "README.md"
repository = "https://github.com/gadol21/windows-rpc-rs"
version = "0.0.2"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

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

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