wasmer/lib/runtime-abi/Cargo.toml

28 lines
604 B
TOML
Raw Normal View History

[package]
name = "wasmer-runtime-abi"
2019-07-31 17:28:45 +00:00
version = "0.6.0"
description = "Wasmer runtime core library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[dependencies]
2019-08-01 06:03:52 +00:00
libc = "0.2.60"
2019-03-12 20:36:11 +00:00
wasmer-runtime-core = { path = "../runtime-core" }
failure = "0.1"
tar = "0.4"
2019-08-01 06:21:56 +00:00
wasmparser = "0.35.1"
2019-03-13 21:22:32 +00:00
zstd = "0.4"
2019-03-24 23:38:45 +00:00
2019-05-24 17:13:08 +00:00
# [target.'cfg(unix)'.dependencies.zbox]
# git = "https://github.com/wasmerio/zbox"
# branch = "bundle-libsodium"
# features = ["libsodium-bundled"]
[dev-dependencies]
tempdir = "0.3"
[features]
debug = []