# 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 = "ply_jobs" version = "0.1.8" description = "This crate provides the ability to run background jobs on a schedule." readme = "README.md" license = "MIT-0" [[example]] name = "counter" required-features = ["mongodb"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" features = ["default"] [dependencies.cron] version = "0.12.0" [dependencies.futures] version = "0.3" default-features = false [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.mongodb] version = "2.6.0" optional = true [dependencies.pickledb] version = "0.5.1" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.simple_logger] version = "4.2.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "signal", "sync", "net", ] [dependencies.tokio-retry] version = "0.3" [dependencies.tokio-timer] version = "0.2.13" [dev-dependencies.reqwest] version = "0.11.23" [features] mongodb = ["dep:mongodb"] pickledb = ["dep:pickledb"]