1[package] 2authors = ["The Cranelift Project Developers"] 3name = "cranelift-codegen-shared" 4version = "0.131.1" 5description = "For code shared between cranelift-codegen-meta and cranelift-codegen" 6license = "Apache-2.0 WITH LLVM-exception" 7repository = "https://github.com/bytecodealliance/wasmtime" 8readme = "README.md" 9edition.workspace = true 10rust-version.workspace = true 11 12[dependencies] 13# Since this is a shared dependency of several packages, please strive to keep this dependency-free 14# when no features are enabled. 15