# 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.75" name = "sacs" version = "0.6.1" authors = ["Oleksii Karpenko "] exclude = [ ".github/**", ".vscode/**", "TODO.md", "Cargo.lock", "target/**", ".gitignore", ] description = "Simple Async Cron Scheduler for Tokio" homepage = "https://github.com/alex-karpenko/sacs" readme = "README.md" keywords = [ "cron", "async", "job", "scheduler", "tokio", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/alex-karpenko/sacs" [dependencies.chrono] version = "0.4.38" features = ["std"] default-features = false [dependencies.cron] version = "0.12.1" [dependencies.futures] version = "0.3.30" features = [ "alloc", "std", "async-await", ] default-features = false [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = [ "time", "macros", "sync", "signal", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" features = [ "std", "attributes", ] default-features = false [dependencies.uuid] version = "1.8.0" features = [ "fast-rng", "v4", ] [dev-dependencies.opentelemetry] version = "0.23.0" features = [ "trace", "logs", ] [dev-dependencies.opentelemetry-otlp] version = "0.16.0" features = [ "tokio", "trace", "tonic", "grpc-tonic", ] [dev-dependencies.opentelemetry_sdk] version = "0.23.0" features = [ "rt-tokio", "tokio", ] [dev-dependencies.tonic] version = "0.11.0" [dev-dependencies.tracing-opentelemetry] version = "0.24.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ] [features] async-trait = []