# 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-core" version = "0.18.0" authors = ["The Wasmer Engineering Team "] description = "Wasmer runtime core library" readme = "README.md" keywords = ["wasm", "webassembly", "runtime"] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [dependencies.lazy_static] version = "1.4" [dependencies.wasmer] version = "1.0.0-alpha01.0" [dependencies.wasmer-cache] version = "1.0.0-alpha01.0" [dependencies.wasmer-compiler] version = "1.0.0-alpha01.0" features = ["translator"] [dependencies.wasmer-compiler-cranelift] version = "1.0.0-alpha01.0" optional = true [dependencies.wasmer-compiler-llvm] version = "1.0.0-alpha01.0" optional = true [dependencies.wasmer-compiler-singlepass] version = "1.0.0-alpha01.0" optional = true [dependencies.wasmer-engine] version = "1.0.0-alpha01.0" [dependencies.wasmer-engine-jit] version = "1.0.0-alpha01.0" [dependencies.wasmer-types] version = "1.0.0-alpha01.0" [dependencies.wasmer-vm] version = "1.0.0-alpha01.0" [build-dependencies.blake3] version = "0.3" [features] cranelift = ["wasmer/cranelift", "wasmer-compiler-cranelift"] default = ["wasmer/default"] default-backend-cranelift = ["cranelift"] default-backend-llvm = ["llvm"] default-backend-singlepass = ["singlepass"] dynamicfunc-fat-closures = [] llvm = ["wasmer/llvm", "wasmer-compiler-llvm"] singlepass = ["wasmer/singlepass", "wasmer-compiler-singlepass"] [badges.maintenance] status = "deprecated"