[package] name = "weval" description = "The WebAssembly partial evaluator" repository = "https://github.com/bytecodealliance/weval" version = "0.3.3" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception" edition = "2021" exclude = ["/npm", "/ci"] [dependencies] waffle = "0.1.1" anyhow = "1.0" structopt = "0.3" log = "0.4" env_logger = "0.11" fxhash = "0.2" rayon = "1.8" indicatif = "0.17" wizer = "5.0" bincode = "1.3.3" sha2 = "0.10.8" sqlite = "0.36.0" serde = { version = "1.0.197", features = ["derive"] }