[[bin]]
name = "starknet-compile"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.83"
[dependencies.cairo-lang-compiler]
version = "~2.9.0-dev.0"
[dependencies.cairo-lang-starknet]
version = "~2.9.0-dev.0"
[dependencies.cairo-lang-starknet-classes]
version = "~2.9.0-dev.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[package]
autobenches = false
autobins = false
autoexamples = 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.9.0-dev.0"