[package] name = "sardonyx_locale" version = "0.0.3" authors = ["Jonathan Baginski "] readme = "README.md" edition = "2018" description = """ Localisation bindings. """ exclude = ["examples/*"] license = "MIT/Apache-2.0" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] homepage = "https://sardonyx.io/" repository = "https://gitlab.com/patchedsoul/sardonyx" [dependencies] sardonyx_assets = { path = "../sardonyx_assets", version = ">= 0.0.3" } sardonyx_core = { path = "../sardonyx_core", version = ">= 0.0.3" } sardonyx_error = { path = "../sardonyx_error", version = ">= 0.0.3" } serde = { version = "1.0", features = ["derive"] } fluent = "0.7.0" unic-langid = { version = "0.4", features = ["macros"] } thread_profiler = { version = "0.3", optional = true } [features] profiler = [ "thread_profiler/thread_profiler" ]