[package] name = "trouble-example-apps" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [dependencies] trouble-host = { version = "0.2.0", features = ["derive", "scan"] } bt-hci = { version = "0.3.2" } embassy-executor = { version = "0.7.0" } embassy-futures = "0.1.1" embassy-sync = { version = "0.7" } embassy-time = "0.4" embedded-hal = "1.0" static_cell = "2" embedded-io = "0.6" heapless = "0.8" rand_core = { version = "0.6", default-features = false } defmt = { version = "1.0.1", optional = true } log = { version = "0.4", optional = true } [features] defmt = [ "dep:defmt", "trouble-host/defmt", "bt-hci/defmt", "embedded-io/defmt-03", "embedded-hal/defmt-03", ] log = ["dep:log", "trouble-host/log", "bt-hci/log"] security = ["trouble-host/security"]