# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasi-process" version = "0.3.2" authors = ["Noah <33094578+coolreader18@users.noreply.github.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.typetag] version = "0.1.5" [dependencies.wasmer] version = "1.0.0" default-features = false [dependencies.wasmer-wasi] version = "1.0.0" [dev-dependencies.tokio] version = "1.4" features = ["macros", "io-std"] [dev-dependencies.wasmer] version = "1.0.0"