Skip to content

Commit

Permalink
Reduce deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 18, 2025
1 parent c84cfa5 commit 923b3df
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions rs-matter-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,20 @@ default = ["rs-matter-stack"]
[dependencies]
log = { version = "0.4", default-features = false }
heapless = "0.8"
enumset = { version = "1", default-features = false }
embassy-futures = "0.1"
embassy-sync = "0.6"
embassy-time = "0.4"
embassy-net = { version = "0.6", features = ["proto-ipv4", "proto-ipv6"] }
#embedded-svc = { version = "0.28", default-features = false }
rs-matter = { version = "0.1", default-features = false, features = ["rustcrypto"] }
rs-matter-stack = { git = "https://github.com/ivmarkov/rs-matter-stack", default-features = false, optional = true, features = ["rustcrypto"] }
edge-nal = "0.5"
embassy-net = { version = "0.6", features = ["proto-ipv4", "proto-ipv6", "multicast"] }
edge-nal-embassy = "0.5"
embedded-storage-async = "0.4.1"
sequential-storage = "3"
trouble-host = { version = "0.1", git = "https://github.com/ivmarkov/trouble", branch = "const-and-others" }
#trouble-host = { version = "0.1", path = "../../trouble/host" }
bt-hci = { version = "0.1", default-features = false }
embedded-io = "0.6"
scopeguard = { version = "1", default-features = false }
esp-hal = { version = "0.23", features = ["esp32"] }
esp-wifi = { version = "0.12", features = ["esp32", "ble", "wifi"] }
rs-matter = { version = "0.1", default-features = false, features = ["rustcrypto"] }
rs-matter-stack = { git = "https://github.com/ivmarkov/rs-matter-stack", default-features = false, optional = true, features = ["rustcrypto"] }
static_cell = "2"
smoltcp = { version = "0.12", default-features = false }

[dev-dependencies]
embassy-time-queue-utils = { version = "0.1", features = ["generic-queue-64"] }
Expand Down

0 comments on commit 923b3df

Please sign in to comment.