cranelift-srcgen 0.124.3

Helper functions for generating Rust and ISLE files
Documentation
[dependencies]

[lib]
name = "cranelift_srcgen"
path = "src/lib.rs"

[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
from_over_into = "warn"
manual_strip = "warn"
map_clone = "warn"
multiple_bound_locations = "warn"
redundant_field_names = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
useless_conversion = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)", "cfg(pulley_assume_llvm_makes_tail_calls)", "cfg(pulley_disable_interp_simd)"]
level = "warn"
priority = 0

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Helper functions for generating Rust and ISLE files"
edition = "2024"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-srcgen"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
rust-version = "1.87.0"
version = "0.124.3"