# 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 = "hawk-cli" version = "0.1.4" description = "Dead simple cli to ease github workflows management in monorepos" readme = "README.md" license = "MIT" repository = "https://github.com/rawnly/hawk" [[bin]] name = "hawk" path = "src/main.rs" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.notify] version = "5.0.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_yaml] version = "0.9.10" [dependencies.walkdir] version = "2.3.2"