# 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 = "n32g4" version = "0.1.0" authors = [ "Sparrowgrine ", "n32-rs Contributors", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Device support crate for N32G4 devices" readme = "README.md" keywords = [ "n32", "svd2rust", "no_std", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/guineawheek/n32g4-rs" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabihf" features = [ "rt", "n32g401", "n32g430", "n32g432", "n32g435", "n32g451", "n32g452", "n32g455", "n32g457", "n32g4fr", ] targets = [] [lib] name = "n32g4" path = "src/lib.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" [features] default = [] n32g401 = [] n32g430 = [] n32g432 = [] n32g435 = [] n32g451 = [] n32g452 = [] n32g455 = [] n32g457 = [] n32g4fr = [] rt = ["cortex-m-rt/device"]