# 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_reciever" version = "0.3.0" authors = ["David Bühler"] description = "A simple artnet reciever based on the artnet_protocol crate" readme = "README.md" keywords = [ "artnet", "dmx", "lighting", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/daveiator/artnet_reciever" [dependencies.artnet_protocol] version = "0.4.1" [dependencies.socket2] version = "0.5.2" features = ["all"]