# 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 = "arduino_mkrvidor4000" version = "0.6.1" authors = ["Sameer Puri "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Board Support crate for the Arduino MKR VIDOR 4000" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "embedded-hal", "arduino", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsamd-rs/atsamd" [package.metadata] chip = "ATSAMD21G18A" [lib] name = "arduino_mkrvidor4000" path = "src/lib.rs" [[example]] name = "blinky_basic" path = "examples/blinky_basic.rs" [[example]] name = "enable_battery_charging" path = "examples/enable_battery_charging.rs" [[example]] name = "run_fpga" path = "examples/run_fpga.rs" [dependencies.atsamd-hal] version = "0.14" default-features = false [dependencies.cortex-m-rt] version = "0.7" optional = true [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.panic-semihosting] version = "0.5" [features] default = [ "rt", "atsamd-hal/samd21g", ] rt = [ "cortex-m-rt", "atsamd-hal/samd21g-rt", ] unproven = ["atsamd-hal/unproven"] usb = ["atsamd-hal/usb"] use_semihosting = []