forked from Bitcoin-Wildlife-Sanctuary/rust-bitcoin-m31-acc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (24 loc) · 971 Bytes
/
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
[package]
name = "rust-bitcoin-m31-acc"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
rand_chacha = "0.3.1"
bitcoin-script = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-script" }
bitcoin = "0.32.0"
bitcoin-scriptexec = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec", features = ["debug"] }
anyhow = "1.0.86"
rust-bitcoin-m31 = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-m31" }
stwo-prover = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/stwo" }
itertools = "0.10.5"
bitcoin-script-dsl = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/dsl" }
bitcoin-circle-stark = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/bitcoin-circle-stark" }
num-traits = "0.2.19"
fibonacci-example = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/fibonacci-example" }
[features]
assume-op-cat = []
[profile.dev]
opt-level = 3
[profile.release]
lto = true