[package]
edition = "2021"
name = "libwing"
version = "1.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for communicationg with the Behringer Wing Digital Mixer"
homepage = "https://github.com/dannyfiresnake/libwing"
documentation = "https://docs.rs/libwing"
readme = "README.md"
license = "MIT"
[lib]
name = "libwing"
crate-type = [
"rlib",
"cdylib",
]
path = "src/lib.rs"
[[example]]
name = "wingmeters"
path = "tools/wingmeters.rs"
[[example]]
name = "wingmon"
path = "tools/wingmon.rs"
[[example]]
name = "wingprop"
path = "tools/wingprop.rs"
[[example]]
name = "wingschema"
path = "tools/wingschema.rs"
[dependencies.jzon]
version = "0.12.5"
[dependencies.lazy_static]
version = "1.4"
[dependencies.socket2]
version = "0.5"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.eframe]
version = "0.26.0"