# 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 = "mpd-lyricsd" version = "0.1.0" description = "Lyrics fetching service for MPD." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.69" [dependencies.mpd_client] version = "1.0.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.scraper] version = "0.15.0" [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "net", "macros", "fs", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.universal-config] version = "0.1.0"