# 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 = "pico-xs" version = "0.1.0" authors = ["fischer36"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Embedded-SDK for bare-metal development on the RP2040 Raspberry Pi Pico microcontroller." readme = "README.md" keywords = [ "embedded", "pico", "bare-metal", "raspberry-pi", "rp2040", ] categories = [ "embedded", "hardware-support", "no-std", "no-std::no-alloc", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/fischer36/pico-xs" [lib] name = "pico_xs" path = "src/lib.rs" [[example]] name = "blinky" path = "examples/blinky.rs" [[example]] name = "gpio_in" path = "examples/gpio_in.rs" [[example]] name = "rom" path = "examples/rom.rs" [[example]] name = "watchdog" path = "examples/watchdog.rs" [[example]] name = "xosc" path = "examples/xosc.rs" [dependencies] [build-dependencies.cc] version = "1.0"