summaryrefslogtreecommitdiffstats
path: root/third_party/rust/lucet-runtime-internals-wasmsbx/Cargo.toml
blob: b48540fdf68e8a175df249ce6ab29f7c51f396bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "lucet-runtime-internals-wasmsbx"
version = "0.1.1"
description = "Pure Rust runtime for Lucet WebAssembly toolchain (internals)"
homepage = "https://github.com/fastly/lucet"
repository = "https://github.com/fastly/lucet"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
authors = ["Lucet team <lucet@fastly.com>"]
edition = "2018"

[dependencies]
lucet-module = { path = "../../lucet-module", version = "0.1.1", package="lucet-module-wasmsbx" }

bitflags = "1.0"
bincode = "1.1.4"
byteorder = "1.3"
failure = "0.1"
lazy_static = "1.1"
libc = "0.2.65"
libloading = "0.5"
memoffset = "0.5.1"
nix = "0.13"
num-derive = "0.3"
num-traits = "0.2"
xfailure = "0.1"
raw-cpuid = "7.0.3"

[dev-dependencies]
byteorder = "1.2"

[build-dependencies]
cc = "1.0"

[features]
signature_checking = ["lucet-module/signature_checking"]