# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mop-bindings" version = "0.0.8" authors = ["Caio Fernandes "] description = "MOP - Bindings" readme = "README.md" keywords = ["mop"] license = "Apache-2.0" repository = "https://gitlab.com/c410-f3r/mop" [lib] crate-type = ["cdylib"] [dependencies.js-sys] version = "0.3.5" optional = true [dependencies.mop] version = "0.0.8" [dependencies.mop-common-deps] version = "0.0.8" [dependencies.mop-structs] version = "0.0.8" optional = true [dependencies.wasm-bindgen] version = "0.2.29" optional = true [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"]