# 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 = "va108xx" version = "0.3.0" authors = ["Robin Mueller "] description = "PAC for the Vorago VA108xx family of microcontrollers" homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "vorago", "va108xx", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", "--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"]