starknet-compile 2.12.4-dev.0

Compiler executable for the Cairo programming language with the Starknet plugin.
[[bin]]
name = "starknet-compile"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.cairo-lang-starknet]
version = "~2.12.4-dev.0"

[dependencies.cairo-lang-starknet-classes]
version = "~2.12.4-dev.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compiler executable for the Cairo programming language with the Starknet plugin."
edition = "2021"
license-file = "LICENSE"
name = "starknet-compile"
readme = false
repository = "https://github.com/starkware-libs/cairo/"
version = "2.12.4-dev.0"