voxio 0.1.3

A lightweight audio playback engine
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 = "2024"
name = "voxio"
version = "0.1.3"
authors = ["Jaxx497"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight audio playback engine"
readme = "README.md"
keywords = [
    "music",
    "audio",
    "player",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/Jaxx497/Voxio/"

[lib]
name = "voxio"
path = "src/lib.rs"

[dependencies.cpal]
version = "0.17.3"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.rtrb]
version = "0.3.2"

[dependencies.rubato]
version = "2.0.0"

[dependencies.symphonia]
version = "0.5.5"
features = [
    "aac",
    "alac",
    "isomp4",
    "mp3",
]

[dependencies.symphonia-adapter-libopus]
version = "0.2.6"

[dependencies.thiserror]
version = "2.0.18"