# 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 = "graphile_worker_crontab_parser" version = "0.5.5" description = "Crontab parsing package for graphile_worker, a high performance Rust/PostgreSQL job queue" homepage = "https://docs.rs/graphile_worker_crontab_parser" documentation = "https://docs.rs/graphile_worker_crontab_parser" readme = "README.md" keywords = [] categories = [] license-file = "LICENSE.md" repository = "https://github.com/leo91000/graphile_worker/crates/crontab_parser" [dependencies.graphile_worker_crontab_types] version = "0.5.4" [dependencies.json5] version = "0.4.1" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_qs] version = "0.13.0" [dependencies.thiserror] version = "1.0.61"