[package] name = "yoloxide" version = "0.4.4" authors = ["Matrixmage "] edition = "2018" repository = "https://github.com/Jerald/yoloxide" license = "MIT" description = "A rusty implementation of the Yolol language from the upcoming game Starbase." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [dependencies] serde = { version = "1.0.99", features = ["derive"] } serde_json = "1.0.40" cylon_ast = "0.4.0" yolol_number = "0.9.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } [dev-dependencies] wasm-bindgen-test = "0.2.48"