[package] name = "sardonyx_config" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "Loading from .ron files into Rust structures with defaults to prevent hard errors." exclude = ["examples/*"] 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] ron = "0.5" serde = "1.0" log = "0.4.6" thread_profiler = { version = "0.3", optional = true } [dev-dependencies] serde_derive = "1" [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = []