interprocess-docfix 1.2.1

Interprocess communication toolkit. Docs fixed.
Documentation
[build-dependencies.rustc_version]
version = "0.4"
[dependencies.blocking]
optional = true
version = "1.0"

[dependencies.cfg-if]
version = "1.0"

[dependencies.futures-core]
optional = true
version = "0.3"

[dependencies.futures-io]
optional = true
version = "0.3"

[dependencies.intmap]
optional = true
version = "0.7"

[dependencies.libc]
features = ["extra_traits"]
version = "0.2.137"

[dependencies.once_cell]
optional = true
version = "1.7"

[dependencies.spinning]
optional = true
version = "0.1"

[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.to_method]
version = "1.1"

[dependencies.tokio]
features = ["net", "time", "io-util"]
optional = true
version = "1.8"
[dev-dependencies.anyhow]
version = "1.0.32"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "io-util", "sync", "macros"]
version = "1.8"

[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"]

[package]
authors = ["Kotauskas <v.toncharov@gmail.com>", "Jonathan Kelley <jon@dioxuslabs.com>"]
categories = ["os", "os::unix-apis", "os::windows-apis", "asynchronous"]
description = "Interprocess communication toolkit. Docs fixed."
documentation = "https://docs.rs/interprocess"
edition = "2018"
exclude = ["/.github/", "/README.tpl", "/Cargo.lock", "/.gitignore"]
keywords = ["ipc", "shared_memory", "pipe", "unix_domain_socket"]
license = "MIT OR Apache-2.0"
name = "interprocess-docfix"
readme = "README.md"
repository = "https://github.com/kotauskas/interprocess"
version = "1.2.1"
[package.metadata.docs.rs]
features = ["doc_cfg", "tokio_support"]
[target."cfg(windows)".dependencies.winapi]
features = ["std", "winbase", "winerror", "processthreadsapi", "fileapi", "handleapi", "namedpipeapi"]
version = "0.3"