[dependencies] mop = { path = "..", version = "0.0.8" } mop-common-deps = { path = "../mop-common-deps", version = "0.0.8" } mop-structs = { optional = true, path = "../mop-structs", version = "0.0.8" } js-sys = { optional = true, version = "0.3.5" } wasm-bindgen = { optional = true, version = "0.2.29" } [features] default = ["wasm"] wasm = [ "js-sys", "mop-common-deps/rand", "mop-common-deps/std", "mop-common-deps/wasm-bindgen1", "mop-structs/rand", "mop-structs/std", "mop/std", "wasm-bindgen" ] [lib] crate-type = ["cdylib"] [package] authors = ["Caio Fernandes "] description = "MOP - Bindings" edition = "2018" keywords = ["mop"] license = "Apache-2.0" name = "mop-bindings" readme = "README.md" repository = "https://gitlab.com/c410-f3r/mop" version = "0.0.8"