# 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 = "dmx-rdm" version = "0.0.12-alpha" authors = ["TKFRvision "] description = "Rust library for communicating DMX512 (ANSI E1.11) and DMX-RDM (ANSI E1.20) over a RS485 bus by using interchangeable drivers." readme = "README.md" keywords = [ "no-std", "no-alloc", "embedded", "defmt", "dmx512", ] categories = [ "embedded", "no-std", "no-std::no-alloc", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TKFRvisionOfficial/dmx-rdm-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.binary-layout] version = "~4.0.2" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.heapless] version = "0.8" [dependencies.modular-bitfield] version = "0.11" [features] default = ["std"] defmt = ["dep:defmt"] std = ["binary-layout/std"]