stm32g0xx-hal 0.0.3

Peripheral access API for STM32G0 series microcontrollers
Documentation
# 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 = "stm32g0xx-hal"
version = "0.0.3"
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
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"
[profile.dev]
lto = false
codegen-units = 1
debug = true
incremental = false

[profile.release]
lto = true
codegen-units = 1
debug = false
incremental = false
[dependencies.as-slice]
version = "0.1.0"

[dependencies.bare-metal]
version = "0.2.4"
features = ["const-fn"]

[dependencies.cortex-m]
version = "0.6.0"

[dependencies.embedded-hal]
version = "0.2.3"
features = ["unproven"]

[dependencies.nb]
version = "0.1.1"

[dependencies.stm32g0]
version = "0.7.1"

[dependencies.void]
version = "1.0.2"
default-features = false
[dev-dependencies.cortex-m-rt]
version = "0.6.7"

[dev-dependencies.cortex-m-rtfm]
version = "0.4.2"

[dev-dependencies.cortex-m-semihosting]
version = "0.3.2"

[dev-dependencies.panic-halt]
version = "0.2.0"

[features]
default = ["rt", "stm32g071"]
rt = ["stm32g0/rt"]
stm32g070 = ["stm32g0/stm32g0x0"]
stm32g071 = ["stm32g0/stm32g0x1"]
stm32g081 = ["stm32g0/stm32g0x1"]