aj 0.7.2

Background Job based on Actix
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"
version = "0.7.2"
authors = ["cptrodgers <me@cptrodgers.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
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"

[features]
default = []
redis = ["aj_core/redis"]

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

[[example]]
name = "cancel_job"
path = "examples/cancel_job.rs"

[[example]]
name = "cron_job"
path = "examples/cron_job.rs"

[[example]]
name = "retry_job"
path = "examples/retry_job.rs"

[[example]]
name = "schedule_job"
path = "examples/schedule_job.rs"

[[example]]
name = "simple_job"
path = "examples/simple_job.rs"

[[example]]
name = "update_job"
path = "examples/update_job.rs"

[dependencies.actix-rt]
version = "2.2"

[dependencies.aj_core]
version = "=0.7.2"

[dependencies.aj_macro]
version = "=0.7.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.serde]
version = "1.0.64"
features = ["derive"]