# 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 = "termdiff" version = "3.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Write a diff with color codes to a string" readme = "README.md" keywords = [ "diff", "terminal", "text", "comparison", ] categories = [ "development-tools", "text-processing", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/termdiff" [lib] name = "termdiff" path = "src/lib.rs" [dependencies.crossterm] version = "0.28.0" [dependencies.similar] version = "2.6.0" features = ["inline"]