stm32f1xx-hal 0.3.0

HAL for the STM32F1xx family of 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 = "stm32f1xx-hal"
version = "0.3.0"
authors = ["Jorge Aparicio <jorge@japaric.io>", "Daniel Egger <daniel@eggers-club.de>"]
description = "HAL for the STM32F1xx family of microcontrollers"
documentation = "https://docs.rs/stm32f1xx-hal"
readme = "README.md"
keywords = ["arm", "cortex-m", "stm32", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stm32-rs/stm32f1xx-hal"
[package.metadata.docs.rs]
features = ["stm32f103", "rt"]
[profile.dev]
codegen-units = 1
incremental = false

[profile.release]
lto = true
codegen-units = 1
debug = true

[[example]]
name = "timer-interrupt-rtfm"
required-features = ["rt"]
[dependencies.cast]
version = "0.2.2"
default-features = false

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

[dependencies.cortex-m-rt]
version = "0.6.8"

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

[dependencies.nb]
version = "0.1.2"

[dependencies.stm32f1]
version = "0.7.0"

[dependencies.void]
version = "1.0.2"
default-features = false
[dev-dependencies.byteorder]
version = "1.3.1"
default-features = false

[dev-dependencies.cobs]
version = "0.1.4"
default-features = false

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

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

[dev-dependencies.crc16]
version = "0.4.0"
default-features = false

[dev-dependencies.either]
version = "1.5.2"
default-features = false

[dev-dependencies.enc28j60]
version = "0.2.1"

[dev-dependencies.heapless]
version = "0.4.3"

[dev-dependencies.m]
version = "0.1.1"

[dev-dependencies.mfrc522]
version = "0.2.0"

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

[dev-dependencies.panic-itm]
version = "0.4.1"

[dev-dependencies.panic-semihosting]
version = "0.5.2"

[dev-dependencies.serde]
version = "1.0.90"
default-features = false

[dev-dependencies.serde_derive]
version = "1.0.90"

[features]
device-selected = []
doc = []
rt = ["stm32f1/rt"]
stm32f100 = ["stm32f1/stm32f100", "device-selected"]
stm32f101 = ["stm32f1/stm32f101", "device-selected"]
stm32f103 = ["stm32f1/stm32f103", "device-selected"]