async-timer 0.7.4

Timers for Rust async story
Documentation
[dependencies.futures-core]
default-features = true
optional = true
version = "0.3"

[dev-dependencies.futures-util]
version = "0.3.0"

[dev-dependencies.tokio]
features = ["macros", "rt-core"]
version = "0.2"

[features]
default = []
no_std = []
stream = ["futures-core"]
tokio_on = ["mio", "tokio", "nix"]

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["asynchronous", "wasm", "no-std"]
description = "Timers for Rust async story"
edition = "2018"
include = ["**/*.rs", "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 = "0.7.4"

[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.18"

[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]
default-features = false
features = ["io-driver"]
optional = true
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
features = ["threadpoolapiset"]
version = "0.3"