espre-c6/lib/mqtt/Cargo.toml

17 lines
559 B
TOML
Raw Permalink Normal View History

[package]
name = "mqtt"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
blocking-network-stack = { git = "https://github.com/bjoernQ/blocking-network-stack.git", rev = "b3ecefc222d8806edd221f266999ca339c52d34e" }
embedded-io = { version = "0.6.1", default-features = false }
mqttrust = "0.6.0"
smoltcp = { version = "0.12.0", default-features = false, features = [ "medium-ethernet", "socket-raw"] }
[features]
ipv4 = ["smoltcp/proto-ipv4"]
tcp = ["ipv4", "smoltcp/socket-tcp"]