[package] name = "homekit-controller" version = "0.6.5" edition = "2021" license = "Apache-2.0" description = "Partial implementation of the HomeKit controller protocol" authors = ["Alex Janka"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" log = "0.4" x25519-dalek = { version = "2", features = ["getrandom"] } ed25519-dalek = { version = "2" } chacha20poly1305 = "0.10.1" hkdf = "0.12.4" sha2 = "0.10" hex = { version = "0.4", features = ["serde"] } http = "1.0" httparse = "1.8" tokio = { version = "1.36", features = ["net"] } strum = "0.26" strum_macros = "0.26" mdns = "3.0.0" futures-util = "0.3.30"