# 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 = "async-timer" version = "1.0.0-beta.15" authors = ["Douman "] build = "build.rs" include = [ "**/*.rs", "**/*.c", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Timers for Rust async story" readme = "README.md" keywords = [ "timer", "async", "wasm", ] categories = [ "asynchronous", "wasm", "no-std", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/async-timer" [lib] name = "async_timer" path = "src/lib.rs" [[test]] name = "interval" path = "tests/interval.rs" [[test]] name = "timed" path = "tests/timed.rs" [[test]] name = "timer" path = "tests/timer.rs" [dependencies.error-code] version = "3" [dev-dependencies.tokio_1] version = "1.35" features = [ "macros", "rt", ] default-features = false package = "tokio" [build-dependencies.cc] version = "1" optional = true [features] c_wrapper = ["cc"] default = [] std = ["error-code/std"] tokio1 = [ "tokio_1", "std", ] [target.'cfg(any(target_arch = "wasm32"))'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(any(target_arch = "wasm32"))'.dependencies.web-time] version = "1.1" [target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies.libc] version = "0.2.60" default-features = false [target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies.tokio_1] version = "1.35" features = ["net"] optional = true default-features = false package = "tokio"