# 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 = "2018" name = "stm32g0xx-hal" version = "0.2.0" authors = ["Vitaly Domnikov "] description = "Peripheral access API for STM32G0 series microcontrollers" documentation = "https://docs.rs/stm32g0xx-hal" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32g0xx", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32g0xx-hal" [package.metadata.docs.rs] features = [ "stm32g081", "rt", ] default-target = "thumbv6m-none-eabi" [profile.dev] incremental = false [profile.release] lto = false codegen-units = 1 debug = false incremental = false [dependencies.bare-metal] version = "1.0.0" [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.fugit] version = "0.3.5" [dependencies.nb] version = "1.0.0" [dependencies.stm32g0] version = "0.14.0" features = ["rt"] [dependencies.void] version = "1.0.2" default-features = false [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.cortex-m-rtic] version = "1.0.0" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.embedded-graphics] version = "0.5" [dev-dependencies.embedded-sdmmc] version = "0.2.1" [dev-dependencies.infrared] version = "0.11.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-semihosting] version = "0.5.3" [dev-dependencies.smart-leds] version = "0.3.0" [dev-dependencies.st7735-lcd] version = "0.6.1" [dev-dependencies.ws2812-spi] version = "0.3.0" features = [] [features] default = ["i2c-blocking"] device-selected = [] i2c-blocking = [] i2c-nonblocking = [] rt = ["stm32g0/rt"] stm32g030 = [ "stm32g0/stm32g030", "stm32g0x0", "device-selected", ] stm32g031 = [ "stm32g0/stm32g031", "stm32g0x1", "device-selected", ] stm32g041 = [ "stm32g0/stm32g041", "stm32g0x1", "device-selected", ] stm32g070 = [ "stm32g0/stm32g070", "stm32g0x0", "device-selected", ] stm32g071 = [ "stm32g0/stm32g071", "stm32g0x1", "device-selected", ] stm32g081 = [ "stm32g0/stm32g081", "stm32g0x1", "device-selected", ] stm32g0x0 = [] stm32g0x1 = []