# 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 = "pic32mx470" version = "0.1.0" authors = ["Stephan "] include = [ "README.md", "/src", "/build.rs", ] description = "Peripheral access API for PIC32MX330/350/370/430/450/470 microcontrollers" readme = "README.md" keywords = [ "no-std", "mips", "pic32", "svd2rust", ] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] features = [ "rt", "pic32mx47xfxxxl", ] [dependencies.critical-section] version = "1.0.0" optional = true [dependencies.mips-rt] version = "0.3.0" optional = true [dependencies.vcell] version = "0.1.3" [features] pic32mx37xfxxxl = [] pic32mx47xfxxxl = [] rt = ["mips-rt"]