# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "podcast_search" version = "0.5.0" authors = ["Nathan Jaremko "] description = "A library that facilitates searching for podcasts using the iTunes Podcast API" readme = "README.md" keywords = [ "audio", "search", "podcast", "music", ] license = "MIT" repository = "https://github.com/njaremko/podcast_search" [dependencies.celes] version = "2.1" [dependencies.futures] version = "0.3" [dependencies.iso_currency] version = "0.4.0" features = ["with-serde"] [dependencies.percent-encoding] version = "2.1" [dependencies.reqwest] version = "0.11" features = [ "default-tls", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.0.0" [dependencies.thiserror] version = "1.0"