# 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-artifact" version = "2.3.0" authors = ["Wasmer Engineering Team "] description = "Wasmer Engine Universal Artifact abstraction" readme = "README.md" keywords = ["wasm", "webassembly", "engine"] categories = ["wasm"] license = "MIT OR Apache-2.0 WITH LLVM-exception " repository = "https://github.com/wasmerio/wasmer" resolver = "2" [dependencies.enum-iterator] version = "0.7.0" [dependencies.enumset] version = "1.0" [dependencies.loupe] version = "0.1" [dependencies.rkyv] version = "0.7.20" [dependencies.thiserror] version = "1.0" [dependencies.wasmer-artifact] version = "=2.3.0" [dependencies.wasmer-compiler] version = "=2.3.0" features = ["translator"] [dependencies.wasmer-types] version = "=2.3.0" [features] compiler = [] [badges.maintenance] status = "actively-developed"