# 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 = "run-tool" version = "0.6.0" description = "A multi-purpose tool to aid developers in executing common tasks." homepage = "https://github.com/enchant97/run-tool" readme = "README.md" keywords = [ "cli", "automation", "devloper", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/enchant97/run-tool" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dotenvy] version = "0.15" [dependencies.exitcode] version = "1.1" [dependencies.log] version = "0.4" [dependencies.notify-debouncer-mini] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yml] version = "0.0.10" [dependencies.simple_logger] version = "5.0" features = ["colors"] default-features = false