# 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 = "zuu" version = "24.0.0-alpha.1" authors = ["Willy Micieli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A program to check your code quality before all commit" readme = "README.md" keywords = [ "lint", "quality", "prevention", "Maintainability", "optimization", ] categories = [ "development-tools", "development-tools::testing", ] license = "AGPL-3.0" repository = "https://github.com/otechdo/zuu" [lib] name = "zuu" path = "src/lib.rs" [[bin]] name = "tux" path = "src/bin/tux/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.cli-table] version = "0.4.9" [dependencies.crossterm] version = "0.28.1" [dependencies.indicatif] version = "0.17.8" [dependencies.inquire] version = "0.7.5" features = [ "console", "editor", ] [dependencies.notifme] version = "0.0.2" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.toml] version = "0.8.19"