aj_core 0.8.0

Background Job Library for Rust
Documentation
# 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.8.0"
authors = ["cptrodgers <me@cptrodgers.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Background Job Library for Rust"
readme = "README.md"
keywords = [
    "background-job",
    "cron",
    "schedule",
    "interval",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cptrodgers/aj"

[features]
default = []
redis = ["dep:redis"]

[lib]
name = "aj_core"
path = "src/lib.rs"

[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.kameo]
version = "0.13"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.redis]
version = "0.25.3"
optional = true

[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"
features = [
    "sync",
    "time",
]

[dependencies.uuid]
version = "1.8"
features = [
    "serde",
    "v4",
]