# 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 = "escw-mcu-stm32" version = "0.1.0" authors = ["Khose-ie"] description = "Embedded software C wrapper of STM32." homepage = "https://github.com/khose-ie/escw-mcu-stm32" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/khose-ie/escw-mcu-stm32" [lib] name = "escw_mcu_stm32" [dependencies.escw-mcu] version = "0.1.0" [features] io = ["escw-mcu/io"] stm32f4 = [] uart1 = ["escw-mcu/uart"] uart2 = ["escw-mcu/uart"] uart3 = ["escw-mcu/uart"] uart4 = ["escw-mcu/uart"] uart5 = ["escw-mcu/uart"] uart6 = ["escw-mcu/uart"] uart7 = ["escw-mcu/uart"] uart8 = ["escw-mcu/uart"]