mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
29 lines
622 B
TOML
29 lines
622 B
TOML
[package]
|
|
name = "wasmer-runtime-abi"
|
|
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]
|
|
libc = "0.2.50"
|
|
wasmer-runtime-core = { path = "../runtime-core" }
|
|
hashbrown = "0.1"
|
|
failure = "0.1"
|
|
tar = "0.4"
|
|
wasmparser = "0.29.2"
|
|
zstd = "0.4"
|
|
|
|
# [target.'cfg(unix)'.dependencies.zbox]
|
|
# git = "https://github.com/wasmerio/zbox"
|
|
# branch = "bundle-libsodium"
|
|
# features = ["libsodium-bundled"]
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|
|
|
|
[features]
|
|
debug = []
|