genotype_wasm 0.17.0

Genotype language Wasm crate
# 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 = "genotype_wasm"
version = "0.17.0"
authors = ["Sasha Koss <koss@nocorp.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genotype language Wasm crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kossnocorp/genotype"

[features]
default = ["console_error_panic_hook"]

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

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[dependencies.futures]
version = "0.3.31"

[dependencies.genotype_backend]
version = "0.17.0"

[dependencies.genotype_compiler]
version = "0.17.0"
features = ["wasm"]
default-features = false

[dependencies.genotype_project_core]
version = "0.17.0"

[dependencies.js-sys]
version = "0.3.95"

[dependencies.miette]
version = "7.6.0"
features = ["serde"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.wasm-bindgen]
version = "0.2.84"

[dependencies.wasm-bindgen-futures]
version = "0.4.45"

[dependencies.wasm-bindgen-test]
version = "0.3.76"