# 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 = "2021" name = "viaduct" version = "0.4.0" authors = ["William Venner "] description = "A duplex communication channel between a parent and child process, using unnamed pipes" readme = "README.md" keywords = [ "pipes", "ipc", "multiprocessing", "duplex", ] categories = [ "asynchronous", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WilliamVenner/viaduct" resolver = "2" [profile.ci-test] opt-level = 0 lto = true debug-assertions = true overflow-checks = true inherits = "dev" [dependencies.bincode] version = "1" optional = true [dependencies.bytemuck] version = "1" optional = true [dependencies.interprocess] version = "1" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" optional = true [dependencies.speedy] version = "0.8" optional = true [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [features] bincode = [ "dep:bincode", "dep:serde", ] bytemuck = ["dep:bytemuck"] default = ["bytemuck"] speedy = ["dep:speedy"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.39" features = ["Win32_Foundation"]