# 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 = "gabel" version = "0.0.0" authors = ["Alexander Kenji Berthold"] description = "Manage forge labels in the comfort of your own environment" homepage = "https://gitlab.com/a-kenji/gabel" readme = "README.md" keywords = [ "tui", "terminal", "git", "forge", "label", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/a-kenji/gabel" [profile.dev] lto = "thin" debug = 0 incremental = true strip = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = true [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.4.4" [dependencies.clap_mangen] version = "0.2.15" [dependencies.dialoguer] version = "0.11.0" [dependencies.temp-file] version = "0.1.7" [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.30" features = [ "macros", "formatting", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "time", "env-filter", ]