# 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 = "url2audio" version = "0.3.0" authors = ["zchira"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple-to-use lib for playing audio streams" homepage = "https://github.com/zchira/url2audio" readme = "README.md" keywords = [ "audio", "streams", "symphonia", "player", ] categories = ["multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/zchira/url2audio" [profile.bench] debug = 2 [profile.dev] opt-level = 1 [lib] name = "url2audio" path = "src/lib.rs" [[bin]] name = "url2audio" path = "src/main.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.cpal] version = "0.15.3" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.rb] version = "0.3.2" [dependencies.rubato] version = "0.12.0" [dependencies.symphonia] version = "0.5.4" features = [ "all", "opt-simd", ] [dependencies.ureq] version = "2.9.7" [target.x86_64-unknown-linux-gnu]