# 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 = "2021" name = "timer-kit" version = "0.1.1" description = "A timer toolkit that is generic over the underlying timer implementation." homepage = "https://github.com/minghuaw/timer-kit" documentation = "https://docs.rs/timer-kit/" readme = "README.md" keywords = [ "sleep", "timeout", "interval", "delay", "async", ] license = "MIT/Apache-2.0" repository = "https://github.com/minghuaw/timer-kit" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures-util] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.slab] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.futures] version = "0.3" [features] default = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-timer] version = "3" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.smol] version = "1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["time"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.futures-test] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.smol] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.smol-potat] version = "1" features = ["auto"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1" features = [ "time", "rt", "macros", "io-util", ] [target."cfg(target_arch = \"wasm32\")".dependencies.fluvio-wasm-timer] version = "0.2" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-timer] version = "0.2" optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.fluvio-wasm-timer] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-timer] version = "0.2"