# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasmer-runtime-near" version = "0.18.0" authors = ["The Wasmer Engineering Team "] description = "Wasmer runtime library" readme = "README.md" keywords = ["wasm", "webassembly", "runtime", "sandbox", "secure"] categories = ["wasm", "api-bindings"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [[bench]] name = "nginx" harness = false [[bench]] name = "many_instances" harness = false [dependencies.lazy_static] version = "1.4" [dependencies.memmap] version = "0.7" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.wasmer-clif-backend] version = "0.17.1" optional = true [dependencies.wasmer-llvm-backend] version = "0.17.1" optional = true [dependencies.wasmer-runtime-core] version = "0.18.0" package = "wasmer-runtime-core-near" [dependencies.wasmer-singlepass-backend] version = "0.18.0" optional = true package = "wasmer-singlepass-backend-near" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.wabt] version = "0.9.1" [features] cache = ["cranelift"] cranelift = ["wasmer-clif-backend"] default = [] default-backend-cranelift = ["cranelift"] default-backend-llvm = ["llvm"] default-backend-singlepass = ["singlepass"] deterministic-execution = ["wasmer-singlepass-backend/deterministic-execution", "wasmer-runtime-core/deterministic-execution"] docs = [] llvm = ["wasmer-llvm-backend"] singlepass = ["wasmer-singlepass-backend"]