# 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 = "spring-job" version = "0.2.2" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrate tokio-cron-scheduler with spring-rs framework" readme = "README.md" license = "MIT" repository = "https://github.com/spring-rs/spring-rs" [lib] name = "spring_job" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.inventory] version = "0.3.15" [dependencies.serde] version = "1.0" [dependencies.spring] version = "0.2" [dependencies.spring-macros] version = "0.2" [dependencies.tokio-cron-scheduler] version = "0.13" features = ["signal"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.uuid] version = "1" features = ["v4"]