[package] name = "wordnik" version = "0.1.2" edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://github.com/archer884/wordnik" repository = "https://github.com/archer884/wordnik" description = """ Bindings for the [wordnik](https://www.wordnik.com/) api. """ exclude = ["/resource"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.4", features = ["blocking", "json"] } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.67" [dev-dependencies] dotenv = "0.15.0"