2021-11-13 00:16:54 -06:00
|
|
|
[package]
|
|
|
|
name = "waffle"
|
|
|
|
version = "0.0.1"
|
|
|
|
description = "Wasm Analysis Framework For Lightweight Experiments"
|
2021-11-13 02:52:35 -06:00
|
|
|
authors = ["Chris Fallin <chris@cfallin.org>"]
|
2021-11-13 00:16:54 -06:00
|
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-14 00:25:27 -06:00
|
|
|
wasmparser = { git = 'https://github.com/cfallin/wasm-tools', rev = '03a81b6a6ed4d5d9730fa71bf65636a3b1538ce7' }
|
2021-11-13 00:16:54 -06:00
|
|
|
wasm-encoder = "0.3"
|
2021-11-13 02:52:35 -06:00
|
|
|
anyhow = "1.0"
|
|
|
|
structopt = "0.3"
|
|
|
|
log = "0.4"
|
2021-11-13 22:59:37 -06:00
|
|
|
env_logger = "0.9"
|
|
|
|
fxhash = "0.2"
|
2021-11-15 01:56:56 -06:00
|
|
|
smallvec = "1.7"
|