[package] name = "sardonyx_test" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "sardonyx test utilities crate" 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 = { path = "..", version = ">= 0.0.1" } derivative = "1.0" derive-new = "0.5" lazy_static = "1.3" [features] default = [] nightly = ["sardonyx/nightly"] empty = ["sardonyx/empty"] metal = ["sardonyx/metal"] vulkan = ["sardonyx/vulkan"] # Used to tag tests that need an audio backend to run. audio = []