# 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 = "2018"
name = "wasi-process2"
version = "0.3.6"
authors = [
    "Noa <coolreader18@gmail.com>",
    "Anton <antonoutkine@gmail.com>",
]
description = "A library to run wasi modules as pseudo-processes"
license = "MIT"
repository = "https://github.com/robot-rumble/wasi-process"

[dependencies.bytes]
version = "1.0"

[dependencies.parking_lot]
version = "0.11"

[dependencies.serde]
version = "1.0.114"

[dependencies.tokio]
version = "1.4"
features = [
    "io-util",
    "rt",
    "rt-multi-thread",
]

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

[dependencies.wasmer-wasi]
version = "2.0.0"

[dev-dependencies.tokio]
version = "1.4"
features = [
    "macros",
    "io-std",
]

[dev-dependencies.wasmer]
version = "2.0.0"