# 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 = "spotify-launcher" version = "0.6.0" authors = ["kpcyrd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for spotify's apt repository in Rust for Arch Linux" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kpcyrd/spotify-launcher" [lib] name = "spotify_launcher" path = "src/lib.rs" [[bin]] name = "spotify-launcher" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.ar] version = "0.9.0" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.11" [dependencies.libflate] version = "2" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.29" features = ["process"] default-features = false [dependencies.reqwest] version = "0.12" [dependencies.rust-lzma] version = "0.6.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.sha2] version = "0.10.2" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.18.1" features = [ "macros", "rt-multi-thread", "process", "time", "fs", ] [dependencies.toml] version = "0.8" [dependencies.xch] version = "1.1.0"