[package] name = "homekit" version = "0.0.0" authors = ["Ferdia McKeogh "] edition = "2018" description = "`no_std` HomeKit Accessory Protocol implementation" license = "MPL-2.0" documentation = "https://docs.rs/homekit" homepage = "https://github.com/chocol4te/homekit" repository = "https://github.com/chocol4te/homekit" [dependencies] rubble = { version = "0.0.2" , features = ["log"] } byteorder = { version = "1.3.1", default-features = false } [dev-dependencies] insta = "0.7.4"