[package] name = "hassium-input" version = "0.1.3" authors = [ "Jonathan Baginski ",] edition = "2018" description = "Input module for Hassium home automation engine" license-file = "../LICENSE" homepage = "https://hassium.io" repository = "https://gitlab.com/hassium/smarthome-engine" documentation = "https://docs.rs/hassium-input" readme = "../README.md" [features] parallel = [ "hassium-core/parallel",] [dependencies.hassium-core] version = "0.1.3" path = "../hassium-core"