-
Notifications
You must be signed in to change notification settings - Fork 0
/
Car.toml
36 lines (32 loc) · 1.13 KB
/
Car.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
32
33
34
35
36
[package]
name = "sync_vm"
version = "1.3.2"
authors = ["Alex Vlasov <[email protected]>", "Konstantin Panarin <[email protected]>"]
edition = "2021"
resolver = "2"
[dependencies]
# franklin-crypto = {path = "../franklin-crypto", features = ["plonk", "multicore"]}
franklin-crypto = {git = "https://github.com/matter-labs/franklin-crypto", branch = "dev", features = ["multicore"]}
sha2 = "0.10"
sha3 = "0.10"
hex = "*"
once_cell = "*"
derivative = "*"
num-bigint = {version = "0.4", features = ["serde"]}
rand = "0.4"
num-integer = "0.1"
num-traits = "0.2"
itertools = "0.10"
cs_derive = {path = "cs_derive"}
# rescue_poseidon = {path = "../rescue-poseidon"}
rescue_poseidon = {git = "https://github.com/matter-labs/rescue-poseidon.git"}
arrayvec = "0.7"
num-derive = "0.3"
zkevm_opcode_defs = {git = "https://github.com/matter-labs/era-zkevm_opcode_defs.git", branch = "v1.3.2"}
zk_evm = {git = "https://github.com/matter-labs/era-zk_evm.git", branch = "v1.3.2"}
serde = {version = "1", features = ["derive"]}
smallvec = {version = "*", features = ["const_generics"]}
[profile.dev]
split-debuginfo = "unpacked"
[features]
external_testing = []