# 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 = "pygamer" version = "0.11.0" authors = [ "Paul Sajna ", "Wez Furlong ", ] build = "build.rs" exclude = ["assets"] autobins = false autoexamples = false autotests = false autobenches = false description = "Board Support crate for the Adafruit PyGamer" 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 = "ATSAMD51J19A" [lib] name = "pygamer" path = "src/lib.rs" [[example]] name = "blinky_basic" path = "examples/blinky_basic.rs" [[example]] name = "button_rtic" path = "examples/button_rtic.rs" [[example]] name = "clock_out" path = "examples/clock_out.rs" [[example]] name = "ferris_img" path = "examples/ferris_img.rs" [[example]] name = "pwm_tc4" path = "examples/pwm_tc4.rs" [[example]] name = "pwm_tcc0" path = "examples/pwm_tcc0.rs" [[example]] name = "qspi" path = "examples/qspi.rs" [[example]] name = "sd_card" path = "examples/sd_card.rs" [[example]] name = "timer" path = "examples/timer.rs" [[example]] name = "usb_poll" path = "examples/usb_poll.rs" required-features = ["usb"] [dependencies.atsamd-hal] version = "0.18.2" default-features = false [dependencies.cortex-m] version = "0.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.st7735-lcd] version = "0.8.1" [dependencies.usb-device] version = "0.3.1" optional = true [dev-dependencies.embedded-graphics] version = "0.7.1" [dev-dependencies.embedded-hal-bus] version = "0.2.0" [dev-dependencies.embedded-sdmmc] version = "0.8.0" [dev-dependencies.lis3dh] version = "0.4.3" [dev-dependencies.micromath] version = "2.1" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.rtic] version = "2.1.1" features = ["thumbv7-backend"] [dev-dependencies.smart-leds] version = "0.4" [dev-dependencies.tinybmp] version = "0.3.1" [dev-dependencies.usbd-serial] version = "0.2" [features] default = [ "rt", "atsamd-hal/samd51j", ] panic_led = [] rt = [ "cortex-m-rt", "atsamd-hal/samd51j-rt", ] usb = [ "atsamd-hal/usb", "usb-device", ]