[[bin]]
name = "starknet-compile"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.cairo-lang-compiler]
version = "~2.14.1-dev.2"
[dependencies.cairo-lang-starknet]
version = "~2.14.1-dev.2"
[dependencies.cairo-lang-starknet-classes]
version = "~2.14.1-dev.2"
[dependencies.clap]
features = ["derive"]
version = "4.5.42"
[dependencies.mimalloc]
optional = true
version = "0.1.48"
[features]
mimalloc = ["dep:mimalloc"]
[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 = "2024"
license-file = "LICENSE"
name = "starknet-compile"
readme = false
repository = "https://github.com/starkware-libs/cairo/"
resolver = "2"
version = "2.14.1-dev.2"