[package] name = "podcast_search" version = "0.5.0" edition = "2021" authors = ["Nathan Jaremko "] description = "A library that facilitates searching for podcasts using the iTunes Podcast API" license = "MIT" readme = "README.md" keywords = ["audio", "search", "podcast", "music"] repository = "https://github.com/njaremko/podcast_search" [dependencies] futures = "0.3" reqwest = { version = "0.11", features = ["default-tls", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" percent-encoding = "2.1" thiserror = "1.0" celes = "2.1" iso_currency = { version = "0.4.0", features = ["with-serde"] } serde_with = "3.0.0"