vbap 0.1.1

Vector Base Amplitude Panning for spatial audio
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 = "2021"
rust-version = "1.70"
name = "vbap"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vector Base Amplitude Panning for spatial audio"
readme = "README.md"
keywords = [
    "audio",
    "panning",
    "spatial",
    "vbap",
    "surround",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/PoHsuanLai/vbap"

[features]
default = ["std"]
std = ["glam/std"]

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

[[example]]
name = "custom_layout"
path = "examples/custom_layout.rs"

[[example]]
name = "stereo_sweep"
path = "examples/stereo_sweep.rs"

[[example]]
name = "surround_sweep"
path = "examples/surround_sweep.rs"

[dependencies.glam]
version = "0.30"
features = ["nostd-libm"]
default-features = false

[dependencies.libm]
version = "0.2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.hound]
version = "3.5"