[package]
edition = "2024"
name = "xpans_spe"
version = "0.1.2"
authors = ["Ben Seigler"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows for sending and receiving spatial properties of virtual audio sources to and from applications within the xpans Ecosystem."
homepage = "https://xpans.audio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/xpans-audio/spe.git"
[lib]
name = "xpans_spe"
path = "src/lib.rs"
[dependencies]