mashin_runtime 0.1.6

The mashin runtime engine
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 = "mashin_runtime"
version = "0.1.6"
authors = ["the Mashin authors <hey@mashin.land>"]
description = "The mashin runtime engine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nutshimit/mashin"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.deno_console]
version = "=0.95.0"

[dependencies.deno_core]
version = "=0.177.0"

[dependencies.deno_fetch]
version = "=0.119.0"

[dependencies.deno_url]
version = "=0.95.0"

[dependencies.deno_web]
version = "=0.126.0"

[dependencies.deno_webidl]
version = "=0.95.0"

[dependencies.deno_websocket]
version = "=0.100.0"

[dependencies.dlopen]
version = "0.1.8"

[dependencies.libffi]
version = "3.1.0"

[dependencies.log]
version = "0.4.17"

[dependencies.mashin_core]
version = "0.1.6"

[dependencies.serde]
version = "1.0.160"
features = [
    "derive",
    "rc",
]

[dependencies.serde-value]
version = "0.7"

[dependencies.tokio]
version = "=1.25.0"
features = [
    "full",
    "fs",
    "rt-multi-thread",
]

[target."cfg(windows)".dependencies.winapi]
version = "=0.3.9"
features = [
    "errhandlingapi",
    "minwindef",
    "ntdef",
    "winbase",
    "winnt",
]