# 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 = "2018" name = "web-assembly-whipshout" version = "1.0.0" authors = ["Eduardo Sánchez "] include = ["**/*.rs", "Cargo.toml"] description = "Learning Web Assembly" homepage = "https://www.npmjs.com/package/web-assembly-whipshout" license = "MIT OR Apache-2.0" repository = "https://github.com/Whipshout/WebAssemblyTest" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.js-sys] version = "0.3.54" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.wasm-bindgen] version = "0.2.63" features = ["serde-serialize"] [dependencies.web-sys] version = "0.3.54" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features]