# 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 = "gd32f3x0-pac" version = "0.1.0" authors = ["Andelf "] description = "Peripheral access API for GD32F3x0 chips (generated using svd2rust)" readme = "README.md" keywords = [ "gd32", "svd2rust", "peripheral", "embedded", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/gd32f3x0-pac" resolver = "2" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabi" features = ["rt"] targets = [] [lib] path = "lib.rs" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = ">=0.6.15,<0.8" optional = true [dependencies.vcell] version = "0.1" [features] default = ["rt"] rt = ["cortex-m-rt/device"]