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