cairo-compile 2.12.4

Cairo compiler executable 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-compile"
version = "2.12.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cairo compiler executable for the Cairo programming language"
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/cairo/"

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

[dependencies.anyhow]
version = "1.0.95"

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

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

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

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

[dependencies.log]
version = "0.4.25"