[package] name = "tuna" version = "0.1.0" authors = ["Tom Solberg "] edition = "2018" license = "MIT OR Apache-2.0" description = "Tuna-bles for live-tweaking of variables, for games and other applications." homepage = "https://github.com/tgolsson/tuna" repository = "https://github.com/tgolsson/tuna" [dependencies] lazy_static = "1.4.0" log = "0.4" nanoserde = "0.1.25" parking_lot = "0.11.1" tuna-macros = { version = "0.1.0", path = "../tuna-macros" } [dev-dependencies] serial_test = "0.5.1" [features] wasm-bindgen = ["parking_lot/wasm-bindgen"] default = []