# 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 = "2018" name = "peepmatic-runtime" version = "0.78.0" authors = ["Nick Fitzgerald "] description = "Runtime support for peepmatic peephole optimizers" license = "Apache-2.0 WITH LLVM-exception" resolver = "2" [dependencies.bincode] version = "1.2.1" [dependencies.bumpalo] version = "3.2.0" [dependencies.log] version = "0.4.8" [dependencies.peepmatic-automata] version = "=0.78.0" features = ["serde"] [dependencies.peepmatic-traits] version = "=0.78.0" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.thiserror] version = "1.0.15" [dependencies.wast] version = "38.0.0" optional = true [dev-dependencies.serde_test] version = "1.0.114" [features] construct = ["wast"]