# 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] name = "rsmorphy" version = "0.4.0" authors = ["Alexander Irbis "] publish = true description = "Morphological analyzer / inflection engine for Russian and Ukrainian (soon) languages (WIP)" homepage = "https://github.com/irbis-labs/rsmorphy" documentation = "https://docs.rs/rsmorphy/" readme = "README.md" keywords = ["nlp", "inflection", "pluralize", "russian", "ukrainian"] categories = ["text-processing", "value-formatting"] license = "MIT/Apache-2.0" repository = "https://github.com/irbis-labs/rsmorphy" [dependencies.base64] version = "0.9" [dependencies.boolinator] version = "2.4" [dependencies.byteorder] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.flate2] version = "1.0" default-features = false [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.num] version = "0.2" [dependencies.regex] version = "1.0" [dependencies.roman] version = "0.1" [dependencies.rsmorphy-dict-ru] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.string_cache] version = "0.7" [dependencies.unicode_categories] version = "0.1" [dev-dependencies.rustyline] version = "2.0" [features] default = ["fast_debug"] fast_debug = ["flate2/miniz-sys"] profile = [] safe_native = ["flate2/rust_backend"] [badges.travis-ci] repository = "irbis-labs/rsmorphy"