# 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 = "edgebadge" version = "0.9.1" authors = ["Jacob Rosenthal <@jacobrosenthal>"] build = "build.rs" exclude = ["assets"] autobins = false autoexamples = false autotests = false autobenches = false description = "Board Support crate for the Adafruit EdgeBadge" 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 = "edgebadge" path = "src/lib.rs" [[example]] name = "blinky_basic" path = "examples/blinky_basic.rs" [[example]] name = "button_rtic" path = "examples/button_rtic.rs" [[example]] name = "ferris_img" path = "examples/ferris_img.rs" [[example]] name = "neopixel_adc_battery" path = "examples/neopixel_adc_battery.rs" [[example]] name = "neopixel_adc_light" path = "examples/neopixel_adc_light.rs" [[example]] name = "neopixel_button" path = "examples/neopixel_button.rs" [[example]] name = "neopixel_easing" path = "examples/neopixel_easing.rs" required-features = ["math"] [[example]] name = "neopixel_rainbow_timer" path = "examples/neopixel_rainbow_timer.rs" [[example]] name = "neopixel_tilt" path = "examples/neopixel_tilt.rs" [[example]] name = "usb_poll" path = "examples/usb_poll.rs" required-features = ["usb"] [[example]] name = "usb_serial" path = "examples/usb_serial.rs" required-features = ["usb"] [dependencies.atsamd-hal] version = "0.14" default-features = false [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.micromath] version = "2" optional = true [dependencies.st7735-lcd] version = "0.9.0" [dependencies.usb-device] version = "0.2" optional = true [dependencies.ws2812-timer-delay] version = "0.3" [dev-dependencies.cortex-m-rtic] version = "1.0" [dev-dependencies.embedded-graphics] version = "0.8.1" [dev-dependencies.lis3dh] version = "0.1.0" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.smart-leds] version = "0.3" [dev-dependencies.tinybmp] version = "0.5.0" [dev-dependencies.usbd-serial] version = "0.1" [features] default = [ "rt", "atsamd-hal/samd51j", "unproven", ] math = ["micromath"] rt = [ "cortex-m-rt", "atsamd-hal/samd51j-rt", ] unproven = ["atsamd-hal/unproven"] usb = [ "atsamd-hal/usb", "usb-device", ]