# 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 = "wasmer-engine-universal" version = "2.3.0" authors = ["Wasmer Engineering Team "] description = "Wasmer Universal Engine" readme = "README.md" keywords = ["wasm", "webassembly", "engine", "universal"] categories = ["wasm"] license = "MIT OR Apache-2.0 WITH LLVM-exception " repository = "https://github.com/wasmerio/wasmer" resolver = "2" [dependencies.cfg-if] version = "1.0" [dependencies.enumset] version = "1.0" [dependencies.leb128] version = "0.2" [dependencies.loupe] version = "0.1" [dependencies.rkyv] version = "0.7.20" [dependencies.wasmer-compiler] version = "=2.3.0" features = ["translator", "enable-rkyv"] [dependencies.wasmer-engine] version = "=2.3.0" [dependencies.wasmer-engine-universal-artifact] version = "=2.3.0" features = ["compiler"] [dependencies.wasmer-types] version = "=2.3.0" features = ["enable-rkyv"] [dependencies.wasmer-vm] version = "=2.3.0" features = ["enable-rkyv"] [features] compiler = ["wasmer-compiler/translator"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.region] version = "3.0" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winnt", "impl-default"] [badges.maintenance] status = "actively-developed"