# 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-compiler-singlepass-near" version = "2.4.1" authors = ["Wasmer Engineering Team "] description = "Singlepass compiler for Wasmer WebAssembly runtime" documentation = "https://docs.rs/wasmer-compiler-singlepass/" readme = "README.md" keywords = [ "wasm", "webassembly", "compiler", "singlepass", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" resolver = "2" [lib] name = "wasmer_compiler_singlepass" [dependencies.byteorder] version = "1.3" [dependencies.dynasm] version = "1.0" [dependencies.dynasmrt] version = "1.0" [dependencies.hashbrown] version = "0.11" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.memoffset] version = "0.6" [dependencies.more-asserts] version = "0.2" [dependencies.rayon] version = "1.5" optional = true [dependencies.smallvec] version = "1.6" [dependencies.wasmer-compiler] version = "=2.4.1" features = ["translator"] default-features = false package = "wasmer-compiler-near" [dependencies.wasmer-types] version = "=2.4.1" features = ["std"] default-features = false package = "wasmer-types-near" [dependencies.wasmer-vm] version = "=2.4.1" package = "wasmer-vm-near" [dev-dependencies.target-lexicon] version = "0.12.2" default-features = false [features] core = [ "hashbrown", "wasmer-types/core", ] default = [ "std", "rayon", ] std = [ "wasmer-compiler/std", "wasmer-types/std", ] [badges.maintenance] status = "actively-developed"