# 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 = "tokio-scheduler-rs" version = "1.1.7" description = "Yet Another JobScheduler written with tokio runtime, automatic retry, hook and custom storage supported." homepage = "https://github.com/RecordingTheSmile/tokio-scheduler-rs" documentation = "https://docs.rs/tokio-scheduler-rs" readme = "README.MD" license = "MIT" repository = "https://github.com/RecordingTheSmile/tokio-scheduler-rs" [dependencies.anyhow] version = "^1" [dependencies.async-trait] version = "^0" [dependencies.chrono] version = "^0" [dependencies.cron] version = "^0" [dependencies.dashmap] version = "^5" [dependencies.futures] version = "^0" [dependencies.log] version = "^0" [dependencies.once_cell] version = "^1" [dependencies.parking_lot] version = "^0" [dependencies.serde] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tracing] version = "^0" [dependencies.uuid] version = "^1" features = [ "v4", "fast-rng", ] [dev-dependencies.chrono-tz] version = "^0"