# 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 = "compare-files" version = "0.1.3" authors = ["Robin Quintero "] description = "A simple CLI to compare two files and show the differences." homepage = "https://github.com/rohaquinlop/rust-compare-files" readme = "README.md" keywords = [ "cli", "compare", "files", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rohaquinlop/rust-compare-files" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.color-print] version = "0.3.5" [dependencies.ctrlc] version = "3.4.2" [dependencies.pluralizer] version = "0.4.0"