ipc-channel 0.18.3

A multiprocess drop-in replacement for Rust channels
Documentation
[[bench]]
harness = false
name = "ipc"
path = "benches/ipc.rs"

[[bench]]
harness = false
name = "ipc_receiver_set"
path = "benches/ipc_receiver_set.rs"

[[bench]]
harness = false
name = "platform"
path = "benches/platform.rs"

[dependencies.bincode]
version = "1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.fnv]
version = "1.0.3"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.futures-test]
optional = true
version = "0.3"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2.12"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["rc"]
version = "1.0"

[dependencies.uuid]
features = ["v4"]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.crossbeam-utils]
version = "0.8"

[dev-dependencies.static_assertions]
version = "1.1.0"

[features]
async = ["futures", "futures-test"]
force-inprocess = []
memfd = ["sc"]
win32-trace = []
windows-shared-memory-equality = ["windows/Win32_System_LibraryLoader"]

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

[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A multiprocess drop-in replacement for Rust channels"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ipc-channel"
readme = "README.md"
repository = "https://github.com/servo/ipc-channel"
version = "0.18.3"

[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.mio]
features = ["os-ext"]
version = "1.0"

[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.sc]
optional = true
version = "0.2.2"

[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.tempfile]
version = "3.4"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Threading", "Win32_System_Pipes", "Win32_System_Memory", "Win32_System_IO", "Win32_Storage_FileSystem", "Win32_Security"]
version = "0.58.0"