cranelift-codegen-meta 0.105.0

Metaprogram for cranelift-codegen code generator library
Documentation
[dependencies.cranelift-codegen-shared]
version = "0.105.0"
[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"]
description = "Metaprogram for cranelift-codegen code generator library"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-codegen-meta"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.105.0"
[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]