deschuler 0.4.1

An async, tokio based scheduling library for rust with a built-in cron builder.
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.chrono-tz]
version = "0.10.0"

[dependencies.croner]
version = "2.0.5"

[dependencies.derive_builder]
version = "0.20.1"

[dependencies.tokio]
features = ["time", "rt", "sync"]
version = "1.40.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
features = ["v4"]
version = "1.10.0"

[dev-dependencies.time]
features = ["local-offset"]
version = "0.3.36"

[dev-dependencies.tokio]
features = ["macros", "time", "rt", "sync"]
version = "1.40.0"

[lints.clippy]
absolute_paths = "warn"
cloned_instead_of_copied = "warn"
cognitive_complexity = "deny"
explicit_iter_loop = "warn"
unnecessary_wraps = "warn"
unused_self = "warn"
use_self = "warn"
wildcard-imports = "deny"

[package]
authors = ["Timon Klinkert <DenuxPlays@users.noreply.github.com>"]
description = "An async, tokio based scheduling library for rust with a built-in cron builder."
documentation = "https://docs.rs/deschuler"
edition = "2021"
homepage = "https://github.com/DenuxPlays/deschuler"
license = "Apache-2.0"
name = "deschuler"
readme = "README.md"
repository = "https://github.com/DenuxPlays/deschuler"
rust-version = "1.77.0"
version = "0.4.1"

[package.metadata.docs.rs]
all-features = true