libwing 1.0.5

A library for communicationg with the Behringer Wing Digital Mixer
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"
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"