# 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 = "open_dmx" version = "1.1.1" authors = ["David Bühler"] description = "A wrapper around the serialport library to send DMX data over a serial port" readme = "README.md" keywords = [ "dmx", "serial", "open_dmx", "lighting", "enttec", ] categories = [ "api-bindings", "multimedia", "hardware-support", ] license = "MIT" repository = "https://github.com/daveiator/open-dmx" [dependencies.serialport] version = "4.3" [dependencies.thread-priority] version = "0.15" optional = true [features] default = ["thread_priority"] thread_priority = ["dep:thread-priority"]