# 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 = "hoox" version = "0.3.0" authors = ["Alexander Weber "] description = "Git hooks on steroids." homepage = "https://github.com/replicadse/hoox" readme = "docs/README.md" keywords = ["hoox"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/hoox" [profile.dev] debug = 0 [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "hoox" path = "./src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.clap] version = "4.5.14" [dependencies.clap-markdown] version = "0.1.4" [dependencies.clap_complete] version = "4.5.13" [dependencies.clap_mangen] version = "0.2.23" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.39.2" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.version-compare] version = "0.2.0" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.async-trait] version = "0.1.81" [build-dependencies.ci_info] version = "0.14.14" [build-dependencies.serde] version = "1.0.205" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9.34" [build-dependencies.tokio] version = "1.39.2" features = [ "rt", "rt-multi-thread", "macros", ] [build-dependencies.version-compare] version = "0.2.0" [features] default = []