wasmer/lib/runtime-abi/Cargo.toml

29 lines
614 B
TOML
Raw Normal View History

[package]
name = "wasmer-runtime-abi"
2019-05-16 21:39:13 +00:00
version = "0.4.2"
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-03-26 02:43:52 +00:00
libc = "0.2.50"
2019-03-12 20:36:11 +00:00
wasmer-runtime-core = { path = "../runtime-core" }
hashbrown = "0.1"
failure = "0.1"
tar = "0.4"
wasmparser = "0.29.2"
2019-03-13 21:22:32 +00:00
zstd = "0.4"
2019-03-24 23:38:45 +00:00
2019-03-27 23:06:42 +00:00
[target.'cfg(unix)'.dependencies.zbox]
2019-03-24 23:38:45 +00:00
git = "https://github.com/wasmerio/zbox"
branch = "bundle-libsodium"
features = ["libsodium-bundled"]
[dev-dependencies]
tempdir = "0.3"
[features]
debug = []