cairo-lang-test-utils 2.19.2

Utilities for writing tests in the Cairo compiler project.
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-lang-test-utils"
version = "2.19.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for writing tests in the Cairo compiler project."
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"
resolver = "2"

[features]
testing = [
    "dep:cairo-lang-formatter",
    "dep:cairo-lang-proc-macros",
    "dep:cairo-lang-utils",
    "dep:colored",
    "dep:log",
    "dep:pretty_assertions",
]

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

[dependencies.cairo-lang-formatter]
version = "=2.19.2"
optional = true

[dependencies.cairo-lang-proc-macros]
version = "=2.19.2"
optional = true

[dependencies.cairo-lang-utils]
version = "=2.19.2"
features = ["tracing"]
optional = true

[dependencies.colored]
version = "3.0.0"
optional = true

[dependencies.log]
version = "0.4.27"
optional = true

[dependencies.pretty_assertions]
version = "1.4.1"
optional = true

[dev-dependencies.cairo-lang-proc-macros]
version = "=2.19.2"

[dev-dependencies.colored]
version = "3.0.0"

[dev-dependencies.log]
version = "0.4.27"

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

[dev-dependencies.tracing]
version = "0.1.40"