cairo-execute 2.12.4

Executable for creating executables and running them 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 = "2021"
name = "cairo-execute"
version = "2.12.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executable for creating executables and running them for the Cairo programming language"
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.cairo-lang-compiler]
version = "~2.12.4"

[dependencies.cairo-lang-executable]
version = "~2.12.4"

[dependencies.cairo-lang-execute-utils]
version = "~2.12.4"

[dependencies.cairo-lang-runner]
version = "~2.12.4"

[dependencies.cairo-lang-sierra-generator]
version = "~2.12.4"

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

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

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

[dependencies.serde_json]
version = "1.0.138"