# 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-client" version = "0.1.2" authors = ["Ennui.lw"] description = "A util crate for Spotify Auth Client" license-file = "LICENSE" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" [dependencies.config_parser2] version = "0.1.5" [dependencies.dirs-next] version = "2.0.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.11.3" [dependencies.flume] version = "0.11.0" [dependencies.librespot-connect] version = "0.4.2" [dependencies.librespot-core] version = "0.4.2" [dependencies.maybe-async] version = "0.2.10" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "^0.12.2" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.rspotify] version = "0.13.1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", "time", ] [dependencies.toml] version = "0.8.13" [dependencies.tracing] version = "0.1.40" [dependencies.ttl_cache] version = "0.5.1" [features] default = ["env-file"] env-file = [] test_mod = []