# 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 = "flowscripter_template_wasm_rust_library" version = "1.1.9" exclude = [".github/"] description = "Project template for a Rust library compiled to WASM." homepage = "https://github.com/flowscripter" readme = "README.md" license = "MIT" repository = "https://github.com/flowscripter/template-wasm-rust-library" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.flowscripter_template_rust_library] version = "1.1.6" [dependencies.wasm-bindgen] version = "0.2.83" [dev-dependencies.wasm-bindgen-test] version = "0.3.33"