# 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 = "interprocess-docfix" version = "1.2.2" authors = [ "Kotauskas ", "Jonathan Kelley ", ] exclude = [ "/.github/", "/README.tpl", "/Cargo.lock", "/.gitignore", ] description = "Interprocess communication toolkit. Docs fixed." documentation = "https://docs.rs/interprocess" readme = "README.md" keywords = [ "ipc", "shared_memory", "pipe", "unix_domain_socket", ] categories = [ "os", "os::unix-apis", "os::windows-apis", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kotauskas/interprocess" [package.metadata.docs.rs] features = [ "doc_cfg", "tokio_support", ] [dependencies.blocking] version = "1.0" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.futures-core] version = "0.3" optional = true [dependencies.futures-io] version = "0.3" optional = true [dependencies.intmap] version = "0.7" optional = true [dependencies.libc] version = "0.2.137" features = ["extra_traits"] [dependencies.once_cell] version = "1.7" optional = true [dependencies.spinning] version = "0.1" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.to_method] version = "1.1" [dependencies.tokio] version = "1.8" features = [ "net", "time", "io-util", ] optional = true [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.8" features = [ "rt-multi-thread", "io-util", "sync", "macros", ] [build-dependencies.rustc_version] version = "0.4" [features] default = [ "signals", "nonblocking", ] doc_cfg = [] nonblocking = [ "blocking", "futures-core", "futures-io", ] signals = [ "thiserror", "spinning", "intmap", "once_cell", ] tokio_support = [ "tokio", "futures-core", "futures-io", ] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "std", "winbase", "winerror", "processthreadsapi", "fileapi", "handleapi", "namedpipeapi", ]