[package] name = "mapped_hyph" description = "Hyphenation using precompiled memory-mapped tables" version = "0.4.3" authors = ["Jonathan Kew "] 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