summaryrefslogtreecommitdiffstats
path: root/vendor/imara-diff/Cargo.toml
blob: 4ef1d82053efdaf642550a3130900a75b0e4103e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# 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 <pascalkuthe@semimod.de>"]
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"