# 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 = "music-player-audio" version = "0.1.6" authors = ["Tsiry Sandratraina "] description = "The audio fetching logic for music player" license = "MIT" repository = "https://github.com/tsirysndr/music-player" [dependencies.anyhow] version = "1.0.68" [dependencies.bytes] version = "1.3.0" [dependencies.futures-util] version = "0.3.25" [dependencies.hyper] version = "0.14.23" features = [ "client", "stream", "tcp", "http1", "http2", ] [dependencies.hyper-rustls] version = "0.24.0" [dependencies.log] version = "0.4.17" [dependencies.md5] version = "0.7.0" [dependencies.mime_guess] version = "2.0.4" [dependencies.music-player-settings] version = "0.1.3" [dependencies.parking_lot] version = "0.12.1" [dependencies.rustls] version = "0.21.0" features = ["dangerous_configuration"] [dependencies.symphonia] version = "0.5.1" features = [ "aac", "alac", "mp3", "isomp4", "flac", ] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.url] version = "2.3.1" [dependencies.webpki-roots] version = "0.23.0"