wasmer/lib/win-exception-handler/Cargo.toml

19 lines
584 B
TOML
Raw Permalink Normal View History

[package]
name = "wasmer-win-exception-handler"
2019-07-31 17:28:45 +00:00
version = "0.6.0"
description = "Wasmer runtime exception handling for Windows"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[target.'cfg(windows)'.dependencies]
2019-07-31 17:28:45 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
2019-08-01 06:21:56 +00:00
winapi = { version = "0.3.7", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
2019-08-01 06:03:52 +00:00
libc = "0.2.60"
[build-dependencies]
2019-08-01 06:21:56 +00:00
cmake = "0.1.40"
bindgen = "0.51.0"
regex = "1.2.0"