wasmer/lib/runtime-abi/Cargo.toml
2019-03-13 14:23:55 -07:00

24 lines
471 B
TOML

[package]
name = "wasmer-runtime-abi"
version = "0.2.1"
description = "Wasmer runtime core 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" }
hashbrown = "0.1"
failure = "0.1"
tar = "0.4"
wasmparser = "0.23.0"
zstd = "0.4"
zbox = "0.6.1"
[dev-dependencies]
tempdir = "0.3"
[features]
debug = []