# 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 = "debounced-wasm" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of the debounced crate that works with wasm" homepage = "https://github.com/glacyr/debounced" documentation = "https://docs.rs/debounced/" readme = "README.md" license = "MIT" repository = "https://github.com/glacyr/debounced" [lib] name = "debounced_wasm" path = "src/lib.rs" [dependencies.futures-timer] version = "3.0.3" [dependencies.futures-util] version = "0.3.30" features = ["sink"] default-features = false [dev-dependencies.futures-channel] version = "0.3.30" features = ["sink"] [dev-dependencies.tokio] version = "1.39.2" features = [ "full", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] wasm-bindgen = ["futures-timer/wasm-bindgen"]