doitlater 0.5.0

A simple Redis based background jobs queue.
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 = "2018"
name = "doitlater"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Redis based background jobs queue."
readme = false
license = "MIT"
repository = "https://github.com/tyrylu/doitlater"

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

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

[dependencies.bitcode]
version = "0.6.9"
features = ["serde"]

[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false

[dependencies.cron-parser]
version = "0.11.2"

[dependencies.log]
version = "0.4.29"

[dependencies.redis]
version = "1.0.4"

[dependencies.serde]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.typetag]
version = "0.2.21"