# 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-rp2040" version = "0.0.1-alpha" authors = ["TKFRvision "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DMX-RDM driver for RP2040/Raspberry Pi Pico." readme = "README.md" keywords = ["dmx-rdm"] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/TKFRvisionOfficial/dmx-rdm-rs-drivers" [lib] name = "dmx_rdm_rp2040" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.dmx-rdm] version = "0.0.13-alpha" default-features = false [dependencies.embedded-hal] version = "1.0" [dependencies.embedded_hal_0_2] version = "0.2.5" features = ["unproven"] package = "embedded-hal" [dependencies.fugit] version = "0.3" [dependencies.nb] version = "1.1" [dependencies.rp2040-hal] version = ">=0.10.1" features = [ "rt", "critical-section-impl", "rom-func-cache", ] [features] defmt = [ "dep:defmt", "dmx-rdm/defmt", "rp2040-hal/defmt", ]