[package] | |
name = "bt-gatt" | |
version = "0.0.1" | |
edition = "2021" | |
license = "BSD-2-Clause" | |
[features] | |
default = [] | |
test-utils = [] | |
[dependencies] | |
thiserror = "1.0.23" | |
futures = "0.3.19" | |
parking_lot = "0.12.1" | |
### in-tree dependencies | |
bt-common = { path = "../bt-common" } | |
[dev-dependencies] | |
assert_matches = "1.5.0" | |
bt-gatt = { path = ".", features = ["test-utils"] } |