waffle/Cargo.toml

21 lines
420 B
TOML
Raw Normal View History

2021-11-13 06:16:54 +00:00
[package]
name = "waffle"
2023-02-08 01:36:23 +00:00
version = "0.0.3"
2021-11-13 06:16:54 +00:00
description = "Wasm Analysis Framework For Lightweight Experiments"
authors = ["Chris Fallin <chris@cfallin.org>"]
2021-11-13 06:16:54 +00:00
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
[dependencies]
2022-11-23 07:30:11 +00:00
wasmparser = "0.95"
2022-11-23 07:31:02 +00:00
wasm-encoder = "0.20"
anyhow = "1.0"
structopt = "0.3"
log = "0.4"
2021-11-14 04:59:37 +00:00
env_logger = "0.9"
fxhash = "0.2"
2021-11-22 01:15:26 +00:00
smallvec = "1.7"
2021-12-24 21:00:21 +00:00
rayon = "1.5"
lazy_static = "1.4"
libc = "0.2"