[package]
name = "cairo-test"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
description = "Test runner for the Cairo programming language"
[dependencies]
anyhow.workspace = true
clap.workspace = true
mimalloc = { workspace = true, optional = true }
cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "=2.16.0" }
cairo-lang-runner = { path = "../../cairo-lang-runner", version = "=2.16.0" }
cairo-lang-test-runner = { path = "../../cairo-lang-test-runner", version = "=2.16.0" }
[features]
mimalloc = ["dep:mimalloc"]