native-ipc 0.2.0

Secure-by-construction foundations for native cross-process IPC
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "native-ipc"
version = "0.2.0"
dependencies = [
 "native-ipc-core",
 "native-ipc-platform",
]

[[package]]
name = "native-ipc-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fa9384ce78fd6d5dd6176e58d5099a9e5841270b6463709f6ab2debbf75c39"

[[package]]
name = "native-ipc-platform"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9c026a70a88d3096b3a2ca4a7cfd74efe233248eb5bfd4d71db490ffdcd5b3d"
dependencies = [
 "libc",
 "native-ipc-core",
 "windows-sys",
]

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
 "windows-link",
]