# 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 = "git-hist" version = "1.0.5" authors = ["Ark "] description = "A CLI tool to quickly browse the git history of files on a terminal" readme = "README.md" keywords = [ "git", "cli", "terminal", "diff", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arkark/git-hist" [[bin]] name = "git-hist" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = ["wrap_help"] [dependencies.crossterm] version = "0.24" [dependencies.git2] version = "0.14" features = ["vendored-openssl"] [dependencies.itertools] version = "0.10" [dependencies.once_cell] version = "1.13" [dependencies.similar] version = "2.1" features = [ "bytes", "inline", ] [dependencies.tui] version = "0.18" features = ["crossterm"] default-features = false