# 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 = "ipc-channel" version = "0.19.0" authors = ["The Servo Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multiprocess drop-in replacement for Rust channels" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/servo/ipc-channel" [lib] name = "ipc_channel" path = "src/lib.rs" [[bench]] name = "ipc" path = "benches/ipc.rs" harness = false [[bench]] name = "ipc_receiver_set" path = "benches/ipc_receiver_set.rs" harness = false [[bench]] name = "platform" path = "benches/platform.rs" harness = false [dependencies.bincode] version = "1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.fnv] version = "1.0.3" [dependencies.futures] version = "0.3" optional = true [dependencies.futures-test] version = "0.3" optional = true [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.static_assertions] version = "1.1.0" [features] async = [ "futures", "futures-test", ] default = [] force-inprocess = [] memfd = ["sc"] win32-trace = [] [target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.mio] version = "1.0" features = ["os-ext"] [target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.sc] version = "0.2.2" optional = true [target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies.tempfile] version = "3.4" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Threading", "Win32_System_Pipes", "Win32_System_Memory", "Win32_System_IO", "Win32_Storage_FileSystem", "Win32_Security", ]