[dependencies.bitflags]
version = "2.4"
[dependencies.byteorder]
version = "1.4"
[lib]
name = "artnet_protocol"
path = "src/lib.rs"
[package]
authors = ["Victor Koenders <victor.koenders@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A 1:1 implementation of the ArtNet protocol"
documentation = "https://docs.rs/artnet_protocol"
edition = "2018"
license = "MIT"
name = "artnet_protocol"
readme = "README.md"
repository = "https://github.com/trangar/artnet_protocol"
version = "0.4.3"