# 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 = "2018" name = "riffdiff" version = "3.3.7" authors = ["Johan Walles "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A diff filter highlighting changed line parts" homepage = "https://github.com/walles/riff/#readme" documentation = "https://github.com/walles/riff/#readme" readme = "README.md" keywords = [ "diff", "git", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/walles/riff/" [profile.release] lto = "thin" debug = 1 [profile.release.package."*"] debug = 0 [[bin]] name = "riff" path = "src/main.rs" [dependencies.backtrace] version = "0.3" [dependencies.bytecount] version = "0.6.2" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.git-version] version = "0.3.4" [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.num_cpus] version = "1.13.0" [dependencies.regex] version = "1" [dependencies.rustversion] version = "1.0" [dependencies.similar] version = "2.6.0" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tempfile] version = "3.4.0"