# 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 = "difftastic-lib" version = "0.0.2" authors = [ "Wilfred Hughes ", "chengqinglin ", ] include = [ "/build.rs", "/src/", "/vendor/highlights/*.scm", "/vendor/*-yaml-src/**/*.c", "/vendor/*-yaml-src/**/*.h", "/vendor/*-yaml-src/**/*.cc", "/README.md", ] description = "A structural diff that understands syntax." homepage = "http://difftastic.wilfred.me.uk/" readme = "README.md" keywords = [ "diff", "syntax", ] categories = [ "development-tools", "command-line-utilities", "parser-implementations", ] license = "MIT" repository = "https://github.com/imuxin/difftastic-lib" [profile.release] debug = false [lib] name = "difft_lib" path = "src/lib.rs" [[bin]] name = "difft" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.bumpalo] version = "3.9.1" [dependencies.clap] version = "3.1.8" features = [ "cargo", "env", "wrap_help", ] [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.libmimalloc-sys] version = "=0.1.24" [dependencies.log] version = "0.4.14" [dependencies.mimalloc] version = "0.1.28" default-features = false [dependencies.owo-colors] version = "3.3.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.radix-heap] version = "0.4.2" [dependencies.rayon] version = "1.5.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.term_size] version = "0.3.2" [dependencies.terminal_size] version = "0.2.1" [dependencies.tree-sitter] version = "0.20.6" [dependencies.tree_magic_mini] version = "3.0.3" [dependencies.typed-arena] version = "2.0.1" [dependencies.unicode-width] version = "0.1.9" [dependencies.walkdir] version = "2.3.2" [dependencies.wu-diff] version = "0.1.2" [dev-dependencies.pretty_assertions] version = "1.2.1" [build-dependencies.cc] version = "1.0.73" [build-dependencies.rayon] version = "1.5.2" [build-dependencies.version_check] version = "0.9.4" [features]