[package] name = "machinery" version = "0.12.0" license = "MIT OR Apache-2.0" description = "Utilities and safe wrappers for working with The Machinery game engine" repository = "https://gitlab.com/celphase/machinery-rs" edition = "2018" [dependencies] const-cstr = "0.3.0" tracing = "0.1.26" machinery-api = { version = "0.5.0", path = "../machinery-api" } machinery-macros = { version = "0.5.0", path = "../machinery-macros" }