vocalolyrics 0.2.1

Lyrics scraper, primarily for Vocaloid content. By default, atwiki is used as the source. We plan to make other sources selectable, but that is not currently possible.
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.reqwest]
version = "0.12.12"

[dependencies.scraper]
version = "0.22.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.43.0"

[dependencies.urlencoding]
version = "2.1.3"

[features]
async = ["tokio"]
atwiki = []
default = ["atwiki", "async"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Lyrics scraper, primarily for Vocaloid content.
By default, atwiki is used as the source.
We plan to make other sources selectable, but that is not currently possible."""
edition = "2024"
license = "GPL-3.0"
name = "vocalolyrics"
readme = false
version = "0.2.1"