drone-stm32 0.4.0

Drone RTOS bindings for STM32 MCUs.
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]
name = "drone-stm32"
version = "0.4.0"
authors = ["Valentine Valyaeff <valentine.valyaeff@gmail.com>"]
description = "Drone RTOS bindings for STM32 MCUs."
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/valff/drone-stm32"
[dependencies.drone]
version = "0.4"

[dependencies.clippy]
version = "0.0"
optional = true
[build-dependencies.Inflector]
version = "0.10"

[build-dependencies.error-chain]
version = "0.11"

[build-dependencies.serde-xml-rs]
version = "0.2"

[build-dependencies.lazy_static]
version = "0.2"

[build-dependencies.regex]
version = "0.2"

[build-dependencies.serde]
version = "1"

[build-dependencies.serde_derive]
version = "1"

[features]
stm32f103 = []
stm32l4x1 = []
stm32l4x6 = []
stm32f107 = []
stm32l4x3 = []
stm32f102 = []
stm32f101 = []
stm32l4x5 = []
stm32f100 = []
stm32l4x2 = []
default = []