starknet-native-compile 0.8.0

A binary for compiling Sierra contracts with Cairo Native
[[bin]]
name = "starknet-native-compile"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.cairo-lang-starknet-classes]
version = "~2.14.0"

[dependencies.cairo-native]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0.128"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A binary for compiling Sierra contracts with Cairo Native"
edition = "2021"
license = "Apache-2.0"
name = "starknet-native-compile"
readme = "README.md"
repository = "https://github.com/lambdaclass/cairo_native"
version = "0.8.0"