[package] name = "sardonyx_utils" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "sardonyx utils" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] homepage = "https://sardonyx.io/" repository = "https://gitlab.com/patchedsoul/sardonyx" license = "MIT/Apache-2.0" [dependencies] sardonyx_assets = { path = "../sardonyx_assets", version = ">= 0.0.3" } sardonyx_controls = { path = "../sardonyx_controls", version = ">= 0.0.3" } sardonyx_core = { path = "../sardonyx_core", version = ">= 0.0.3" } sardonyx_error = { path = "../sardonyx_error", version = ">= 0.0.3" } sardonyx_derive = { path = "../sardonyx_derive", version = ">= 0.0.3" } sardonyx_rendy = { path = "../sardonyx_rendy", version = ">= 0.0.3" } sardonyx_window = { path = "../sardonyx_window", version = ">= 0.0.3" } log = "0.4.6" serde = { version = "1.0", features = ["derive"] } specs-derive = "0.4.0" specs-hierarchy = "0.5.1" thread_profiler = { version = "0.3", optional = true } [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = [ "sardonyx_core/nightly" ]