# 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 = "dp32g030" version = "1.0.0" authors = ["Xpl0itR "] build = "build.rs" exclude = [ "/datasheet", "/src/CMSIS-SVD.xsd", ] description = "Peripheral Access Crate for the DP32G030 microcontroller" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Xpl0itR/dp32g030-rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.vcell] version = "0.1.3" [build-dependencies.form] version = "0.12.1" [build-dependencies.svd2rust] version = "0.33.4" [features] defmt = [] rt = ["cortex-m-rt/device"]