# 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 = "pyportal" version = "0.10.2" authors = [ "Shella Stephens ", "Wez Furlong ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Board Support crate for the Adafruit PyPortal" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "embedded-hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsamd-rs/atsamd" [package.metadata] chip = "ATSAMD51J20A" [lib] name = "pyportal" path = "src/lib.rs" [[example]] name = "blinky_basic" path = "examples/blinky_basic.rs" [[example]] name = "ili9341_240x320" path = "examples/ili9341_240x320.rs" required-features = ["display"] [[example]] name = "neopixel_rainbow" path = "examples/neopixel_rainbow.rs" [[example]] name = "usb_echo" path = "examples/usb_echo.rs" required-features = ["usb"] [dependencies.atsamd-hal] version = "0.15.1" default-features = false [dependencies.cortex-m-rt] version = "0.7.1" optional = true [dependencies.display-interface-parallel-gpio] version = "0.6.0" optional = true [dependencies.ili9341] version = "0.5.0" optional = true [dependencies.usb-device] version = "0.2.8" optional = true [dev-dependencies.cortex-m] version = "0.7.4" [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.panic-semihosting] version = "0.5" [dev-dependencies.smart-leds] version = "~0.3" [dev-dependencies.usbd-serial] version = "0.1.1" [dev-dependencies.ws2812-timer-delay] version = "~0.3" [features] default = [ "rt", "atsamd-hal/samd51j", "unproven", ] display = [ "display-interface-parallel-gpio", "ili9341", ] rt = [ "cortex-m-rt", "atsamd-hal/samd51j-rt", ] unproven = ["atsamd-hal/unproven"] usb = [ "atsamd-hal/usb", "usb-device", ]