# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "lora-e5-bsp" version = "0.6.1" authors = ["Alex Martens "] description = "Board support package for the seeed LoRa-E5 development kit" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32", "bsp", "seeed", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stm32-rs/stm32wlxx-hal" resolver = "2" [package.metadata.docs.rs] all-features = false features = [ "rt", "embedded-time", "chrono", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.defmt] version = "0.3" optional = true [dependencies.stm32wlxx-hal] version = "=0.6.1" features = ["stm32wle5"] [features] chrono = ["stm32wlxx-hal/chrono"] defmt = [ "stm32wlxx-hal/defmt", "dep:defmt", ] embedded-time = ["stm32wlxx-hal/embedded-time"] rt = ["stm32wlxx-hal/rt"]