# 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-compiler-cranelift-near" version = "1.0.1" authors = ["Wasmer Engineering Team "] description = "Cranelift compiler for Wasmer WebAssembly runtime" documentation = "https://docs.rs/wasmer-compiler-cranelift/" readme = "README.md" keywords = ["wasm", "webassembly", "compiler", "cranelift"] categories = ["wasm"] license = "MIT OR Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wasmerio/wasmer" [dependencies.cranelift-codegen] version = "0.68" features = ["x86", "arm64"] default-features = false [dependencies.cranelift-frontend] version = "0.68" default-features = false [dependencies.gimli] version = "0.22" optional = true [dependencies.hashbrown] version = "0.9" optional = true [dependencies.more-asserts] version = "0.2" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.6" [dependencies.tracing] version = "0.1" [dependencies.wasmer-compiler] version = "1.0.1" features = ["translator"] default-features = false package = "wasmer-compiler-near" [dependencies.wasmer-types] version = "1.0.1" features = ["std"] default-features = false package = "wasmer-types-near" [dependencies.wasmer-vm] version = "1.0.1" package = "wasmer-vm-near" [dev-dependencies.cranelift-codegen] version = "0.67" features = ["enable-serde", "all-arch"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.target-lexicon] version = "0.11" default-features = false [features] core = ["hashbrown", "cranelift-codegen/core", "cranelift-frontend/core"] default = ["std", "enable-serde", "unwind"] enable-serde = ["wasmer-compiler/enable-serde", "wasmer-types/enable-serde"] experimental-x64 = ["cranelift-codegen/x64"] std = ["cranelift-codegen/std", "cranelift-frontend/std", "wasmer-compiler/std", "wasmer-types/std"] unwind = ["cranelift-codegen/unwind", "gimli"] [badges.maintenance] status = "actively-developed"