mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
24 lines
658 B
TOML
24 lines
658 B
TOML
[package]
|
|
name = "wasmer-wasi"
|
|
version = "0.6.0"
|
|
description = "Wasmer runtime WASI implementation library"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1"
|
|
byteorder = "1.3.2"
|
|
generational-arena = { version = "0.2.2", features = ["serde"] }
|
|
libc = "0.2.60"
|
|
log = "0.4.8"
|
|
rand = "0.7.0"
|
|
time = "0.1.42"
|
|
serde = { version = "1", features = ["derive"] }
|
|
# wasmer-runtime-abi = { path = "../runtime-abi" }
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = "0.3.7"
|