# 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 = "2018" name = "rust_dmx" version = "0.5.0" authors = ["general electrix "] description = "Control of DMX-512 lighting control hardware." readme = "README.md" keywords = [ "DMX", "lighting", "enttec", ] categories = [ "hardware-support", "multimedia", ] license = "MIT" repository = "https://github.com/generalelectrix/rust-dmx" [dependencies.anyhow] version = "1.0.75" [dependencies.derive_more] version = "0.99" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serialport] version = "4" [dependencies.thiserror] version = "1.0.49" [dependencies.typetag] version = "0.2"