[package]
edition = "2018"
name = "async-timer"
version = "0.2.8"
authors = ["Douman <douman@gmx.se>"]
include = ["**/*.rs", "Cargo.toml", "README.md"]
description = "Timers for Rust async story"
readme = "README.md"
keywords = ["timer", "async", "wasm"]
license = "Apache-2.0"
repository = "https://github.com/DoumanAsh/async-timer"
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.16"
[features]
default = []
no_std = []
romio_on = ["mio", "romio", "nix"]
[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.libc]
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.mio]
version = "0.6"
optional = true
[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]
version = "0.14"
optional = true
[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.romio]
version = "0.3.0-alpha.5"
optional = true
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os=\"freebsd\", target_os=\"openbsd\"))".dependencies.lazy_static]
version = "1"
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os=\"freebsd\", target_os=\"openbsd\"))".dependencies.libc]
version = "0.2"
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os=\"freebsd\", target_os=\"openbsd\"))".dependencies.mio]
version = "0.6"
optional = true
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os=\"freebsd\", target_os=\"openbsd\"))".dependencies.romio]
version = "0.3.0-alpha.5"
optional = true
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["threadpoolapiset"]