cairo-test 2.16.0

Test runner for the Cairo programming language
# 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-test"
version = "2.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test runner for the Cairo programming language"
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"
resolver = "2"

[features]
mimalloc = ["dep:mimalloc"]

[[bin]]
name = "cairo-test"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

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

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

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

[dependencies.clap]
version = "4.5.42"
features = ["derive"]

[dependencies.mimalloc]
version = "0.1.48"
optional = true