# 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 = "rallyup" version = "0.1.1" authors = ["Darwin Darakananda "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ rallyup is a lightweight Wake-On-LAN (WOL) scheduler and dependency manager that ensures infrastructure services, such as firewalls, storage, and hypervisors, are brought online in the correct sequence and at the right time. """ readme = "README.md" keywords = [ "cli", "tool", "network", "wol", "automation", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/darwindarak/rallyup" [[bin]] name = "rallyup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.28.1" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.pnet] version = "0.35" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml_ng] version = "0.10" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.mockito] version = "1.5.0"