grammarly 0.3.1

This crate allows you to check your texts for grammar using the grammarly service.
Documentation
[badges.travis-ci]
repository = "vityafx/grammarly-rs"
[dependencies.reqwest]
features = ["blocking", "json"]
optional = true
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[features]
client = ["reqwest"]
default = ["client"]

[package]
authors = ["Victor Polevoy <fx@thefx.co>"]
categories = ["api-bindings"]
description = "This crate allows you to check your texts for grammar using the grammarly service. "
documentation = "https://docs.rs/grammarly/"
edition = "2018"
keywords = ["grammar", "english", "api", "request", "language"]
license = "MIT"
name = "grammarly"
readme = "README.md"
repository = "https://github.com/vityafx/grammarly-rs"
version = "0.3.1"