libaurex 0.1.6

Cross-platform high-level audio API
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 = "libaurex"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform high-level audio API"
documentation = "https://docs.rs/libaurex-rs"
readme = "README.md"
keywords = [
    "audio",
    "sound",
    "api",
]
categories = ["multimedia"]
license = "Apache-2.0"
repository = "https://github.com/libaurex/libaurex-rs"

[lib]
name = "libaurex"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "libaurex"
path = "src/main.rs"

[[bin]]
name = "uniffi-bindgen"
path = "uniffi-bindgen.rs"

[dependencies.bytemuck]
version = "1.23.2"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.ffmpeg-next]
version = "7.1.0"

[dependencies.miniaudio_aurex]
version = "0.11.22"

[dependencies.soxr]
version = "0.6.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "sync",
    "rt-multi-thread",
    "macros",
]

[dependencies.uniffi]
version = "0.30.0"
features = ["cli"]

[build-dependencies.cc]
version = "1.2.31"

[build-dependencies.uniffi]
version = "0.30.0"
features = ["build"]

[build-dependencies.vcpkg]
version = "0.2.15"