[dependencies.assert_no_alloc]
features = ["warn_debug"]
optional = true
version = "^1.1"
[dependencies.assume]
version = "^0.5"
[dependencies.audio_thread_priority]
default-features = false
version = "^0.34"
[dependencies.basedrop]
version = "^0.1"
[dependencies.byteorder]
version = "^1.5"
[dependencies.cpal]
features = ["jack", "asio"]
optional = true
version = "^0.16"
[dependencies.crossbeam-channel]
version = "^0.5"
[dependencies.crossbeam-queue]
version = "^0.3"
[dependencies.dashmap]
version = "^6.1"
[dependencies.dasp]
features = ["signal"]
optional = true
version = "^0.11"
[dependencies.lazy_static]
version = "^1.4"
[dependencies.log]
features = ["max_level_debug", "release_max_level_info"]
version = "^0.4"
[dependencies.pulp]
features = ["macro"]
version = "^0.21"
[dependencies.rb]
version = "^0.4"
[dependencies.riff]
version = "^2.0"
[dependencies.rubato]
default-features = false
version = "^0.16"
[dependencies.sokol]
optional = true
version = "^0.1"
[dependencies.sort]
version = "^0.8"
[dependencies.symphonia]
features = ["aac", "alac", "mp3", "isomp4"]
version = "^0.5"
[features]
assert-allocs = ["assert_no_alloc"]
cpal-output = ["cpal"]
dasp-synth = ["dasp"]
default = ["cpal-output", "dasp-synth", "assert-allocs"]
sokol-output = ["sokol"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "phonic"
path = "src/lib.rs"
[package]
authors = ["Eduard Müller <mail@emuell.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::audio"]
description = "Audio playback library"
edition = "2021"
exclude = ["assets", "examples"]
keywords = ["audio", "playback", "emscripten", "tauri"]
license = "MIT OR Apache-2.0"
name = "phonic"
readme = "README.md"
repository = "https://github.com/emuell/phonic"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true
[profile.dev.package.rubato]
opt-level = 2
[profile.release]
debug = 1
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.ctrlc]
version = "^3.4"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.device_query]
version = "^4.0"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.hound]
version = "^3.5"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.svg]
version = "^0.18"