async-timer 1.0.0-beta.6

Timers for Rust async story
Documentation
[build-dependencies.cc]
optional = true
version = "1"
[dependencies.error-code]
version = "2"

[dependencies.futures-core]
default-features = true
optional = true
version = "0.3"
[dev-dependencies.tokio_02]
features = ["macros", "rt-core"]
package = "tokio"
version = "0.2"

[dev-dependencies.tokio_03]
default-features = false
features = ["macros", "rt"]
package = "tokio"
version = "0.3.2"

[features]
c_wrapper = ["cc"]
default = []
std = []
stream = ["futures-core"]
tokio02 = ["mio", "tokio_02", "nix", "std"]
tokio03 = ["tokio_03", "nix", "std"]

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["asynchronous", "wasm", "no-std"]
description = "Timers for Rust async story"
edition = "2018"
include = ["**/*.rs", "**/*.c", "Cargo.toml", "README.md"]
keywords = ["timer", "async", "wasm"]
license = "BSL-1.0"
name = "async-timer"
readme = "README.md"
repository = "https://github.com/DoumanAsh/async-timer"
version = "1.0.0-beta.6"
[target."cfg(all(unix, not(any(target_os = \"macos\", target_os = \"ios\"))))".dependencies.os-sync]
version = "0.3"
[target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(any(target_os = \"bitrig\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"ios\", target_os = \"macos\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.nix]
optional = true
version = "0.19"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\", unix))".dependencies.libc]
default-features = false
version = "0.2.60"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\", unix))".dependencies.mio]
optional = true
version = "0.6"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\", unix))".dependencies.tokio_02]
default-features = false
features = ["io-driver"]
optional = true
package = "tokio"
version = "0.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\", unix))".dependencies.tokio_03]
default-features = false
features = ["net"]
optional = true
package = "tokio"
version = "0.3.5"
[target."cfg(windows)".dependencies.winapi]
features = ["threadpoolapiset"]
version = "0.3"