# 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 = "artnet_to_opendmx" version = "1.1.0" authors = ["David Bühler"] description = "A simple artnet to opendmx bridge" readme = "README.md" keywords = [ "dmx", "open_dmx", "lighting", "artnet", "cli", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/daveiator/artnet_to_opendmx" [dependencies.artnet_protocol] version = "0.4.2" [dependencies.artnet_reciever] version = "0.3.0" [dependencies.eframe] version = "0.26.2" [dependencies.image] version = "0.24.9" [dependencies.local-ip-address] version = "0.6.0" [dependencies.log] version = "0.4.20" [dependencies.log-panics] version = "2.1.0" [dependencies.open_dmx] version = "1.1.1" [dependencies.serialport] version = "4.3.0" [dependencies.simple_logger] version = "4.3.3" [dependencies.socket2] version = "0.5.6" features = ["all"] [build-dependencies.winres] version = "0.1.12"