[package] name = "audiodb" version = "1.0.0" description = "TheAudioDB API client" authors = ["XXIV"] homepage = "https://github.com/thexxiv/audiodb-rust" repository = "https://github.com/thexxiv/audiodb-rust" keywords = ["audio", "database", "music", "metadata", "api"] categories = ["api-bindings"] 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"] }