# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xmc1100-hal" version = "0.2.0" authors = ["David Sawatzke "] description = "Hardware Abstraction Layer (HAL) for the XMC1100 series of ARM Cortex-M+ microcontroller" documentation = "https://docs.rs/xmc1100-hal" readme = "README.md" keywords = ["arm", "cortex-m", "xmc", "embedded-hal-impl"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/david-sawatzke/xmc1100-hal" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.4" features = ["const-fn"] [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = "0.6.0" [dependencies.cortex-m-rt] version = "0.6.8" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.nb] version = "0.1.1" [dependencies.void] version = "1.0.2" default-features = false [dependencies.xmc1100] version = "0.2.0" features = ["rt"] [dev-dependencies.panic-halt] version = "0.2.0" [build-dependencies.cc] version = "1.0.25"