wasmer/lib/runtime-abi/Cargo.toml

28 lines
604 B
TOML
Raw Normal View History

[package]
name = "wasmer-runtime-abi"
2019-07-31 10:28:45 -07: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-07-31 23:03:52 -07:00
libc = "0.2.60"
2019-03-12 13:36:11 -07:00
wasmer-runtime-core = { path = "../runtime-core" }
failure = "0.1"
tar = "0.4"
2019-07-31 23:21:56 -07:00
wasmparser = "0.35.1"
2019-03-13 14:22:32 -07:00
zstd = "0.4"
2019-03-24 16:38:45 -07:00
2019-05-24 10:13:08 -07: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 = []