# 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 = "xmc4700" version = "0.13.0" authors = ["Lucas Brendel "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "XMC peripheral library for XMC4700 generated from SVD" documentation = "https://docs.rs/xmc4700" readme = "README.md" keywords = [ "cortex-m", "svd2rust", "embedded", "xmc4x", "no_std", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/xmc-rs/xmc4700" [package.metadata.docs.rs] features = ["default"] [lib] name = "xmc4700" 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 = [ "critical-section", "rt", ] rt = ["cortex-m-rt/device"]