# 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.5" authors = ["pascalkuthe "] exclude = [ "tests", "bench_data", "plt.py", ] description = "Minimal terminfo libary." readme = "README.md" keywords = [ "diff", "difference", "myers", "compare", "changes", ] license = "Apache-2.0" repository = "https://github.com/pascalkuthe/imara-diff" [profile.release] debug = true [[bench]] name = "git_repo" harness = false [dependencies.ahash] version = "0.8.0" [dependencies.hashbrown] version = "0.12.3" features = [ "raw", "inline-more", ] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.expect-test] version = "1.4.0" [dev-dependencies.git-repository] version = "0.25.0" [dev-dependencies.similar] version = "2.2.0" features = ["bytes"] [features] default = ["unified_diff"] unified_diff = [] [badges.maintenance] status = "actively-developed"