# 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 = "job-runner" version = "1.0.1" description = "Simple background job runner with configurable delays between job runs" homepage = "https://crates.io/crates/job-runner" readme = "README.md" keywords = [ "job", "task", "cron", ] license = "CC0-1.0" repository = "https://github.com/EkardNT/job-runner" [dependencies.chrono] version = "0.4.23" optional = true default-features = false [dependencies.cron] version = "0.12.0" optional = true [dependencies.tracing] version = "0.1.37" optional = true [features] cron = [ "dep:cron", "chrono", ] tracing = ["dep:tracing"]