cranelift-isle 0.111.2

ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.
Documentation
[dependencies.codespan-reporting]
optional = true
version = "0.11.1"

[dependencies.log]
default-features = false
optional = true
version = "0.4.8"

[dev-dependencies.tempfile]
version = "3"

[features]
default = []
fancy-errors = ["codespan-reporting"]
logging = ["log"]

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

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
unnecessary_to_owned = "warn"

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

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

[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift."
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-isle"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
version = "0.111.2"

[[test]]
name = "run_tests"
path = "tests/run_tests.rs"