ryaspeller 0.1.4

A tool and lib for searching typos in text, files and websites
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.13"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.3.2"

[package]
authors = ["oriontvv <taranov.vv@gmail.com>"]
categories = ["api-bindings", "command-line-utilities", "text-processing"]
description = "A tool and lib for searching typos in text, files and websites"
documentation = "https://docs.rs/ryaspeller"
edition = "2018"
homepage = "https://github.com/oriontvv/ryaspeller/"
keywords = ["spelling", "spellcheck", "yandex", "api"]
license = "Apache-2.0"
name = "ryaspeller"
readme = "README.md"
repository = "https://github.com/oriontvv/ryaspeller/"
version = "0.1.4"