summaryrefslogtreecommitdiffstats
path: root/third_party/rust/mapped_hyph/Cargo.toml
blob: abaffe49f82ed66995de3bd08f9401ee29a7b8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "mapped_hyph"
description = "Hyphenation using precompiled memory-mapped tables"
version = "0.4.3"
authors = ["Jonathan Kew <jfkthame@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
memmap = "0.7.0"
arrayref = "0.3.5"
log = "0.4"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "bench"
harness = false