# 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 = "contrast-diff-viewer" version = "0.9.0" authors = ["m4tthewde "] description = "A simple diff viewer for Git." homepage = "https://github.com/m4tthewde/contrast" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/m4tthewde/contrast" [dependencies.eframe] version = "0.23.0" [dependencies.egui] version = "0.23.0" [dependencies.env_logger] version = "0.10.0" [dependencies.git2] version = "0.17.2" [dependencies.ignore] version = "0.4.20" [dependencies.notify] version = "6.1.1" [dependencies.puffin] version = "0.16.0" [dependencies.puffin_egui] version = "0.23.0" [dependencies.rfd] version = "0.11.4"