# 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 = "2018" name = "clokwerk" version = "0.4.0" authors = ["Mark Sherry "] description = "A simple Rust recurring task scheduler, similar to Python's schedule" documentation = "http://docs.rs/clokwerk/" readme = "README.md" keywords = [ "scheduler", "job", ] categories = ["date-and-time"] license = "Apache-2.0" repository = "https://github.com/mdsherry/clokwerk" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dev-dependencies.async-std] version = "1.9" [dev-dependencies.once_cell] version = "1.2" [dev-dependencies.tokio] version = "1.5" features = [ "rt", "time", ] [dev-dependencies.tokio-test] version = "0.4" [features] async = [] default = ["async"]