wasm_split_helpers 0.2.1

Split a WASM module into lazily loadable chunks
Documentation
# 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_split_helpers"
version = "0.2.1"
authors = [
    "Greg Johnston <greg.johnston@gmail.com>",
    "Jeremy Maitin-Shepard <jbms@google.com>",
    "Martin Molzer <worldsbegin@gmx.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Split a WASM module into lazily loadable chunks"
readme = "README.md"
categories = [
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WorldSEnder/wasm-split-prototype"

[lib]
name = "wasm_split_helpers"
path = "src/lib.rs"

[dependencies.async-once-cell]
version = "0.5.3"

[dependencies.wasm_split_macros]
version = ">= 0.2.1, < 0.3"