# 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 = "wasm-init" version = "0.2.2" authors = ["Ruan Pearce-Authers "] description = "Let's pretend that life-before-main exists for Rust targeting WebAssembly" readme = "README.md" license = "MIT" repository = "https://github.com/returnString/wasm-init" [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] [features] auto-init = [] [target."cfg(target_family = \"wasm\")".dependencies.gensym] version = "0.1" [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2"