# 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" rust-version = "1.56.0" name = "difftastic_mod_for_windows" version = "0.27.0" authors = ["Wilfred Hughes "] include = ["/build.rs", "/src/", "/vendor/highlights/*.scm", "/vendor/**/*.c", "/vendor/**/*.h", "/vendor/**/*.cc", "/README.md"] description = "A diff that understands syntax (fork which fixes terminal size for windows)" homepage = "http://difftastic.wilfred.me.uk/" keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"] license = "MIT" repository = "https://github.com/jessesna/difftastic" [profile.release] debug = false [[bin]] name = "difft" path = "src/main.rs" [dependencies.any_terminal_size] version = "0.1.21" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.13" features = ["cargo", "env"] [dependencies.const_format] version = "0.2.22" [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.108" [dependencies.log] version = "0.4.14" [dependencies.mimalloc] version = "0.1.26" default-features = false [dependencies.owo-colors] version = "3.2.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.radix-heap] version = "0.4.2" [dependencies.regex] version = "1.5.4" [dependencies.rpds] version = "0.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.strsim] version = "0.10.0" [dependencies.tree-sitter] version = "0.20.5" [dependencies.typed-arena] version = "2.0.1" [dependencies.walkdir] version = "2.3.2" [dependencies.wu-diff] version = "0.1.2" [dev-dependencies.pretty_assertions] version = "1.0.0" [build-dependencies.cc] version = "1.0.72" [build-dependencies.rayon] version = "1.5.1" [features]