# 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 = "friday-builder" version = "1.0.0" authors = ["Alexander Eremin "] description = "Simple console analog of jenkins, written in Rust" homepage = "https://github.com/alhazred/friday" readme = "README.md" keywords = [ "jenkins", "crontab", "ci", "build", ] license = "GPL-3.0" repository = "https://github.com/alhazred/friday" [dependencies.chrono] version = "0.4.31" [dependencies.colored] version = "1.9.4" [dependencies.duct] version = "0.13.6" [dependencies.job_scheduler] version = "1.2.1" [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.10.2" [dependencies.simplelog] version = "0.12.0" [dependencies.time] version = "0.3.9" [dependencies.tokio] version = "1.17.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.walkdir] version = "2.4.0" [dependencies.yaml-rust] version = "0.4"