# 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 = "2021" rust-version = "1.74" name = "hc-wasmer-compiler-cranelift" version = "4.3.6-hc.1" authors = ["Wasmer Engineering Team "] description = "Cranelift compiler for Wasmer WebAssembly runtime" homepage = "https://wasmer.io/" documentation = "https://docs.rs/wasmer-compiler-cranelift/" readme = "README.md" keywords = [ "wasm", "webassembly", "compiler", "cranelift", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.cranelift-codegen] version = "0.91.1" features = [ "x86", "arm64", "riscv64", ] default-features = false [dependencies.cranelift-entity] version = "0.91.1" default-features = false [dependencies.cranelift-frontend] version = "0.91.1" default-features = false [dependencies.gimli] version = "0.26" optional = true [dependencies.hashbrown] version = "0.11" optional = true [dependencies.more-asserts] version = "0.2" [dependencies.rayon] version = "1.5" optional = true [dependencies.smallvec] version = "1.6" [dependencies.target-lexicon] version = "0.12.2" default-features = false [dependencies.tracing] version = "0.1" [dependencies.wasmer-compiler] version = "=4.3.6-hc.1" features = [ "translator", "compiler", ] default-features = false package = "hc-wasmer-compiler" [dependencies.wasmer-types] version = "=4.3.6-hc.1" features = ["std"] default-features = false package = "hc-wasmer-types" [dev-dependencies.cranelift-codegen] version = "0.91.1" features = ["all-arch"] [dev-dependencies.lazy_static] version = "1.4" [features] core = [ "hashbrown", "cranelift-codegen/core", "cranelift-frontend/core", ] default = [ "std", "unwind", "rayon", ] std = [ "cranelift-codegen/std", "cranelift-frontend/std", "wasmer-compiler/std", "wasmer-types/std", ] unwind = [ "cranelift-codegen/unwind", "gimli", ] wasm = [ "std", "unwind", ] [badges.maintenance] status = "actively-developed"