# 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 = "diff-tool" version = "0.2.1" description = "A tool giving a side by side git diff view" homepage = "https://github.com/Ddraigan/diff-tool" readme = "readme.md" keywords = [ "tui", "diff", "cli", "git", ] categories = ["command-line-utility"] license = "Apache-2.0" repository = "https://github.com/Ddraigan/diff-tool" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = [ "derive", "cargo", ] [dependencies.config] version = "0.14.0" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.ratatui] version = "0.26.0" [dependencies.serde] version = "1.0.197" features = ["derive"]