# 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 = "cron" version = "0.13.0" authors = ["Zack Slayton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cron expression parser and schedule explorer." documentation = "https://docs.rs/cron" readme = "README.md" keywords = [ "cron", "schedule", "repeat", "periodic", "time", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zslayton/cron" [lib] name = "cron" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.chrono] version = "~0.4" features = ["clock"] default-features = false [dependencies.nom] version = "~7" [dependencies.once_cell] version = "1.10" [dependencies.serde] version = "1.0.164" optional = true [dev-dependencies.chrono-tz] version = "~0.6" [dev-dependencies.postcard] version = "1.0.10" features = ["use-std"] default-features = false [dev-dependencies.serde_test] version = "1.0.164" [features] serde = ["dep:serde"]