diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 9 insertions, 2 deletions
| @@ -1,7 +1,14 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-ha" | 2 | name = "embassy-ha" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2024" | 4 | edition = "2021" |
| 5 | authors = ["diogo464 <[email protected]>"] | ||
| 6 | description = "MQTT Home Assistant integration library for Embassy async runtime" | ||
| 7 | license = "MIT OR Apache-2.0" | ||
| 8 | repository = "https://github.com/diogo464/embassy-ha" | ||
| 9 | readme = "README.md" | ||
| 10 | keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"] | ||
| 11 | categories = ["embedded", "network-programming"] | ||
| 5 | 12 | ||
| 6 | [features] | 13 | [features] |
| 7 | default = [] | 14 | default = [] |
| @@ -9,7 +16,7 @@ defmt = ["dep:defmt", "embassy-net/defmt", "embassy-sync/defmt"] | |||
| 9 | tracing = ["dep:tracing"] | 16 | tracing = ["dep:tracing"] |
| 10 | 17 | ||
| 11 | [dependencies] | 18 | [dependencies] |
| 12 | embedded-mqtt = { path = "./embedded-mqtt" , features = ["embassy-net"] } | 19 | embedded-mqtt = { path = "./embedded-mqtt" } |
| 13 | embassy-net = { version = "0.7.1", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] } | 20 | embassy-net = { version = "0.7.1", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] } |
| 14 | heapless = "0.9.2" | 21 | heapless = "0.9.2" |
| 15 | embassy-time = { version = "0.5.0" } | 22 | embassy-time = { version = "0.5.0" } |
