cairo-lint 2.16.0

Core library for linting Cairo language code.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cairo-lint"
version = "2.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for linting Cairo language code."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/software-mansion/cairo-lint"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cairo-lang-compiler]
version = "2.16.0"

[dependencies.cairo-lang-defs]
version = "2.16.0"

[dependencies.cairo-lang-diagnostics]
version = "2.16.0"

[dependencies.cairo-lang-filesystem]
version = "2.16.0"

[dependencies.cairo-lang-formatter]
version = "2.16.0"

[dependencies.cairo-lang-parser]
version = "2.16.0"

[dependencies.cairo-lang-semantic]
version = "2.16.0"

[dependencies.cairo-lang-syntax]
version = "2.16.0"

[dependencies.cairo-lang-test-plugin]
version = "2.16.0"

[dependencies.cairo-lang-utils]
version = "2.16.0"

[dependencies.cairo-language-common]
version = "2.16.0"

[dependencies.if_chain]
version = "1.0.3"

[dependencies.indoc]
version = "2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.salsa]
version = "0.26.0"

[dependencies.scarb-metadata]
version = "1.15.1"

[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.which]
version = "8"

[dev-dependencies.ctor]
version = "0.6.3"

[dev-dependencies.insta]
version = "1.46.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.test-case]
version = "3.0"

[profile.ci]
inherits = "test"
strip = "debuginfo"

[profile.ci.package.salsa]
opt-level = 3