# 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 = "stm32c0xx-hal" version = "0.0.0" authors = ["Vitaly Domnikov "] description = "Peripheral access API for STM32C0 series microcontrollers" documentation = "https://docs.rs/stm32c0xx-hal" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32c0xx", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32c0xx-hal" [package.metadata.docs.rs] features = [ "stm32c031", "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.1" [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.fugit] version = "0.3.5" [dependencies.nb] version = "1.0.0" [dependencies.stm32c0] version = "0.0.0" [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.panic-halt] version = "0.2.0" [dev-dependencies.panic-semihosting] version = "0.5.3" [features] default = ["i2c-blocking"] device-selected = [] i2c-blocking = [] i2c-nonblocking = [] stm32c0x0 = [] stm32c0x1 = []