# 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 = "wasm-repeated-animation-frame" version = "0.1.1" exclude = ["cspell.json"] description = "Repeatedly call requestAnimationFrame in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/ChocolateLoverRaj/wasm-repeated-animation-frame" [dependencies.async-channel] version = "2.1.1" [dependencies.futures] version = "0.3.29" [dependencies.js-sys] version = "0.3.66" [dependencies.manual_future] version = "0.1.1" [dependencies.wasm-bindgen] version = "0.2.89" [dependencies.wasm-bindgen-futures] version = "0.4.39" [dependencies.web-sys] version = "0.3.66" features = [ "Window", "console", ]