# 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 = "tim-systick-monotonic" version = "0.2.0" authors = ["Roman Isaikin "] description = "RTIC Monotonic implementation for STM32L0 and STM32F0 using linked timers." license = "MIT" repository = "https://github.com/romixlab/tim-systick-monotonic" [dependencies.cortex-m] version = "0.7" [dependencies.rtic-monotonic] version = "0.1.0-alpha.2" [dependencies.stm32f0] version = "0.13" optional = true [dependencies.stm32l0] version = "0.10" optional = true [dependencies.stm32h7] version = "0.13.0" optional = true [dependencies.embedded-hal] version = "0.2" [features] f0x1-tim15-tim16 = ["stm32f0/stm32f0x1"] f0x1-tim15-tim17 = ["stm32f0/stm32f0x1"] f0x2-tim15-tim17 = ["stm32f0/stm32f0x2"] l0x1-tim21-tim22 = ["stm32l0/stm32l0x1"] h743v-tim15-tim17 = ["stm32h7/stm32h743v"]