# 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 = "2018" name = "tokio-unix-ipc" version = "0.3.0" autoexamples = true autotests = true description = "A minimal abstraction for IPC via unix sockets." homepage = "https://github.com/mitsuhiko/tokio-unix-ipc" readme = "README.md" keywords = [ "ipc", "unix-socket", "subprocess", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/tokio-unix-ipc" [package.metadata.docs.rs] all-features = true [[example]] name = "hello" required-features = [ "serde", "bootstrap", ] [[test]] name = "test_bootstrap" required-features = ["bootstrap"] [[test]] name = "test_typed_channel" required-features = ["serde"] [dependencies.backtrace] version = "0.3.43" features = ["serde"] optional = true [dependencies.bincode] version = "1.2.1" optional = true [dependencies.libc] version = "0.2.67" [dependencies.nix] version = "0.22.0" [dependencies.rand] version = "0.8.0" optional = true [dependencies.rmp-serde] version = "1.1.0" optional = true [dependencies.serde_] version = "1.0.104" features = ["derive"] optional = true package = "serde" [dependencies.tokio] version = "1.8.2" features = ["net"] [dev-dependencies.tokio] version = "1.8.2" features = [ "macros", "rt", "rt-multi-thread", "process", ] [features] bootstrap = [ "serde", "rand", ] default = [ "serde", "bootstrap", "panic-support", ] panic-support = ["serde"] serde = [ "serde_", "bincode", ] serde-structural = [ "serde", "rmp-serde", ]