cairo-program-runner-lib 1.2.2

Library for running Cairo programs on the Cairo VM with hint support
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 = "2021"
name = "cairo-program-runner-lib"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for running Cairo programs on the Cairo VM with hint support"
readme = false
license = "Apache-2.0"
repository = "https://github.com/starkware-libs/proving-utils"

[lib]
name = "cairo_program_runner_lib"
path = "src/lib.rs"
doctest = false

[[example]]
name = "run_pie_object_with_simple_bl"
path = "examples/run_pie_object_with_simple_bl.rs"

[[example]]
name = "run_program_with_simple_bl"
path = "examples/run_program_with_simple_bl.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.cairo-lang-casm]
version = "2.17.0-rc.4"

[dependencies.cairo-lang-executable]
version = "2.17.0-rc.4"

[dependencies.cairo-lang-execute-utils]
version = "2.17.0-rc.4"

[dependencies.cairo-lang-runner]
version = "2.17.0-rc.4"

[dependencies.cairo-vm]
version = "=3.2.0"
features = [
    "extensive_hints",
    "mod_builtin",
    "clap",
]

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

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

[dependencies.num-traits]
version = "0.2.19"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.142"

[dependencies.sonic-rs]
version = "0.3.17"

[dependencies.starknet-crypto]
version = "=0.8.1"

[dependencies.starknet-types-core]
version = "=0.2.4"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.thiserror-no-std]
version = "2.0.2"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.rstest]
version = "0.19.0"

[dev-dependencies.tempfile]
version = "3"