# 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 = "drone-stm32-map" version = "0.14.0" authors = ["Valentine Valyaeff "] exclude = ["/svd_files"] description = "STM32 peripheral mappings for Drone, an Embedded Operating System.\n" homepage = "https://www.drone-os.com/" documentation = "https://api.drone-os.com/drone-stm32-map/0.14/drone_stm32_map/" readme = "README.md" keywords = ["stm32", "cortex", "arm", "rtos", "bare-metal"] categories = ["embedded", "asynchronous", "concurrency", "no-std", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/drone-os/drone-stm32-map" resolver = "2" [dependencies.drone-core] version = "0.14.0" [dependencies.drone-cortexm] version = "0.14.0" [dependencies.drone-stm32-map-periph-adc] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-dma] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-exti] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-gpio] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-i2c] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-rtc] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-spi] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-tim] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-periph-uart] version = "=0.14.0" optional = true [dependencies.drone-stm32-map-pieces] version = "=0.14.0" [features] adc = ["drone-stm32-map-periph-adc"] default = [] dma = ["drone-stm32-map-periph-dma"] exti = ["drone-stm32-map-periph-exti"] gpio = ["drone-stm32-map-periph-gpio"] i2c = ["drone-stm32-map-periph-i2c"] rtc = ["drone-stm32-map-periph-rtc"] spi = ["drone-stm32-map-periph-spi"] std = ["drone-core/std", "drone-cortexm/std"] tim = ["drone-stm32-map-periph-tim"] uart = ["drone-stm32-map-periph-uart"] [badges.maintenance] status = "actively-developed"