# 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 = "exec-diff" version = "0.1.1" authors = ["khai96_ "] include = [ "/src", "/Cargo.toml", "/README.md", "/LICENSE.md", ] description = "A small utility to execute the GNU diff command" documentation = "https://docs.rs/exec-diff" readme = "README.md" keywords = [ "diff", "gnu-diff", "wrapper", ] license = "MIT" repository = "https://github.com/KSXGitHub/exec-diff.git" [dependencies.command-extra] version = "1.0.0" [dependencies.derive_more] version = "0.99.17" [dependencies.pipe-trait] version = "0.4.0" [dependencies.pretty_assertions] version = "1.3.0" [dependencies.tempfile] version = "3.5.0"