atsame70q21 0.21.0

Peripheral access API for ATSAME70Q21 microcontrollers from Atmel/Microchip (generated using svd2rust)
Documentation
# 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"
rust-version = "1.46.0"
name = "atsame70q21"
version = "0.21.0"
authors = ["Michal Fita <michal.fita@gmail.com>", "Viktor Sonesten <viktor.sonesten@grepit.se>"]
description = "Peripheral access API for ATSAME70Q21 microcontrollers from Atmel/Microchip (generated using svd2rust)"
readme = "README.md"
keywords = ["no-std", "arm", "cortex-m", "atsam", "pac"]
categories = ["no-std", "embedded", "hardware-support"]
license = "0BSD"
repository = "https://github.com/michalfita/atsams70-rust"

[lib]
name = "atsame70q21"
path = "src/lib.rs"
[dependencies.cortex-m]
version = "0.7"

[dependencies.cortex-m-rt]
version = "0.7"
optional = true

[dependencies.vcell]
version = "0.1.2"

[features]
rt = ["cortex-m-rt/device"]