# 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 = "wasmo_runtime" version = "0.1.0" description = "The Wasmo Runtime" license-file = "LICENSE" repository = "https://github.com/appcypher/wasmo" [lib] path = "lib/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.bytecheck] version = "0.6.7" [dependencies.env_logger] version = "0.9.0" [dependencies.llvm-sys] version = "130" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wasmparser] version = "0.82.0" [dependencies.wat] version = "1.0.41"