# 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] edition = "2018" name = "packet-ipc" version = "0.15.0" authors = ["dbcfd "] description = "Share packets between services using servo ipc\n" documentation = "https://docs.rs/packet-ipc/" readme = "README.md" categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/protectwise/packet-ipc" [dependencies.bincode] version = "1.3" [dependencies.crossbeam-channel] version = "0.4" [dependencies.ipc-channel] version = "0.14" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.7"