# 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 = "diffutils" version = "0.4.2" description = "A CLI app for generating diff files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/uutils/diffutils" [profile.dist] lto = "thin" inherits = "release" [lib] name = "diffutilslib" path = "src/lib.rs" [[bin]] name = "diffutils" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.diff] version = "0.1.13" [dependencies.regex] version = "1.10.4" [dependencies.same-file] version = "1.0.6" [dependencies.unicode-width] version = "0.1.12" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1"