# 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 = "cronrunner" version = "2.11.0" authors = ["Quentin Richert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run cron jobs manually." readme = "README.md" keywords = [ "cron", "crontab", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/qrichert/cronrunner.git" [profile.release] strip = true [lib] name = "cronrunner" path = "src/lib.rs" [[bin]] name = "cr" path = "src/main.rs" [[test]] name = "test_crontab" path = "tests/test_crontab.rs" [dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]