# 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 = "git-igitt" version = "0.1.18" authors = ["Martin Lange "] description = "Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model" readme = "README.md" keywords = [ "git", "graph", ] license = "MIT" repository = "https://github.com/mlange-42/git-igitt.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false overflow-checks = false [dependencies.clap] version = "4.0" optional = false [dependencies.crossterm] version = "0.25" optional = true [dependencies.git-graph] version = "0.5.3" [dependencies.git2] version = "0.15" optional = false default-features = false [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.muncher] version = "0.7" [dependencies.platform-dirs] version = "0.3" [dependencies.syntect] version = "5.0" [dependencies.textwrap] version = "0.16" features = ["unicode-width"] optional = false default-features = false [dependencies.toml] version = "0.5" [dependencies.tui] version = "0.19" features = ["crossterm"] optional = false default-features = false [dependencies.unicode-width] version = "0.1" [dependencies.yansi] version = "0.5" [features] default = ["crossterm"]