# 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" rust-version = "1.77.0" name = "deschuler" version = "0.4.1" authors = ["Timon Klinkert "] description = "An async, tokio based scheduling library for rust with a built-in cron builder." homepage = "https://github.com/DenuxPlays/deschuler" documentation = "https://docs.rs/deschuler" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/DenuxPlays/deschuler" [package.metadata.docs.rs] all-features = true [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] version = "1.40.0" features = [ "time", "rt", "sync", ] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.time] version = "0.3.36" features = ["local-offset"] [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "time", "rt", "sync", ] [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"