# 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 = "2021" name = "cairo-lang-test-runner" version = "2.9.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cairo tests runner. Used to run tests written in Cairo." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/starkware-libs/cairo/" [lib] name = "cairo_lang_test_runner" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.cairo-lang-compiler] version = "~2.9.2" [dependencies.cairo-lang-filesystem] version = "~2.9.2" [dependencies.cairo-lang-runner] version = "~2.9.2" [dependencies.cairo-lang-sierra] version = "~2.9.2" [dependencies.cairo-lang-sierra-generator] version = "~2.9.2" [dependencies.cairo-lang-sierra-to-casm] version = "~2.9.2" [dependencies.cairo-lang-starknet] version = "~2.9.2" [dependencies.cairo-lang-test-plugin] version = "~2.9.2" [dependencies.cairo-lang-utils] version = "~2.9.2" [dependencies.colored] version = "2.1.0" [dependencies.itertools] version = "0.12.1" default-features = true [dependencies.num-traits] version = "0.2.19" default-features = true [dependencies.rayon] version = "1.10.0" [dependencies.starknet-types-core] version = "0.1.0" features = [ "hash", "prime-bigint", "serde", ] [dev-dependencies.serde_json] version = "1.0.116"