[package] name = "korrektor" version = "0.3.1" edition = "2021" homepage = "https://korrektor.uz" repository = "https://github.com/uzinfocom-org/korrektor-rs" description = "Library to work with Uzbek language text processing" authors = [ "Kate Crystal (https://kate.moe)", "Manuchehr Usmonov (https://manu.uno)", "UwUssimo Robinson (https://uwussi.moe)" ] keywords = ["uzbek", "language", "korrektor", "text-processing"] readme = "../readme.md" categories = ["text-processing"] license = "MIT OR Apache-2.0" exclude = ["target", ".github"] [dependencies] regex = "1.7.0" fancy-regex = "0.11.0" pcre = "0.2.3" itertools = "0.10.5" korrektor-utils = "0.1.2" serde = { version="1.0", features = ["derive"]}