# 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 = "2018" name = "pic32mx2xx" version = "0.7.0" authors = ["Stephan "] include = [ "README.md", "/src", "/build.rs", ] description = "Peripheral access API for PIC32MX1/2xx microcontrollers" readme = "README.md" keywords = [ "no-std", "mips", "pic32", "svd2rust", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kiffie/pic32-pac/tree/master/pic32mx2xx" [package.metadata.docs.rs] features = [ "rt", "critical-section", "pic32mx2xxfxxxd", ] [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] critical-section = ["dep:critical-section"] pic32mx1x4fxxxb = [] pic32mx1x4fxxxd = [] pic32mx1xxfxxxb = [] pic32mx1xxfxxxc = [] pic32mx1xxfxxxd = [] pic32mx2x4fxxxb = [] pic32mx2x4fxxxd = [] pic32mx2xxfxxxb = [] pic32mx2xxfxxxc = [] pic32mx2xxfxxxd = [] rt = ["mips-rt"]