[package] name = "lindera-fst" version = "0.1.1" authors = [ "Andrew Gallant ", "Paul Masurel ", "Minoru Osuka " ] description = "This is a lindera-specific fork from the fst crate from Burntsushi. (Please use the fst crate instead.)" documentation = "https://docs.rs/lindera-fst" repository = "https://github.com/lindera-morphology/lindera-fst" readme = "README.md" keywords = ["donotuseme"] license = "Unlicense/MIT" edition = "2018" [[bench]] name = "build" path = "./benches/build.rs" test = false bench = true [[bench]] name = "search" path = "./benches/search.rs" test = false bench = true [dependencies] byteorder = "1" regex-syntax = "0.4" utf8-ranges = "1" levenshtein_automata="0.1" [dev-dependencies] fnv = "1.0.5" lazy_static = "1.4" quickcheck = { version = "0.7", default-features = false } rand = "0.5" proptest = "0.9.4" [profile.release] debug = true [profile.bench] opt-level = 3 debug = true