# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "emscripten-val" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust wrapper around the emscripten/val api" homepage = "https://github.com/MoAlyousef/emscripten-val" readme = "README.md" keywords = [ "emscripten", "bindings", ] categories = [ "api-bindings", "wasm", ] license = "MIT" repository = "https://github.com/MoAlyousef/emscripten-val" [lib] name = "emscripten_val" path = "src/lib.rs" [[example]] name = "audio" path = "examples/audio.rs" [[example]] name = "console" path = "examples/console.rs" [[example]] name = "dom" path = "examples/dom.rs" [[example]] name = "emscripten-funcs" path = "examples/emscripten-funcs.rs" [dependencies.emscripten-val-sys] version = "=0.1.7" [dev-dependencies.emscripten-functions] version = "0.2"