[workspace]
members = ["ipcez-ffi", "ipcez-node"]
[package]
name = "ipcez"
version = "0.1.0"
edition = "2024"
description = "Rust library for ipcez."
license = "MIT OR Apache-2.0"
authors = []
repository = "https://github.com/YOUR_ORG/ipcez"
homepage = "https://github.com/YOUR_ORG/ipcez#readme"
documentation = "https://docs.rs/ipcez"
keywords = ["ipc", "websocket", "unix-socket", "named-pipe", "inter-process"]
categories = ["network-programming", "asynchronous"]
rust-version = "1.85"
[dependencies]
tokio = { version = "1", features = ["net", "rt", "io-util", "time", "sync"] }
tokio-tungstenite = "0.28"
futures-util = "0.3"
[target.'cfg(unix)'.dependencies]
named-sem = "0.2"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_Foundation", "Win32_Security"] }