url2audio 0.4.4

A simple-to-use lib for playing audio streams
Documentation
# 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.4.4"
authors = ["zchira"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 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"

[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.thiserror]
version = "2"

[dependencies.ureq]
version = "2.9.7"

[target.x86_64-unknown-linux-gnu]

[profile.bench]
debug = 2

[profile.dev]
opt-level = 1