# 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" rust-version = "1.61" name = "imara-diff" version = "0.1.7" authors = ["pascalkuthe "] exclude = [ "tests", "bench_data", "plt.py", ] description = "A high performance library for computing diffs." readme = "README.md" keywords = [ "diff", "difference", "myers", "compare", "changes", ] license = "Apache-2.0" repository = "https://github.com/pascalkuthe/imara-diff" [profile.release] debug = 2 [dependencies.ahash] version = "0.8.0" [dependencies.hashbrown] version = "0.14" features = [ "raw", "inline-more", ] default-features = false [dev-dependencies.expect-test] version = "1.4.0" [features] default = ["unified_diff"] unified_diff = [] [badges.maintenance] status = "actively-developed"