# 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-folders" version = "0.0.1" authors = ["zelong.wang@foxmail.com"] description = "This tool allows you to display differences in a list of compared folders in the terminal." readme = "README.md" keywords = [ "diff", "folders", "compare", "files", "terminal", ] license = "Apache-2.0" repository = "https://github.com/awsome-utils/diff-folders" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.anyhow] version = "1.0.69" [dependencies.crossterm] version = "0.26.0" features = ["serde"] [dependencies.directories] version = "4.0.1" [dependencies.file_diff] version = "1.0.0" [dependencies.flexi_logger] version = "0.25" [dependencies.futures] version = "0.3.26" [dependencies.log] version = "0.4" [dependencies.scopeguard] version = "1.1" [dependencies.similar] version = "2.2.1" [dependencies.tui] version = "0.19" features = [ "crossterm", "serde", ] default-features = false [dependencies.walkdir] version = "2.3.2"