# 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 = "so_many_words" version = "0.1.12" authors = ["Andrew "] description = "Not Linear Programming" documentation = "https://docs.rs/so_many_words/" readme = "README.md" keywords = ["natural", "language", "processing", "nlp"] license = "MIT OR Apache-2.0" repository = "https://github.com/andrew-johnson-4/so_many_words" [[bin]] name = "eudex" path = "src/bin_eudex.rs" [[bin]] name = "tokenize" path = "src/bin_tokenize.rs" [[bin]] name = "stem" path = "src/bin_stem.rs" [[bin]] name = "detect" path = "src/bin_detect.rs" [[bin]] name = "build_phoneme" path = "src/bin_build_phoneme.rs" [[bin]] name = "search_phoneme" path = "src/bin_search_phoneme.rs" [[bin]] name = "regress_sentences" path = "src/regress_sentences.rs" [[bin]] name = "generate_empty_dictionary" path = "src/bin_generate_empty_dictionary.rs" [[bin]] name = "count_dictionary" path = "src/bin_count_dictionary.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.eudex] version = "0.1.1" [dependencies.fst] version = "0.4" features = ["levenshtein"] [dependencies.memmap] version = "0.7" [dependencies.radix_trie] version = "0.2.0" [dependencies.regex] version = "1" [dependencies.rust-stemmers] version = "1.2" [dependencies.whatlang] version = "0.9.0"