tlyrics 0.1.1

Fetch synced lyrics (with timestamps) using the LRC format.
Documentation
[dependencies.anyhow]
version = "1.0.93"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.9"

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

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[[example]]
name = "by_id"
path = "examples/by_id.rs"

[[example]]
name = "search"
path = "examples/search.rs"

[[example]]
name = "sync"
path = "examples/sync.rs"

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

[package]
authors = ["AWeirdDev <aweirdscratcher@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Fetch synced lyrics (with timestamps) using the LRC format."
edition = "2021"
keywords = ["lyrics", "timestamp", "timestamps", "lyrics-timestamps", "lrc"]
license = "MIT"
name = "tlyrics"
readme = "README.md"
repository = "https://github.com/AWeirdDev/tlyrics"
version = "0.1.1"