lyrical 0.2.0

CLI Tool to show the lyrics of the current song using playerctl.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lyrical"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI Tool to show the lyrics of the current song using playerctl."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/tblelrd/lyrical"

[[bin]]
name = "lyrical"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.futures]
version = "0.3.32"

[dependencies.kakasi]
version = "0.1.0"

[dependencies.korean-romanize]
version = "0.2.0"

[dependencies.mandarin-to-pinyin]
version = "0.0.2"

[dependencies.reqwest]
version = "0.12.23"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "macros",
]