1[package] 2name = "cranelift-srcgen" 3version = "0.131.1" 4authors = ["The Wasmtime Project Developers"] 5description = "Helper functions for generating Rust and ISLE files" 6license = "Apache-2.0 WITH LLVM-exception" 7repository = "https://github.com/bytecodealliance/wasmtime" 8edition.workspace = true 9rust-version.workspace = true 10 11[lints] 12workspace = true 13 14[dependencies] 15