# 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-whence" version = "0.4.0" description = "interactive git reblame" readme = "readme.md" keywords = ["git-blame"] categories = ["command-line-utilities"] license = "blessing" repository = "https://github.com/raylu/git-whence" [dependencies.ansi-to-tui] version = "3" [dependencies.chrono] version = "0.4.31" [dependencies.crossterm] version = "0.26" [dependencies.git2] version = "0.17" default-features = false [dependencies.nom] version = "7" [dependencies.timeago] version = "0.4" default-features = false [dependencies.tui] version = "0.24" package = "ratatui"