# 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] name = "mk20d7-hal" version = "0.1.1" authors = ["Dylan Frankland "] description = "HAL for the MK20D7 family of microcontrollers" readme = "README.md" keywords = [ "arm", "cortex-m", "mk20", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/dfrankland/mk20d7-hal" [dependencies.bit_field] version = "0.10.2" [dependencies.bitrate] version = "0.1.1" [dependencies.cast] version = "0.3.0" default-features = false [dependencies.cortex-m] version = "0.7.3" [dependencies.embedded-hal] version = "0.2.1" features = ["unproven"] [dependencies.mk20d7] version = "0.1.2" [dependencies.nb] version = "1.1.0" [dependencies.void] version = "1.0.2" default-features = false [features] rt = ["mk20d7/rt"]