# 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" rust-version = "1.70.0" name = "atsame70q20b" version = "0.29.0-alpha3" authors = ["Michal Fita <4925040+michalfita@users.noreply.github.com>"] description = "Peripheral access API for the ATSAME70Q20B MCU from Microchip (generated using svd2rust 0.28.0)" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "atsam", "pac", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsams-rs/atsamx7x-pac" [lib] name = "atsame70q20b" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7.6" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.0" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.vcell] version = "0.1.3" [build-dependencies.form] version = "0.11.0" [build-dependencies.regex] version = "1.10.0" [build-dependencies.svd2rust] version = "0.29.0" [features] rt = ["cortex-m-rt/device"]