[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.22"
[dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind", "trace-log"]
version = "0.108.1"
[dependencies.cranelift-control]
version = "0.108.1"
[dependencies.hashbrown]
default-features = false
optional = true
version = "0.14"
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0.188"
[dependencies.serde_derive]
optional = true
version = "1.0.188"
[features]
core = ["hashbrown", "cranelift-codegen/core"]
default = ["std"]
enable-serde = ["serde", "serde_derive", "cranelift-codegen/enable-serde"]
std = ["cranelift-codegen/std"]
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Support for linking functions and data with Cranelift"
documentation = "https://docs.rs/cranelift-module"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-module"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.108.1"