# 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 = "tokio_interval" version = "0.1.4" authors = ["Hunter Jiang"] description = """ 基于Tokio实现了 setInterval(callback, ms) 和 setTimeout(callback, ms) 类似于Javascript的API. """ homepage = "https://github.com/jafshare/tokio-interval" documentation = "https://docs.rs/tokio_interval" readme = "README.md" keywords = [ "tokio", "set-interval", "interval", "set-timeout", "timeout", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/jafshare/tokio-interval" [dependencies.once_cell] version = "1.17" [dependencies.tokio] version = "1" features = [ "time", "rt-multi-thread", ] [dev-dependencies.tokio] version = "1" features = ["macros"]