# 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 = "archimedes_crontab_parser" version = "0.5.0" description = "Crontab parsing package for archimedes, a high performance Rust/PostgreSQL job queue" homepage = "https://docs.rs/archimedes_crontab_parser" documentation = "https://docs.rs/archimedes_crontab_parser" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/leo91000/archimedes/crates/crontab_parser" [dependencies.archimedes_crontab_types] version = "0.5.0" [dependencies.json5] version = "0.4.1" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.serde_qs] version = "0.12.0" [dependencies.thiserror] version = "1.0.53"