# 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 = "futures-timer" version = "3.0.4" authors = ["Alex Crichton "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Timeouts for futures. """ homepage = "https://github.com/async-rs/futures-timer" documentation = "https://docs.rs/futures-timer" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/async-rs/futures-timer" [features] wasm-bindgen = [ "gloo-timers", "send_wrapper", ] [lib] name = "futures_timer" path = "src/lib.rs" [[test]] name = "smoke" path = "tests/smoke.rs" [[test]] name = "timeout" path = "tests/timeout.rs" [dev-dependencies.async-std] version = "1.13" features = ["attributes"] [dev-dependencies.futures] version = "0.3.1" [target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers] version = "0.4.0" features = ["futures"] optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.send_wrapper] version = "0.6.0" optional = true [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(assert_timer_heap_consistent)"]