riva 0.1.0

Provider-agnostic Rust library for extracting normalized media stream metadata from SoundCloud and YouTube via async helpers.
Documentation
[badges.github-actions]
repository = "resonix-dev/riva"
workflow = "CI"

[badges.maintenance]
status = "actively-developed"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["json", "blocking", "rustls-tls"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.url]
version = "2"

[features]
default = ["youtube", "soundcloud"]
soundcloud = []
youtube = []

[lib]
name = "riva"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "multimedia::audio", "web-programming::http-client"]
description = "Provider-agnostic Rust library for extracting normalized media stream metadata from SoundCloud and YouTube via async helpers."
documentation = "https://docs.rs/riva"
edition = "2024"
homepage = "https://github.com/resonix-dev/riva"
keywords = ["soundcloud", "youtube", "extractor", "media", "async"]
license = "BSD-3-Clause"
name = "riva"
readme = "README.md"
repository = "https://github.com/resonix-dev/riva"
version = "0.1.0"

[[test]]
name = "normalization"
path = "tests/normalization.rs"