-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
31 lines (28 loc) · 1.11 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "universal-sierra-compiler"
description = "Universal-Sierra-Compiler is the tool for Sierra compilation. It compiles any ever-existing Sierra version to CASM."
homepage = "https://github.com/software-mansion/universal-sierra-compiler"
readme = "README.md"
repository = "https://github.com/software-mansion/universal-sierra-compiler"
version = "2.4.0-rc.0"
edition = "2021"
license = "MIT"
[dependencies]
cairo-lang-starknet-sierra-0_1_0 = { package = "cairo-lang-starknet", git = "https://github.com/starkware-libs/cairo.git", tag = "v1.0.0-alpha.6", version = "1.0.0-alpha.6" }
cairo-lang-starknet-sierra-1_0_0 = { package = "universal-sierra-compiler-cairo-lang-starknet-proxy", version = "=0.2.0" }
cairo-lang-sierra-to-casm = "2.10.0-rc.1"
cairo-lang-sierra = "2.10.0-rc.1"
cairo-lang-starknet-classes = "2.10.0-rc.1"
serde_json = "1.0.137"
serde = "1.0.217"
clap = "4.5.27"
anyhow = "1.0.95"
console = "0.15.10"
[dev-dependencies]
snapbox = "0.6.21"
tempfile = "3.15.0"
indoc = "2.0.5"
fs_extra = "1.3.0"
test-case = "3.3.1"
num-bigint = "0.4.6"
cairo-lang-casm = { version = "2.10.0-rc.1", features = ["serde"] }