# 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-near" version = "2.4.1" authors = ["Wasmer Engineering Team "] description = "High-performance WebAssembly runtime" readme = "README.md" keywords = [ "wasm", "webassembly", "runtime", "vm", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" resolver = "2" [package.metadata.docs.rs] features = [ "compiler", "core", "cranelift", "default-compiler", "default-engine", "engine", "jit", "llvm", "native", "singlepass", "sys", "sys-default", "universal", ] [lib] name = "wasmer" [dependencies.cfg-if] version = "1.0" [dependencies.indexmap] version = "1.6" [dependencies.more-asserts] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.wat] version = "1.0" optional = true [features] compiler = [ "sys", "wasmer-compiler/translator", "wasmer-engine-universal/compiler", ] core = [] cranelift = [ "compiler", "wasmer-compiler-cranelift", ] default = ["sys-default"] default-compiler = [] default-cranelift = [ "default-compiler", "cranelift", ] default-engine = [] default-llvm = [ "default-compiler", "llvm", ] default-singlepass = [ "default-compiler", "singlepass", ] default-universal = [ "default-engine", "universal", ] engine = ["sys"] experimental-reference-types-extern-ref = [ "sys", "wasmer-types/experimental-reference-types-extern-ref", ] llvm = [ "compiler", "wasmer-compiler-llvm", ] singlepass = [ "compiler", "wasmer-compiler-singlepass", ] std = [] sys = [] sys-default = [ "sys", "wat", "default-singlepass", "default-universal", ] universal = [ "engine", "wasmer-engine-universal", ] [target."cfg(all(not(target_arch = \"wasm32\"), target_os = \"windows\"))".dependencies.winapi] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.target-lexicon] version = "0.12.2" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-compiler] version = "=2.4.1" package = "wasmer-compiler-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-compiler-cranelift] version = "2.1.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-compiler-llvm] version = "2.1.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-compiler-singlepass] version = "=2.4.1" optional = true package = "wasmer-compiler-singlepass-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-derive] version = "=2.4.1" package = "wasmer-derive-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-engine] version = "=2.4.1" package = "wasmer-engine-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-engine-universal] version = "=2.4.1" optional = true package = "wasmer-engine-universal-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-types] version = "=2.4.1" package = "wasmer-types-near" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-vm] version = "=2.4.1" package = "wasmer-vm-near" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.anyhow] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile] version = "3.1" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.wat] version = "1.0" [badges.maintenance] status = "actively-developed"