# 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 = "lowfi" version = "1.5.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extremely simple lofi player." homepage = "https://github.com/talwat/lowfi" documentation = "https://github.com/talwat/lowfi" readme = "README.md" keywords = [ "lowfi", "lofi", "music", ] categories = [ "command-line-interface", "command-line-utilities", "multimedia", "multimedia::audio", ] license = "MIT" repository = "https://github.com/talwat/lowfi" [[bin]] name = "lowfi" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.arc-swap] version = "1.7.1" [dependencies.bytes] version = "1.7.2" [dependencies.clap] version = "4.5.18" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.159" [dependencies.mpris-server] version = "0.8.1" optional = true [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" [dependencies.rodio] version = "0.19.0" features = ["symphonia-mp3"] default-features = false [dependencies.scraper] version = "0.20.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "fs", ] default-features = false [dependencies.unicode-width] version = "0.2.0" [dependencies.url] version = "2.5.2" [features] mpris = ["dep:mpris-server"]