# 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 = "hooked-cli" version = "0.1.0" authors = ["Holllo "] description = "Git hooks manager." license = "AGPL-3.0-or-later" repository = "https://git.bauke.xyz/Holllo/hooked" resolver = "1" [[bin]] name = "hooked" path = "source/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.hooked-config] version = "0.1.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.subprocess] version = "0.2.9" [dependencies.supports-color] version = "1.3.0" [dependencies.tera] version = "1.17.1" [dev-dependencies.assert_cmd] version = "2.0.5" [dev-dependencies.insta] version = "1.21.0" [dev-dependencies.test-case] version = "2.2.2"