# 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" rust-version = "1.81.0" name = "dmx512-rdm-protocol" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DMX512 and Remote Device Management (RDM) protocol written in Rust" homepage = "https://github.com/mpowell90/dmx512-rdm-protocol" readme = "README.md" keywords = [ "dmx", "rdm", "lighting", "protocol", "control", ] license = "MIT" repository = "https://github.com/mpowell90/dmx512-rdm-protocol" [lib] name = "dmx512_rdm_protocol" path = "src/lib.rs" [dependencies.heapless] version = "0.8.0" [dependencies.macaddr] version = "1.0.1" [features] alloc = [] default = [ "rdm", "alloc", ] rdm = []