# 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 = "2018" name = "gitt" version = "0.2.2" authors = ["Michael Edwards "] description = "gitk but in your terminal" readme = "README.md" keywords = [ "git", "terminal", "ui", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/medwards/gitt" [dependencies.cassowary] version = "0.3" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.0" [dependencies.crossterm] version = "0.19" [dependencies.git2] version = "0.13" default-features = false [dependencies.tui] version = "0.16" features = ["crossterm"] default-features = false