aboutsummaryrefslogtreecommitdiff
path: root/guests/sha256/Cargo.toml
blob: fccbfa7486ecd8d10a4bc468b5a16a72ec900ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sha256"
version = "0.1.0"
edition = "2021"

[dependencies]
guests_macro = { version = "0.1.0", path = "../../guests_macro" }
sha2 = { version = "0.10.8", default-features = false }

[features]
no_std = []
jolt = []
nexus = []
risc0 = []
sp1 = []
zkm = []
zkwasm = []