# 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 = "pic32mx567" version = "0.1.0" authors = ["Stephan "] include = [ "README.md", "/src", "/build.rs", ] description = "Peripheral access API for PIC32MX5xx/6xx/7xx microcontrollers" readme = "README.md" keywords = [ "no-std", "mips", "pic32", "svd2rust", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kiffie/pic32-pac" [package.metadata.docs.rs] features = [ "rt", "pic32mx695fxxxl", ] [dependencies.mips-mcu] version = "0.2.0" [dependencies.mips-rt] version = "0.3.0" optional = true [dependencies.vcell] version = "0.1.3" [features] pic32mx695fxxxl = [] rt = ["mips-rt"]