[package]
edition = "2024"
rust-version = "1.98.0"
name = "celox-analysis"
version = "0.4.1"
authors = ["tignear"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IR-independent compiler analyses used by Celox"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/celox-sim/celox"
resolver = "2"
[lib]
name = "celox_analysis"
path = "src/lib.rs"
[dependencies.fxhash]
version = "0.2.1"
[lints.clippy]
collapsible_if = "allow"
disallowed_macros = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"