# 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 = "moosicbox_audio_output" version = "0.1.0" authors = ["Braden Steffaniak"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MoosicBox audio outputs package" readme = "README.md" keywords = [ "audio", "cpal", "outputs", "pulse", "pulseaudio", ] categories = ["development-tools"] license = "MPL-2.0" repository = "https://github.com/MoosicBox/MoosicBox" [lib] name = "moosicbox_audio_output" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" optional = true [dependencies.bytes] version = "1.7.2" [dependencies.cpal] version = "0.15.3" optional = true [dependencies.fdk-aac] version = "0.7.0" optional = true [dependencies.log] version = "0.4" features = ["release_max_level_trace"] [dependencies.moosicbox_assert] version = "0.1.0" default-features = false [dependencies.moosicbox_audio_decoder] version = "0.1.0" default-features = false [dependencies.moosicbox_audio_encoder] version = "0.1.0" optional = true default-features = false [dependencies.moosicbox_env_utils] version = "0.1.0" default-features = false [dependencies.moosicbox_paging] version = "0.1.0" optional = true [dependencies.moosicbox_resampler] version = "0.1.0" default-features = false [dependencies.moosicbox_stream_utils] version = "0.1.0" default-features = false [dependencies.moosicbox_task] version = "0.1.0" default-features = false [dependencies.mp3lame-encoder] version = "0.2.0" optional = true [dependencies.ogg] version = "0.9.1" optional = true [dependencies.opus] version = "0.3.0" optional = true [dependencies.rb] version = "0.4.1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.symphonia] version = "0.5.4" features = ["all"] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "tracing", ] [dependencies.utoipa] version = "5.0.0-rc.0" features = ["actix_extras"] optional = true [features] aac = [ "dep:fdk-aac", "dep:moosicbox_audio_encoder", "moosicbox_audio_encoder/aac", ] api = [ "dep:actix-web", "dep:moosicbox_paging", "dep:serde", ] asio = ["cpal/asio"] cpal = [ "dep:cpal", "dep:rb", ] default = [ "api", "default-windows", "openapi", "pulseaudio", ] default-windows = [ "aac", "cpal", "flac", "mp3", "oboe-shared-stdcxx", "opus", ] fail-on-warnings = [] flac = [ "dep:moosicbox_audio_encoder", "moosicbox_audio_encoder/flac", ] jack = ["cpal/jack"] mp3 = [ "dep:moosicbox_audio_encoder", "dep:mp3lame-encoder", "moosicbox_audio_encoder/mp3", ] oboe-shared-stdcxx = ["cpal/oboe-shared-stdcxx"] openapi = [ "dep:utoipa", "moosicbox_paging/openapi", ] opus = [ "dep:moosicbox_audio_encoder", "dep:ogg", "dep:opus", "moosicbox_audio_encoder/opus", ] pulseaudio = [ "pulseaudio-simple", "pulseaudio-standard", ] pulseaudio-simple = [ "dep:libpulse-binding", "dep:libpulse-simple-binding", ] pulseaudio-standard = ["dep:libpulse-binding"] [target.'cfg(not(target_os = "windows"))'.dependencies.libpulse-binding] version = "2.28.1" optional = true [target.'cfg(not(target_os = "windows"))'.dependencies.libpulse-simple-binding] version = "2.28.1" optional = true [target.'cfg(target_os = "windows")'.dependencies]