fyyd-api 0.1.3

Bindings to the fyyd api.
Documentation
[dependencies.fyyd-types]
version = "0.1.1"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.162"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.28.2"

[package]
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>"]
categories = ["api-bindings", "multimedia::audio", "multimedia"]
description = "Bindings to the fyyd api."
documentation = "https://gitlab.com/a-kenji/fyyd-api"
edition = "2021"
homepage = "https://gitlab.com/a-kenji/fyyd-api"
keywords = ["podcasting", "api", "podcast", "search", "fyyd"]
license = "MIT"
name = "fyyd-api"
readme = "README.md"
repository = "https://gitlab.com/a-kenji/fyyd-api"
resolver = "1"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]