# 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 = "va416xx" version = "0.2.0" authors = ["Robin Mueller "] description = "PAC for the Vorago VA416xx family of MCUs" homepage = "https://egit.irs.uni-stuttgart.de/rust/va416xx" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "vorago", "va416xx", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/va416xx" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = ">=0.6.15,<0.8" optional = true [dependencies.critical-section] version = "1" optional = true [dependencies.vcell] version = "0.1.3" [features] rt = ["cortex-m-rt/device"]