# 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 = "libvm116" version = "0.1.1" authors = ["Vincent Cautaerts "] description = "A rust library to use the Velleman VM116 USB DMX Controller" homepage = "https://gitlab.com/vincent.cautaerts/libvm116" readme = "Readme.md" keywords = [ "DMX", "DMX512", "VM116", "K8062", "WML116", ] categories = [ "hardware-support", "multimedia", ] license = "MIT" repository = "https://gitlab.com/vincent.cautaerts/libvm116" resolver = "2" [dependencies.hidapi-rusb] version = "1.3.1" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.regex] version = "1.5"