# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "sandbox-ipc" version = "0.4.0" authors = ["john@colanduoni.com"] autotests = false description = "An IPC implementation with an eye toward enabling privilege separation." license = "MIT OR Apache-2.0" repository = "https://github.com/JohnColanduoni/sandbox-ipc" [[test]] name = "child_channel" harness = false [[test]] name = "named_channel" harness = false [[bench]] name = "shm_queue" harness = false [dependencies.bincode] version = "0.9" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "0.2.9" [dependencies.log] version = ">=0.3" [dependencies.rand] version = "0.3" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-reactor] version = "0.1" [dependencies.uuid] version = "0.5" features = ["v4", "serde"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.mio-named-pipes] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["minwindef", "ntdef", "guiddef", "winsock2", "namedpipeapi", "ioapiset", "memoryapi", "sysinfoapi", "synchapi"] [target."cfg(target_os = \"windows\")".dependencies.winhandle] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.mio] version = "0.6"