# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" 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" readme = "README.md" keywords = ["donotuseme"] license = "Unlicense/MIT" repository = "https://github.com/lindera-morphology/lindera-fst" [profile.bench] opt-level = 3 debug = true [profile.release] debug = true [[bench]] name = "build" path = "./benches/build.rs" test = false bench = true [[bench]] name = "search" path = "./benches/search.rs" test = false bench = true [dependencies.byteorder] version = "1" [dependencies.levenshtein_automata] version = "0.1" [dependencies.regex-syntax] version = "0.4" [dependencies.utf8-ranges] version = "1" [dev-dependencies.fnv] version = "1.0.5" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.quickcheck] version = "0.7" default-features = false [dev-dependencies.rand] version = "0.5"