chartlyrics 0.2.1

Rust bindings for the ChartLyrics lyric API
Documentation
[dependencies.reqwest]
version = "0.12.22"

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

[dependencies.serde-xml-rs]
version = "0.8.1"

[dependencies.url-escape]
version = "0.1.1"

[features]
async = []
blocking = ["reqwest/blocking"]
default = ["async"]

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

[package]
authors = ["Marley <marley@marlstar.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings for the ChartLyrics lyric API"
edition = "2024"
homepage = "https://github.com/Marlstar/chartlyrics-rs"
keywords = ["lyric", "lyrics", "ChartLyrics"]
license = "MIT"
name = "chartlyrics"
readme = "README.md"
repository = "https://github.com/Marlstar/chartlyrics-rs"
version = "0.2.1"