# 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 = "2021" name = "desktop_lyric" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Desktop lyric application for linux" homepage = "https://github.com/Moeweb647252/desktop_lyric" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Moeweb647252/desktop_lyric" [profile.release] opt-level = "s" lto = "thin" codegen-units = 1 split-debuginfo = "off" panic = "abort" strip = true [[bin]] name = "desktop_lyric" path = "src/main.rs" [dependencies.amll-lyric] version = "0.1.1" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.eframe] version = "0.28.1" features = ["default"] [dependencies.env_logger] version = "0.11.5" [dependencies.font-loader] version = "0.11.0" [dependencies.log] version = "0.4.22" [dependencies.mpris] version = "2.0.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.simsearch] version = "0.2.5"