2019-02-14 17:58:33 +00:00
|
|
|
[package]
|
|
|
|
name = "wasmer-win-exception-handler"
|
2019-07-23 18:20:59 +00:00
|
|
|
version = "0.5.7"
|
2019-02-14 17:58:33 +00:00
|
|
|
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-23 18:20:59 +00:00
|
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.7" }
|
2019-02-14 17:58:33 +00:00
|
|
|
winapi = { version = "0.3", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
|
2019-02-25 21:28:37 +00:00
|
|
|
libc = "0.2.49"
|
2019-02-14 17:58:33 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cmake = "0.1.35"
|
|
|
|
bindgen = "0.46.0"
|
|
|
|
regex = "1.0.6"
|