# 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" name = "stm32wb-hci" version = "0.17.2" authors = [ "Daniel Gallagher ", "Ghaith Oueslati ", ] exclude = ["tests"] description = "Implementation of the Bluetooth HCI for the STM32WB family" readme = "README.md" keywords = [ "ble", "bluetooth", "stm32", ] categories = [ "embedded", "hardware-support", "no-std", "async", ] license = "MIT/Apache-2.0" repository = "https://github.com/OueslatiGhaith/stm32wb-hci" [dependencies.bitflags] version = "2.4.1" [dependencies.byteorder] version = "1.5.0" default_features = false [dependencies.defmt] version = "0.3" optional = true [dev-dependencies.tokio] version = "1.35" features = [ "rt", "rt-multi-thread", "macros", ] [features] defmt = ["dep:defmt"]