# 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 = "rjob" version = "0.1.2" authors = ["Liyan 18525589998@163.com"] description = "A Simple Job Scheduler By Rust." homepage = "https://docs.rs/rjob" documentation = "https://docs.rs/rpush" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/hi-liyan/rjob" [dependencies.chrono] version = "0.4.24" [dependencies.chrono-tz] version = "0.8.2" [dependencies.once_cell] version = "1.17.2" [dependencies.reqwest] version = "0.11.18" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-cron] version = "0.1.2" [dependencies.uuid] version = "1.3.3" features = ["v4"]