[package] name = "dmx-rdm-ftdi" version = "0.0.5-alpha" edition = "2021" readme = "README.md" description = "DMX-RDM driver for FTDI USB uarts." license = "MIT OR Apache-2.0" keywords = ["dmx-rdm"] authors = ["TKFRvision "] repository = "https://github.com/TKFRvisionOfficial/dmx-rdm-rs-drivers" categories = ["hardware-support"] [dependencies] dmx-rdm = "0.0.11-alpha" libftd2xx = "0.32" log = { version = "0.4", optional = true } [features] default = ["log"] log = ["dep:log"]