# 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 = "pio-uart" version = "0.3.0" authors = ["Karsten Große"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A software UART implementation for the RP2040 using the PIO feature." documentation = "https://docs.rs/pio-uart" readme = "README.md" keywords = [ "uart", "pio", "rp2040", "embedded", ] categories = [ "embedded", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/Sympatron/pio-uart" [lib] name = "pio_uart" path = "src/lib.rs" [[example]] name = "advanced_uart" path = "examples/advanced_uart.rs" [[example]] name = "simple_uart" path = "examples/simple_uart.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.defmt] version = "0.3.8" [dependencies.embedded-io] version = "0.6.1" [dependencies.fugit] version = "0.3.7" [dependencies.pio] version = "0.2.1" [dependencies.pio-proc] version = "0.2.2" [dependencies.rp2040-hal] version = "0.10.2" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rp-pico] version = "0.9.0"