[package] name = "grammarbot-io" version = "1.0.1" authors = ["Victor Polevoy "] edition = "2018" description = """ This crate allows you to check your texts for grammar using the grammarbot service. """ repository = "https://github.com/vityafx/grammarbot-io" documentation = "https://docs.rs/grammarbot-io/" readme = "README.md" license = "MIT" keywords = ["grammar", "english", "api", "request", "language"] categories = ["api-bindings"] [badges] travis-ci = { repository = "vityafx/grammarbot-io" } [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" [dependencies.reqwest] optional = true version = "0.11" features = ["blocking", "json"] [features] default = ["client"] client = ["reqwest"]