# 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_schedule" version = "0.3.1" authors = ["CronCat "] description = "A cron expression parser, adapted for blockchain environments." homepage = "https://cron.cat" documentation = "https://docs.rs/cron_schedule" readme = "README.md" keywords = [ "cron", "schedule", "repeat", "blockchain", "near", ] license = "MIT" repository = "https://github.com/Cron-Near/Schedule" [lib] name = "cron_schedule" [dependencies.chrono] version = "0.4.31" features = ["clock"] default-features = false [dependencies.nom] version = "~7.1" [dependencies.once_cell] version = "1.5.2"