# 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 = "sched-callback" version = "0.1.2" authors = ["Taehyeon Kim "] description = "Rust library for async callback scheduling" readme = "README.md" keywords = [ "callback", "async", "scheduler", ] license = "MIT" repository = "https://github.com/argnmp/sched-callback" [lib] doctest = false [dependencies.async-recursion] version = "1.1.1" [dependencies.tokio] version = "1.37.0" features = [ "sync", "rt", "time", "macros", ]