# 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 = "unix-ipc" version = "0.2.2" authors = ["Armin Ronacher "] autoexamples = true description = "A minimal abstraction for IPC via unix sockets." homepage = "https://github.com/mitsuhiko/unix-ipc" readme = "README.md" keywords = ["ipc", "unix-socket", "subprocess"] license = "MIT/Apache-2.0" repository = "https://github.com/mitsuhiko/unix-ipc" [package.metadata.docs.rs] all-features = true [[example]] name = "proc" required-features = ["serde", "bootstrap", "bootstrap-simple"] [[example]] name = "simple" required-features = ["serde"] [dependencies.bincode] version = "1.2.1" optional = true [dependencies.libc] version = "0.2.67" [dependencies.nix] version = "0.23.0" [dependencies.rand] version = "0.8.0" optional = true [dependencies.serde_] version = "1.0.104" features = ["derive"] optional = true package = "serde" [features] bootstrap = ["serde"] bootstrap-simple = ["bootstrap", "rand"] default = ["serde", "bootstrap", "bootstrap-simple"] serde = ["serde_", "bincode"]