# 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 = "cron-lingo" version = "0.4.2" authors = ["Peter Sebastian Pütz "] description = "Alternative cron-like expression parser for schedulling" documentation = "https://docs.rs/cron-lingo" readme = "README.md" keywords = ["time", "cron", "schedule"] license = "MIT" repository = "https://github.com/puetzp/cron-lingo" [dependencies.time] version = "0.3" features = ["local-offset", "parsing", "macros"]