[package] name = "arthouse" version = "3.0.1" description = "Art-Net (DMX over UDP/IP) adapter for Project Lighthouse" edition = "2021" license = "GPL-3.0" repository = "https://github.com/fwcd/arthouse" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" artnet_protocol = "0.4.2" clap = { version = "4.5.4", features = ["derive", "env"] } dotenvy = "0.15.7" futures = "0.3.30" lighthouse-client = "3.3.0" socket2 = "0.5.6" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "sync"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }