# 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 = "escalon-jobs" version = "0.1.11" authors = ["kennycallado "] description = "Simple way to scale your jobs application " readme = "README.md" license = "MIT" repository = "https://github.com/kennycallado/escalon-jobs" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "escalon_jobs" path = "src/lib.rs" [[example]] name = "base" path = "examples/base.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.29" [dependencies.escalon] version = "0.1.17" [dependencies.tokio-cron-scheduler] version = "0.9.4" [dependencies.uuid] version = "1.4.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.11.20" features = ["rustls-tls"] default-features = false