# 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 = "aj_core" version = "0.7.0" authors = ["cptrodgers "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Background Job based on Actix" readme = "README.md" keywords = [ "background-job", "cron", "schedule", "interval", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cptrodgers/aj" resolver = "1" [lib] name = "aj_core" path = "src/lib.rs" [dependencies.actix] version = "0.13.0" [dependencies.actix-rt] version = "2.2" [dependencies.async-trait] version = "0.1.74" [dependencies.chrono] version = "0.4.34" [dependencies.cron] version = "0.12.0" [dependencies.dashmap] version = "5.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.redis] version = "0.25.3" [dependencies.serde] version = "1.0.64" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_with] version = "3.6.1" features = ["chrono_0_4"] [dependencies.tokio] version = "1.23.1" [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ]