# 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 = "js-helpers" version = "0.1.7" authors = ["Devin Jean "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy interop utils for js objects in wasm" documentation = "https://docs.rs/js-helpers" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dragazo/js-helpers-rs" [lib] name = "js_helpers" path = "src/lib.rs" [[test]] name = "js" path = "tests/js.rs" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = ["Window"] [dev-dependencies.wasm-bindgen-test] version = "0.3"