# 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 = "commiter" version = "5.0.0" authors = ["Willy Micieli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust program to ensure the quality of commit" homepage = "https://github.com/otechdo/commiter/wiki" readme = "README.md" keywords = [ "commit", "git", "quality", "cargo", "zuu", ] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/otechdo/commiter" [[bin]] name = "commiter" path = "src/main.rs" [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.adw] version = "0.7" optional = true package = "libadwaita" [dependencies.ask_gemini] version = "0.1.4" optional = true [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.19" optional = true [dependencies.dotenvy] version = "0.15.7" optional = true [dependencies.flate2] version = "1.0.34" optional = true [dependencies.git2] version = "0.19.0" optional = true [dependencies.glib] version = "0.20.4" optional = true [dependencies.glob] version = "0.3.1" [dependencies.gtk] version = "0.9.2" features = ["gnome_47"] optional = true package = "gtk4" [dependencies.inquire] version = "0.7.5" optional = true [dependencies.opentelemetry] version = "0.26.0" optional = true [dependencies.prometheus] version = "0.13.4" optional = true [dependencies.ratatui] version = "0.28.1" features = [ "all-widgets", "macros", "document-features", "palette", ] optional = true [dependencies.ratatui-textarea] version = "0.4.1" features = [ "search", "ratatui", ] optional = true [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" optional = true [dependencies.semver] version = "1.0.23" optional = true [dependencies.tar] version = "0.4.42" optional = true [dependencies.tera] version = "1.20.0" optional = true [dependencies.tokio] version = "1.40.0" features = ["full"] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [features] ai = [ "ask_gemini", "tokio", "tokio/rt-multi-thread", "tokio/net", ] api = [ "actix-web", "actix-web/default", "actix-web/openssl", "tracing", "tracing-subscriber", "tracing-subscriber/json", "tracing-subscriber/env-filter", "opentelemetry/default", "opentelemetry", "prometheus", ] archive = [ "tar", "flate2/default", ] ask = [ "inquire", "inquire/editor", "inquire/console", "inquire/date", "inquire/default", "semver", ] cli = [ "clap", "semver", "archive", "templates", "req", "ask", ] default = [ "dotenvy", "git", "cli", ] fossil = [] git = [ "git2", "git2/default", "git2/https", "git2/ssh_key_from_memory", ] gui = [ "adw", "gtk", "glib/default", ] mercurial = [] pijul = [] req = [ "reqwest", "reqwest/blocking", "reqwest/stream", "reqwest/socks", "tokio/full", "tokio", ] templates = [ "tera/default", "tera", "tera/date-locale", "tera/preserve_order", ] tui = [ "ratatui", "ratatui-textarea", ] web = [ "actix-web", "actix-web/default", "templates", "req", ]