interstice-core 0.4.0

Core runtime for loading and executing Interstice WASM modules
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 = "interstice-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime for loading and executing Interstice WASM modules"
readme = "README.md"
keywords = [
    "interstice",
    "wasm",
    "runtime",
    "wasmtime",
]
license = "MIT"
repository = "https://github.com/naloween/interstice"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.anyhow]
version = "1.0"

[dependencies.colored_text]
version = "0.3.0"

[dependencies.cpal]
version = "0.15.3"

[dependencies.interstice-abi]
version = "0.4.0"

[dependencies.notify]
version = "6.1"

[dependencies.pollster]
version = "0.4.0"

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

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
version = "1.20"
features = ["v4"]

[dependencies.wasmtime]
version = "41.0.2"
features = ["component-model"]

[dependencies.wgpu]
version = "28.0"

[dependencies.winit]
version = "0.30.12"