# 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 = "gd32e5" version = "0.9.1" authors = [ "Andrew Walbran ", "gd32-rs Contributors", ] description = "Device support crate for GD32E5 devices" readme = "README.md" keywords = [ "gd32", "svd2rust", "no_std", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gd32-rust/gd32-rs" [package.metadata.docs.rs] default-target = "thumbv8m.base-none-eabi" features = [ "rt", "gd32e503", "gd32e508", ] targets = [] [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 = [] gd32e503 = [] gd32e505 = [] gd32e507 = [] gd32e508 = [] rt = ["cortex-m-rt/device"]