f3 0.6.1

Board Support Crate for the STM32F3DISCOVERY
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 = "f3"
version = "0.6.1"
authors = ["Jorge Aparicio <jorge@japaric.io>"]
description = "Board Support Crate for the STM32F3DISCOVERY"
documentation = "https://docs.rs/f3"
keywords = ["arm", "cortex-m", "stm32"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/japaric/f3"
[profile.release]
lto = true
codegen-units = 1
debug = true
[dependencies.l3gd20]
version = "0.2.0"

[dependencies.lsm303dlhc]
version = "0.2.0"

[dependencies.stm32f30x-hal]
version = "0.2.0"
[dev-dependencies.aligned]
version = "0.2.0"

[dev-dependencies.byteorder]
version = "1.2.1"
default-features = false

[dev-dependencies.cast]
version = "0.2.2"
default-features = false

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

[dev-dependencies.cortex-m]
version = "0.5.0"

[dev-dependencies.cortex-m-rt]
version = "0.5.0"

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

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

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

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

[dev-dependencies.stm32f30x-hal]
version = "0.2.0"
features = ["rt"]

[features]
rt = ["stm32f30x-hal/rt"]