# 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_types" version = "0.5.4" description = "Crontab types package for graphile_worker, a high performance Rust/PostgreSQL job queue" homepage = "https://docs.rs/graphile_worker_crontab_types" documentation = "https://docs.rs/graphile_worker_crontab_types" readme = "README.md" keywords = [] categories = [] license-file = "LICENSE.md" repository = "https://github.com/leo91000/graphile_worker/crates/crontab_types" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.getset] version = "0.1.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.anyhow] version = "1.0.86"