# 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 = "stm32-device-signature" version = "0.3.3" authors = ["Vadim Kaushan "] description = "Device electronic signature 'driver' for STM32 microcontrollers" keywords = ["arm", "stm32"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/stm32-rs/stm32-device-signature" [package.metadata.docs.rs] features = ["stm32f1"] [dependencies.cortex-m] version = "0.6.2" [features] stm32f0 = [] stm32f1 = [] stm32f2 = [] stm32f3 = [] stm32f4 = [] stm32f72x = [] stm32f73x = [] stm32f76x = [] stm32f77x = [] stm32g0 = [] stm32h72x = [] stm32h73x = [] stm32h74x = [] stm32h75x = [] stm32h7ax = [] stm32h7bx = [] stm32l0 = [] stm32l4 = [] stm32wb5x = []