# 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 = "cronframe" version = "0.1.3" authors = ["Antonio Cimino"] build = false exclude = [ "examples", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Macro Annotation Cron Job Framework with Web Server and CLI Tool." homepage = "https://antcim.github.io/cronframe_site/" readme = "README.md" keywords = [ "cron", "cronjob", "cronjobmacro", "cronjobtool", ] license = "MIT OR Apache-2.0" repository = "https://github.com/antcim/cronframe" [lib] name = "cronframe" path = "src/lib.rs" [[bin]] name = "cronframe" path = "src/bin.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.15" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.cron] version = "0.12.1" [dependencies.cronframe_macro] version = "0.1.3" [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.home] version = "0.5.9" [dependencies.inventory] version = "0.3.15" [dependencies.linkme] version = "0.3.26" [dependencies.log] version = "0.4.21" [dependencies.log4rs] version = "1.3.0" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.rocket] version = "0.5.1" [dependencies.rocket_dyn_templates] version = "0.2.0" features = ["tera"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8.14" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]