rust_dmx 0.7.0

Control of DMX-512 lighting control hardware.
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 = "rust_dmx"
version = "0.7.0"
authors = ["general electrix <general.electrix@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control of DMX-512 lighting control hardware."
readme = "README.md"
keywords = [
    "DMX",
    "lighting",
    "enttec",
    "artnet",
]
categories = [
    "hardware-support",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/generalelectrix/rust-dmx"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.artnet_protocol]
version = "0.4.3"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serialport]
version = "4.6"

[dependencies.thiserror]
version = "1"

[dependencies.typetag]
version = "0.2"