wasmer/lib/golang/Cargo.toml

27 lines
661 B
TOML

[package]
name = "wasmer-golang"
version = "0.3.0"
description = "Wasmer runtime golang implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.3.0" }
lazy_static = "1.2.0"
libc = { git = "https://github.com/rust-lang/libc" }
byteorder = "1"
time = "0.1.41"
rand = "0.6"
[target.'cfg(windows)'.dependencies]
rand = "0.6"
[dev-dependencies]
wasmer-clif-backend = { path = "../clif-backend", version = "0.3.0" }
wabt = "0.7.2"
[build-dependencies]
glob = "0.2.11"