sm64-binds 1.0.21

Mario 64 using WASM. Requires a US .z64 version ROM to work (8.00MB)
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 = "2024"
name = "sm64-binds"
version = "1.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mario 64 using WASM. Requires a US .z64 version ROM to work (8.00MB)"
readme = false
license = "MIT OR Apache-2.0"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "--enable-nontrapping-float-to-int",
    "--enable-bulk-memory",
]

[features]
default = [
    "wasmer/sys",
    "wasmer/cranelift",
    "fs",
]
fs = []
wasm_js = ["wasmer/js-default"]

[lib]
name = "sm64_binds"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.sha1]
version = "0.10.6"

[dependencies.wasmer]
version = "6.1.0"
default-features = false

[dependencies.zip]
version = "6.0.0"

[dev-dependencies.plotters]
version = "0.3"