# 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 = "embedded-async-timer" version = "0.1.0" authors = ["Wouter Geraedts "] description = "Async timers for embedded devices" readme = "README.md" keywords = ["embedded", "async", "timer", "hal"] categories = ["asynchronous", "embedded", "no-std"] license = "MIT" repository = "https://github.com/tweedegolf/embedded-async-timer" [package.metadata.docs.rs] all-features = true [dependencies.arraydeque] version = "0.4.5" default-features = false [dependencies.bare-metal] version = "0.2.5" [dependencies.cortex-m] version = "0.6.2" optional = true [dependencies.stm32f1xx-hal] version = "0.5.3" features = ["rt"] optional = true [dependencies.stm32l4xx-hal] version = "0.5.0" features = [] optional = true [features] default = ["stm32f103"] stm32f103 = ["stm32f1xx-hal/stm32f103", "cortex-m"] stm32l4x6 = ["stm32l4xx-hal/stm32l4x6", "cortex-m"]