[package] name = "cocktail" version = "1.0.0" description = "TheCocktailDB API client" authors = ["XXIV"] homepage = "https://github.com/thexxiv/cocktaildb-rust" repository = "https://github.com/thexxiv/cocktaildb-rust" keywords = ["drink", "database", "cocktail", "api"] readme = "README.md" license = "Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.0" serde_derive = "1.0.0" serde_json = "1.0.0" urlencoding = "2.1.0" reqwest = { version = "0.11", features = ["blocking"] }