# 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 = "tiny-native-scheduler" version = "0.1.1" authors = ["Araxeus"] description = "Tiny helper to schedule tasks to run at a specific time using `at` on Unix and `schtasks` on Windows." homepage = "https://github.com/Araxeus/tiny-native-scheduler" readme = "README.md" keywords = [ "scheduler", "at", "schtasks", "later", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Araxeus/tiny-native-scheduler" [target."cfg(windows)".dependencies.time] version = "0.3" features = [ "local-offset", "formatting", ]