# 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.8.3" authors = ["Valentine Valyaeff "] description = "Drone for STM32." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/drone-os/drone-stm32" [profile.test] incremental = false [profile.dev] incremental = false [dependencies.drone-core] version = "0.8.3" [dependencies.drone-stm32-macros] version = "0.8.3" [dependencies.failure] version = "=0.1.1" default-features = false [dependencies.failure_derive] version = "=0.1.1" default-features = false [dependencies.futures-preview] version = "0.2" default-features = false [build-dependencies.drone-mirror-failure] version = "=0.1.1" features = ["std"] default-features = false [build-dependencies.drone-stm32-svd] version = "0.8.3" [features] default = [] stm32f100 = [] stm32f101 = [] stm32f102 = [] stm32f103 = [] stm32f107 = [] stm32l4x1 = [] stm32l4x2 = [] stm32l4x3 = [] stm32l4x5 = [] stm32l4x6 = []