Cleanup Cargo features and optionals

* Make sure all optional dependencies are not exposed automatically, but rather explicit
This commit is contained in:
Yuri Astrakhan 2023-09-01 00:02:03 -04:00
parent 8480a33ee5
commit 6db1764555

View File

@ -14,6 +14,7 @@ categories = [
[features]
std = ["alloc"]
alloc = []
defmt-03 = ["dep:defmt-03"]
[dependencies]
defmt-03 = { package = "defmt", version = "0.3", optional = true }