# 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" rust-version = "1.57" name = "wasm-ticker" version = "0.1.2" authors = ["Fachep"] build = false include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Non-block tick executor for WebAssembly Rust" readme = "README.md" categories = [ "asynchronous", "wasm", ] license = "MIT" repository = "https://github.com/fachep/wasm-ticker" resolver = "2" [lib] name = "wasm_ticker" path = "src/lib.rs" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "MessageChannel", "MessagePort", ] [dev-dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.web-sys] version = "0.3" features = ["Window"]