# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "weval" version = "0.3.3" authors = ["Chris Fallin "] build = false exclude = [ "/npm", "/ci", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The WebAssembly partial evaluator" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/weval" [[bin]] name = "weval" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.env_logger] version = "0.11" [dependencies.fxhash] version = "0.2" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.8" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.sqlite] version = "0.36.0" [dependencies.structopt] version = "0.3" [dependencies.waffle] version = "0.1.1" [dependencies.wizer] version = "5.0"