[package] name = "hassliebe" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] dry_run = [] # will prevent some actions like shutting down [dependencies] anyhow = "1.0.69" env_logger = "0.10.0" json = "0.12.4" log = "0.4.17" mac_address = "1.1.4" rumqttc = "0.20.0" tokio = { version = "1.25.0", features = ["full"] }