# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "untanglr" version = "1.1.0" authors = ["Andrei BUTNARU "] description = "Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies." readme = "README.md" keywords = [ "string", "split", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/abutnaru/untanglr" resolver = "2" [lib] name = "untanglr" path = "src/lib.rs" [[bin]] name = "untanglr" path = "src/bin.rs" [dependencies.regex] version = "1.6.0"