# 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.66" name = "tokio-js-set-interval" version = "1.3.0" authors = ["Philipp Schuster "] description = """ Allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript inside a `tokio` runtime. The library provides the macros `set_interval!(callback, ms)` and `set_timeout!(callback, ms)`. """ homepage = "https://github.com/phip1611/tokio-js-set-interval" documentation = "https://docs.rs/tokio-js-set-interval" readme = "README.md" keywords = [ "tokio", "set-interval", "interval", "set-timeout", "timeout", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/phip1611/tokio-js-set-interval" [dependencies.tokio] version = "1" features = [ "rt", "time", ] [dev-dependencies.tokio] version = "1" features = ["full"]