[package] name = "method" version = "0.1.0" edition = "2021" [workspace] [dependencies] # If you want to try (experimental) std support, add `features = [ "std" ]` to risc0-zkvm risc0-zkvm = { version = "0.19.0", default-features = false, features = [ "std" ] } sha3 = "0.10.8" sha2 ={ git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" } risc0-zkp = "0.19.1" blake3 = "1.5.0" zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git"} ark-serialize = "0.4" ark-ff = "0.4.2" risc0-core = "0.18.0" lazy_static = "1.4" risc0-zkp-core = "0.10.0" rand = "0.8.5"