# 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 = "2018" name = "rsportal" version = "0.1.0" authors = ["stillinbeta "] description = "A higher-level interface to the Adafruit PyPortal" keywords = ["pyportal", "adafruit"] categories = ["embedded", "no-std", "hardware-support"] license = "BSD-3-Clause" repository = "https://git.sr.ht/~liz/rsportal/" [package.metadata] chip = "ATSAMD51J20A" [dependencies.display-interface-parallel-gpio] version = "0.6.0" optional = true [dependencies.ili9341] version = "0.5.0" optional = true [dependencies.pyportal] version = "0.8.0" [dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] optional = true [dependencies.smart-leds] version = "~0.3" optional = true [dependencies.ws2812-timer-delay] version = "~0.3" optional = true [features] default = ["neopixel", "display"] display = ["ili9341", "display-interface-parallel-gpio"] neopixel = ["ws2812-timer-delay", "smart-leds", "rtt-target"]