lyrics-next 0.2.1

在终端下为 mpd/mpris 提供歌词.
Documentation
# 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 = "lyrics-next"
version = "0.2.1"
authors = ["erasin <erasinoo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "在终端下为 mpd/mpris 提供歌词."
readme = "README.md"
keywords = [
    "lyrics",
    "tui",
    "ratatui",
    "mpris",
]
license = "MIT"
repository = "https://github.com/erasin/lyrics-next"

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

[[bin]]
name = "lyrics-next"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.40"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.dirs]
version = "6.0"

[dependencies.mpd]
version = "0.1"

[dependencies.mpris]
version = "2.0.1"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.rust-i18n]
version = "3.1.5"

[dependencies.sanitize-filename]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.44"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.toml]
version = "0.8.20"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["json"]

[profile.opt]
opt-level = 3
lto = "fat"
codegen-units = 1
inherits = "release"
strip = true