# 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 = "2018" name = "podcast-api" version = "1.1.6" authors = ["Listen Notes, Inc. "] description = "Rust bindings for the Listen Notes Podcast API" homepage = "https://www.listennotes.com/api/" documentation = "https://www.listennotes.com/api/docs/" readme = "README.md" keywords = [ "listennotes", "podcast", "searchengine", "podcastsearch", ] categories = [ "api-bindings", "multimedia::audio", "multimedia", ] license = "MIT" repository = "https://github.com/ListenNotes/podcast-api-rust" [dependencies.form_urlencoded] version = "1" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-test] version = "0.4"