# 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 = "evry" version = "0.3.4" authors = ["Sean Breckenridge "] exclude = ["test"] description = "A shell-script-centric task scheduler; uses exit codes to determine control flow" homepage = "https://github.com/seanbreckenridge/evry" documentation = "https://docs.rs/evry" readme = "README.md" keywords = [ "scheduler", "cron", "anacron", ] categories = [ "command-line-interface", "date-and-time", "filesystem", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/seanbreckenridge/evry" [dependencies.anyhow] version = "1.0.69" [dependencies.app_dirs] version = "^1.2.1" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64"