[dependencies.byteorder]
version = "1.5.0"
[dependencies.ogg]
version = "0.9.1"
[dependencies.rand]
version = "0.8.5"
[dependencies.symphonia]
features = ["all", "opt-simd"]
version = "0.5.4"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.vorbis_rs]
version = "0.5.4"
[lib]
name = "audyo"
path = "src/lib.rs"
[package]
authors = ["Chrontax"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Simple audio decode/encode library"
edition = "2021"
homepage = "https://github.com/chrontax/audyo"
keywords = ["audio", "encode", "decode"]
license = "MIT OR Apache-2.0"
name = "audyo"
readme = "README.md"
repository = "https://github.com/chrontax/audyo"
version = "0.1.0"