# 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 = "zduny-wasm-timer" version = "0.2.8" authors = [ "Pierre Krieger ", "zduny ", ] description = "Abstraction over std::time::Instant and futures-timer that works on WASM" documentation = "https://docs.rs/zduny-wasm-timer/" readme = "README.md" keywords = [ "time", "duration", "instant", "wasm", ] license = "MIT" repository = "https://github.com/zduny/wasm-timer" [dependencies.futures] version = "0.3.28" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-utils] version = "0.1.0" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.37" [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys] version = "0.3.64" [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen] version = "0.2.87" [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen-futures] version = "0.4.37" [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.web-sys] version = "0.3.64" features = [ "Window", "WorkerGlobalScope", "Performance", ]