urbandictionary 0.4.0-alpha.1

Unofficial Rust wrapper for the UrbanDictionary API
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.reqwest]
default-features = false
version = "0.10.0-alpha.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.5"
[dev-dependencies.tokio]
version = "0.2.0-alpha.6"

[package]
authors = ["Zeyla Hellyer <zeyla@hellyer.dev>"]
categories = ["api-bindings", "web-programming"]
description = "Unofficial Rust wrapper for the UrbanDictionary API"
documentation = "https://docs.rs/crate/urbandictionary"
edition = "2018"
homepage = "https://github.com/zeyla/urbandictionary.rs"
keywords = ["definitions", "dictionary", "urbandictionary", "urban"]
license = "ISC"
name = "urbandictionary"
publish = true
readme = "README.md"
repository = "https://github.com/zeyla/urbandictionary.rs.git"
version = "0.4.0-alpha.1"