mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
Update snarkVM deps to crates
This commit is contained in:
parent
bf2280e400
commit
87ccc0fe3d
60
Cargo.lock
generated
60
Cargo.lock
generated
@ -2515,8 +2515,9 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-algorithms"
|
name = "snarkvm-algorithms"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "bdc4273884a3c5b1858e9ccb3dd6d7acfa60c0c38bb4876aeeb3181936dbe5f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2",
|
"blake2",
|
||||||
"derivative",
|
"derivative",
|
||||||
@ -2535,8 +2536,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-curves"
|
name = "snarkvm-curves"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "57c0ab5c370fa0e394acc14474ce0ed162ca673e87ac496e733d402b5c71f177"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derivative",
|
"derivative",
|
||||||
"rand",
|
"rand",
|
||||||
@ -2550,8 +2552,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-derives"
|
name = "snarkvm-derives"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "b74eecab3b4bbcef183819fb414ad3498b6c962f21a41a2afaf73af2822eec98"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.24",
|
"proc-macro2 1.0.24",
|
||||||
"quote 1.0.7",
|
"quote 1.0.7",
|
||||||
@ -2560,8 +2563,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-dpc"
|
name = "snarkvm-dpc"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2a3bbd6dcb0e100d514fa0f8cfb2fd8e0422660d5d816a47409d8111c536dddc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"blake2",
|
"blake2",
|
||||||
@ -2582,8 +2586,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-errors"
|
name = "snarkvm-errors"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "c7b46326076d2797280a335f6a4c3538e5ba57db37704233e55134b3e1ab2e79"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58",
|
"base58",
|
||||||
"bech32",
|
"bech32",
|
||||||
@ -2598,8 +2603,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-gadgets"
|
name = "snarkvm-gadgets"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "12ec20358b56a972bf280690ace5e5c1ba809e4cd31d31932f0bd15491f9be0d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derivative",
|
"derivative",
|
||||||
"digest 0.8.1",
|
"digest 0.8.1",
|
||||||
@ -2613,8 +2619,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-models"
|
name = "snarkvm-models"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ae6d7532cfc6b888e8566e05e62384c4c7103fa3036555c54b98726fba4bb100"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
@ -2632,8 +2639,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-objects"
|
name = "snarkvm-objects"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cd3ca38c2a7744f4dca2bdae9441da634b06f40f762323c9e361d6a2582f3353"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58",
|
"base58",
|
||||||
"bech32",
|
"bech32",
|
||||||
@ -2653,8 +2661,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-parameters"
|
name = "snarkvm-parameters"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "02a6590e3860f1dc78335a2ef498b21cffa4655de4cfb7cc9027d29b1093d887"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curl",
|
"curl",
|
||||||
"hex",
|
"hex",
|
||||||
@ -2666,13 +2675,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-profiler"
|
name = "snarkvm-profiler"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ed9ec5eadd049ee06e676070d5402401373fe278a42b515141a9b14ca86a795a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-storage"
|
name = "snarkvm-storage"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cbf798e9883014175e2f019f019fc4db1756cf7d57408602315b270b93992258"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bincode",
|
"bincode",
|
||||||
@ -2692,8 +2703,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snarkvm-utilities"
|
name = "snarkvm-utilities"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=f99f13d#f99f13dca012293f192eead5ba01e417a14b2a8e"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d78a4a12c67cc013d6a9574f3231aaf915589cebfd38d27d5f8ad24f1be5794f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"rand",
|
"rand",
|
||||||
|
24
Cargo.toml
24
Cargo.toml
@ -69,39 +69,27 @@ path = "./state"
|
|||||||
version = "1.0.7"
|
version = "1.0.7"
|
||||||
|
|
||||||
[dependencies.snarkvm-algorithms]
|
[dependencies.snarkvm-algorithms]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-curves]
|
[dependencies.snarkvm-curves]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-errors]
|
[dependencies.snarkvm-errors]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-gadgets]
|
[dependencies.snarkvm-gadgets]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-models]
|
[dependencies.snarkvm-models]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-utilities]
|
[dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "2.33.3"
|
version = "2.33.3"
|
||||||
|
@ -58,45 +58,31 @@ path = "../type-inference"
|
|||||||
version = "1.0.7"
|
version = "1.0.7"
|
||||||
|
|
||||||
[dependencies.snarkvm-curves]
|
[dependencies.snarkvm-curves]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-dpc]
|
[dependencies.snarkvm-dpc]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-errors]
|
[dependencies.snarkvm-errors]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-gadgets]
|
[dependencies.snarkvm-gadgets]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-models]
|
[dependencies.snarkvm-models]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-objects]
|
[dependencies.snarkvm-objects]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-utilities]
|
[dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dependencies.bincode]
|
[dependencies.bincode]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
@ -134,9 +120,7 @@ version = "0.1"
|
|||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
|
||||||
[dev-dependencies.snarkvm-algorithms]
|
[dev-dependencies.snarkvm-algorithms]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -26,27 +26,19 @@ path = "../gadgets"
|
|||||||
version = "1.0.7"
|
version = "1.0.7"
|
||||||
|
|
||||||
[dependencies.snarkvm-errors]
|
[dependencies.snarkvm-errors]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-gadgets]
|
[dependencies.snarkvm-gadgets]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-models]
|
[dependencies.snarkvm-models]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-utilities]
|
[dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dependencies.rand]
|
[dependencies.rand]
|
||||||
version = "0.7"
|
version = "0.7"
|
||||||
@ -60,12 +52,8 @@ default-features = false
|
|||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
[dev-dependencies.snarkvm-utilities]
|
[dev-dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dev-dependencies.snarkvm-curves]
|
[dev-dependencies.snarkvm-curves]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
@ -18,21 +18,15 @@ license = "GPL-3.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies.snarkvm-errors]
|
[dependencies.snarkvm-errors]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-models]
|
[dependencies.snarkvm-models]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-utilities]
|
[dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dependencies.rand]
|
[dependencies.rand]
|
||||||
version = "0.7"
|
version = "0.7"
|
||||||
|
@ -26,45 +26,31 @@ path = "../ast"
|
|||||||
version = "1.0.7"
|
version = "1.0.7"
|
||||||
|
|
||||||
[dependencies.snarkvm-algorithms]
|
[dependencies.snarkvm-algorithms]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-curves]
|
[dependencies.snarkvm-curves]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-dpc]
|
[dependencies.snarkvm-dpc]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-errors]
|
[dependencies.snarkvm-errors]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-models]
|
[dependencies.snarkvm-models]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-objects]
|
[dependencies.snarkvm-objects]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.snarkvm-utilities]
|
[dependencies.snarkvm-utilities]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
|
||||||
[dependencies.indexmap]
|
[dependencies.indexmap]
|
||||||
version = "1.6.1"
|
version = "1.6.1"
|
||||||
@ -80,6 +66,4 @@ version = "0.2"
|
|||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
[dev-dependencies.snarkvm-storage]
|
[dev-dependencies.snarkvm-storage]
|
||||||
git = "https://github.com/AleoHQ/snarkVM.git"
|
version = "0.0.2"
|
||||||
rev = "f99f13d"
|
|
||||||
version = "0.0.1"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user