diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9065f07b4..0921aac81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,26 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo apt-get install -y libomp-dev + - name: Add .bazelrc.user on linux + if: matrix.os == 'ubuntu-latest' + run: echo "build --config linux" > .bazelrc.user && + echo "build --action_env=CARGO=$HOME/.cargo/bin/cargo" >> .bazelrc.user + + - name: Add .bazelrc.user on macos + if: matrix.os == 'macos-latest-xlarge' + run: brew install coreutils && + export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" && + echo "build --config macos_arm64" > .bazelrc.user && + echo "build --action_env=CARGO=$HOME/.cargo/bin/cargo" >> .bazelrc.user + - name: Build - run: bazel build -c fastbuild --config ${{ matrix.bazel_config }} //... + run: bazel build -c fastbuild //... - name: Test Tachyon (fastbuild) - run: bazel test -c fastbuild --config ${{ matrix.bazel_config }} --test_output=errors --test_tag_filters -benchmark,-manual,-cuda //... + run: bazel test -c fastbuild --test_output=errors --test_tag_filters -benchmark,-manual,-cuda //... - name: Test Tachyon (optimized) - run: bazel test -c opt --config ${{ matrix.bazel_config }} --test_output=errors --test_tag_filters -benchmark,-manual,-cuda //... + run: bazel test -c opt --test_output=errors --test_tag_filters -benchmark,-manual,-cuda //... - name: Test OpenMP if: matrix.os == 'ubuntu-latest' diff --git a/.gitmessage b/.gitmessage index a8bc122f5..619560be0 100644 --- a/.gitmessage +++ b/.gitmessage @@ -85,7 +85,7 @@ Related: # # │ │ # │ └─⫸ Commit Scope: base|benchmark|build|c(subscope)|cc(subscope)| # │ circom|crypto|device|examples|halo2|math| -# │ node(subscope)|rs(subscope)|zk +# │ node(subscope)|rs(subscope)|sp1|zk # │ # └─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refac|test # ``` diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock index 4c56f7eeb..ff380e41d 100644 --- a/Cargo.Bazel.lock +++ b/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "6e8c5a03634985e0207ec86924f999ed552cb1cad813cb9d0745a83b4c481ad8", + "checksum": "853b2cf13595a1408d379fe3fcbd30ef5448741c1f0db2261c49088d7ca2d3da", "crates": { "addchain 0.2.0": { "name": "addchain", @@ -48,6 +48,150 @@ }, "license": "MIT OR Apache-2.0" }, + "addr2line 0.22.0": { + "name": "addr2line", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/addr2line/0.22.0/download", + "sha256": "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" + } + }, + "targets": [ + { + "Library": { + "crate_name": "addr2line", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "addr2line", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gimli 0.29.0", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "adler 1.0.2": { + "name": "adler", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/adler/1.0.2/download", + "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "adler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "adler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.2" + }, + "license": "0BSD OR MIT OR Apache-2.0" + }, + "ahash 0.7.8": { + "name": "ahash", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ahash/0.7.8/download", + "sha256": "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ahash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ahash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ahash 0.7.8", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + { + "id": "getrandom 0.2.15", + "target": "getrandom" + } + ], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + { + "id": "once_cell 1.19.0", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "0.7.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, "ahash 0.8.11": { "name": "ahash", "version": "0.8.11", @@ -125,6 +269,36 @@ }, "license": "MIT OR Apache-2.0" }, + "aho-corasick 1.1.3": { + "name": "aho-corasick", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download", + "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aho_corasick", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aho_corasick", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.1.3" + }, + "license": "Unlicense OR MIT" + }, "allocator-api2 0.2.18": { "name": "allocator-api2", "version": "0.2.18", @@ -161,19 +335,19 @@ }, "license": "MIT OR Apache-2.0" }, - "ark-bn254 0.4.0": { - "name": "ark-bn254", - "version": "0.4.0", + "android-tzdata 0.1.1": { + "name": "android-tzdata", + "version": "0.1.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-bn254/0.4.0/download", - "sha256": "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" + "url": "https://static.crates.io/crates/android-tzdata/0.1.1/download", + "sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" } }, "targets": [ { "Library": { - "crate_name": "ark_bn254", + "crate_name": "android_tzdata", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -181,56 +355,29 @@ } } ], - "library_target_name": "ark_bn254", + "library_target_name": "android_tzdata", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "curve", - "default", - "scalar_field" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ark-ec 0.4.2", - "target": "ark_ec" - }, - { - "id": "ark-ff 0.4.2", - "target": "ark_ff" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "edition": "2018", + "version": "0.1.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-crypto-primitives 0.4.0": { - "name": "ark-crypto-primitives", - "version": "0.4.0", + "android_system_properties 0.1.5": { + "name": "android_system_properties", + "version": "0.1.5", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/crypto-primitives.git", - "commitish": { - "Rev": "99f5aff" - } + "Http": { + "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download", + "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" } }, "targets": [ { "Library": { - "crate_name": "ark_crypto_primitives", + "crate_name": "android_system_properties", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -238,87 +385,38 @@ } } ], - "library_target_name": "ark_crypto_primitives", + "library_target_name": "android_system_properties", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "sponge", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "ark-ec 0.4.2", - "target": "ark_ec" - }, - { - "id": "ark-ff 0.4.2", - "target": "ark_ff" - }, - { - "id": "ark-relations 0.4.0", - "target": "ark_relations" - }, - { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-snark 0.4.0", - "target": "ark_snark" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "blake2 0.10.6", - "target": "blake2" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "sha2 0.10.8", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derivative 2.2.0", - "target": "derivative" + "id": "libc 0.2.155", + "target": "libc" } ], "selects": {} }, - "version": "0.4.0" + "edition": "2018", + "version": "0.1.5" }, "license": "MIT/Apache-2.0" }, - "ark-ec 0.4.2": { - "name": "ark-ec", - "version": "0.4.2", + "ansi_term 0.12.1": { + "name": "ansi_term", + "version": "0.12.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ec/0.4.2/download", - "sha256": "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" + "url": "https://static.crates.io/crates/ansi_term/0.12.1/download", + "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" } }, "targets": [ { "Library": { - "crate_name": "ark_ec", + "crate_name": "ansi_term", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -326,88 +424,40 @@ } } ], - "library_target_name": "ark_ec", + "library_target_name": "ansi_term", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "parallel", - "rayon", - "std" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "ark-ff 0.4.2", - "target": "ark_ff" - }, - { - "id": "ark-poly 0.4.2", - "target": "ark_poly" - }, - { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "hashbrown 0.13.2", - "target": "hashbrown" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "zeroize 1.7.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derivative 2.2.0", - "target": "derivative" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } }, - "version": "0.4.2" + "edition": "2015", + "version": "0.12.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "ark-ff 0.4.2": { - "name": "ark-ff", - "version": "0.4.2", + "anstream 0.6.14": { + "name": "anstream", + "version": "0.6.14", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.4.2/download", - "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" + "url": "https://static.crates.io/crates/anstream/0.6.14/download", + "sha256": "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" } }, "targets": [ { "Library": { - "crate_name": "ark_ff", + "crate_name": "anstream", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -415,97 +465,73 @@ } } ], - "library_target_name": "ark_ff", + "library_target_name": "anstream", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "asm", + "auto", "default", - "parallel", - "rayon", - "std" + "wincon" ], "selects": {} }, "deps": { "common": [ { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" + "id": "anstyle 1.0.7", + "target": "anstyle" }, { - "id": "itertools 0.10.5", - "target": "itertools" + "id": "anstyle-parse 0.2.4", + "target": "anstyle_parse" }, { - "id": "num-bigint 0.4.5", - "target": "num_bigint" + "id": "anstyle-query 1.0.3", + "target": "anstyle_query" }, { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "colorchoice 1.0.1", + "target": "colorchoice" }, { - "id": "rayon 1.10.0", - "target": "rayon" + "id": "is_terminal_polyfill 1.70.0", + "target": "is_terminal_polyfill" }, { - "id": "zeroize 1.7.0", - "target": "zeroize" + "id": "utf8parse 0.2.1", + "target": "utf8parse" } ], - "selects": {} + "selects": { + "cfg(windows)": [ + { + "id": "anstyle-wincon 3.0.3", + "target": "anstyle_wincon" + } + ] + } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.4.2", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.4.2", - "target": "ark_ff_macros" - }, - { - "id": "derivative 2.2.0", - "target": "derivative" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.2" + "version": "0.6.14" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-ff-asm 0.4.2": { - "name": "ark-ff-asm", - "version": "0.4.2", + "anstyle 1.0.7": { + "name": "anstyle", + "version": "1.0.7", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.4.2/download", - "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" + "url": "https://static.crates.io/crates/anstyle/1.0.7/download", + "sha256": "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" } }, "targets": [ { - "ProcMacro": { - "crate_name": "ark_ff_asm", + "Library": { + "crate_name": "anstyle", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -513,42 +539,36 @@ } } ], - "library_target_name": "ark_ff_asm", + "library_target_name": "anstyle", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } + "default", + "std" ], "selects": {} }, "edition": "2021", - "version": "0.4.2" + "version": "1.0.7" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-ff-macros 0.4.2": { - "name": "ark-ff-macros", - "version": "0.4.2", + "anstyle-parse 0.2.4": { + "name": "anstyle-parse", + "version": "0.2.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.4.2/download", - "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" + "url": "https://static.crates.io/crates/anstyle-parse/0.2.4/download", + "sha256": "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" } }, "targets": [ { - "ProcMacro": { - "crate_name": "ark_ff_macros", + "Library": { + "crate_name": "anstyle_parse", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -556,54 +576,45 @@ } } ], - "library_target_name": "ark_ff_macros", + "library_target_name": "anstyle_parse", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "utf8" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" + "id": "utf8parse 0.2.1", + "target": "utf8parse" } ], "selects": {} }, "edition": "2021", - "version": "0.4.2" + "version": "0.2.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-poly 0.4.2": { - "name": "ark-poly", - "version": "0.4.2", + "anstyle-query 1.0.3": { + "name": "anstyle-query", + "version": "1.0.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-poly/0.4.2/download", - "sha256": "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" + "url": "https://static.crates.io/crates/anstyle-query/1.0.3/download", + "sha256": "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" } }, "targets": [ { "Library": { - "crate_name": "ark_poly", + "crate_name": "anstyle_query", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -611,72 +622,40 @@ } } ], - "library_target_name": "ark_poly", + "library_target_name": "anstyle_query", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "parallel", - "rayon", - "std" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "ark-ff 0.4.2", - "target": "ark_ff" - }, - { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "hashbrown 0.13.2", - "target": "hashbrown" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derivative 2.2.0", - "target": "derivative" - } - ], - "selects": {} - }, - "version": "0.4.2" + "version": "1.0.3" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-relations 0.4.0": { - "name": "ark-relations", - "version": "0.4.0", + "anstyle-wincon 3.0.3": { + "name": "anstyle-wincon", + "version": "3.0.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-relations/0.4.0/download", - "sha256": "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" + "url": "https://static.crates.io/crates/anstyle-wincon/3.0.3/download", + "sha256": "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" } }, "targets": [ { "Library": { - "crate_name": "ark_relations", + "crate_name": "anstyle_wincon", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -684,73 +663,69 @@ } } ], - "library_target_name": "ark_relations", + "library_target_name": "anstyle_wincon", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "std", - "tracing-subscriber" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "ark-ff 0.4.2", - "target": "ark_ff" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "tracing 0.1.40", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.2.25", - "target": "tracing_subscriber" + "id": "anstyle 1.0.7", + "target": "anstyle" } ], - "selects": {} + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } }, "edition": "2021", - "version": "0.4.0" + "version": "3.0.3" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ark-serialize 0.4.2": { - "name": "ark-serialize", - "version": "0.4.2", + "anyhow 1.0.86": { + "name": "anyhow", + "version": "1.0.86", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.4.2/download", - "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" + "url": "https://static.crates.io/crates/anyhow/1.0.86/download", + "sha256": "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" } }, "targets": [ { "Library": { - "crate_name": "ark_serialize", + "crate_name": "anyhow", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "ark_serialize", + "library_target_name": "anyhow", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "ark-serialize-derive", - "derive", + "default", "std" ], "selects": {} @@ -758,47 +733,35 @@ "deps": { "common": [ { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-serialize-derive 0.4.2", - "target": "ark_serialize_derive" + "id": "anyhow 1.0.86", + "target": "build_script_build" } ], "selects": {} }, - "version": "0.4.2" + "edition": "2018", + "version": "1.0.86" }, - "license": "MIT/Apache-2.0" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "ark-serialize-derive 0.4.2": { - "name": "ark-serialize-derive", - "version": "0.4.2", + "ark-bn254 0.4.0": { + "name": "ark-bn254", + "version": "0.4.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize-derive/0.4.2/download", - "sha256": "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" + "url": "https://static.crates.io/crates/ark-bn254/0.4.0/download", + "sha256": "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f" } }, "targets": [ { - "ProcMacro": { - "crate_name": "ark_serialize_derive", + "Library": { + "crate_name": "ark_bn254", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -806,46 +769,56 @@ } } ], - "library_target_name": "ark_serialize_derive", + "library_target_name": "ark_bn254", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "curve", + "default", + "scalar_field" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" + "id": "ark-ec 0.4.2", + "target": "ark_ec" }, { - "id": "quote 1.0.36", - "target": "quote" + "id": "ark-ff 0.4.2", + "target": "ark_ff" }, { - "id": "syn 1.0.109", - "target": "syn" + "id": "ark-std 0.4.0", + "target": "ark_std" } ], "selects": {} }, "edition": "2021", - "version": "0.4.2" + "version": "0.4.0" }, "license": "MIT/Apache-2.0" }, - "ark-snark 0.4.0": { - "name": "ark-snark", + "ark-crypto-primitives 0.4.0": { + "name": "ark-crypto-primitives", "version": "0.4.0", "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-snark/0.4.0/download", - "sha256": "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" + "Git": { + "remote": "https://github.com/kroma-network/crypto-primitives.git", + "commitish": { + "Rev": "99f5aff" + } } }, "targets": [ { "Library": { - "crate_name": "ark_snark", + "crate_name": "ark_crypto_primitives", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -853,13 +826,25 @@ } } ], - "library_target_name": "ark_snark", + "library_target_name": "ark_crypto_primitives", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "sponge", + "std" + ], + "selects": {} + }, "deps": { "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, { "id": "ark-ff 0.4.2", "target": "ark_ff" @@ -872,31 +857,56 @@ "id": "ark-serialize 0.4.2", "target": "ark_serialize" }, + { + "id": "ark-snark 0.4.0", + "target": "ark_snark" + }, { "id": "ark-std 0.4.0", "target": "ark_std" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" } ], "selects": {} }, "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, "version": "0.4.0" }, "license": "MIT/Apache-2.0" }, - "ark-std 0.3.0": { - "name": "ark-std", - "version": "0.3.0", + "ark-ec 0.4.2": { + "name": "ark-ec", + "version": "0.4.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.3.0/download", - "sha256": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" + "url": "https://static.crates.io/crates/ark-ec/0.4.2/download", + "sha256": "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" } }, "targets": [ { "Library": { - "crate_name": "ark_std", + "crate_name": "ark_ec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -904,7 +914,7 @@ } } ], - "library_target_name": "ark_std", + "library_target_name": "ark_ec", "common_attrs": { "compile_data_glob": [ "**" @@ -912,41 +922,80 @@ "crate_features": { "common": [ "default", + "parallel", + "rayon", "std" ], "selects": {} }, "deps": { "common": [ + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-poly 0.4.2", + "target": "ark_poly" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, { "id": "num-traits 0.2.19", "target": "num_traits" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" } ], "selects": {} }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.4.2" }, "license": "MIT/Apache-2.0" }, - "ark-std 0.4.0": { - "name": "ark-std", - "version": "0.4.0", + "ark-ff 0.4.2": { + "name": "ark-ff", + "version": "0.4.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.4.0/download", - "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" + "url": "https://static.crates.io/crates/ark-ff/0.4.2/download", + "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" } }, "targets": [ { "Library": { - "crate_name": "ark_std", + "crate_name": "ark_ff", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -954,13 +1003,14 @@ } } ], - "library_target_name": "ark_std", + "library_target_name": "ark_ff", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "asm", "default", "parallel", "rayon", @@ -971,41 +1021,79 @@ "deps": { "common": [ { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "ark-std 0.4.0", + "target": "ark_std" }, { - "id": "rayon 1.10.0", - "target": "rayon" - } - ], + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], "selects": {} }, "edition": "2021", - "version": "0.4.0" + "proc_macro_deps": { + "common": [ + { + "id": "ark-ff-asm 0.4.2", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.4.2", + "target": "ark_ff_macros" + }, + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.4.2" }, "license": "MIT/Apache-2.0" }, - "ark-test-curves 0.4.2": { - "name": "ark-test-curves", + "ark-ff-asm 0.4.2": { + "name": "ark-ff-asm", "version": "0.4.2", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/algebra.git", - "commitish": { - "Rev": "53f396c" - }, - "strip_prefix": "test-curves" + "Http": { + "url": "https://static.crates.io/crates/ark-ff-asm/0.4.2/download", + "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" } }, "targets": [ { - "Library": { - "crate_name": "ark_test_curves", + "ProcMacro": { + "crate_name": "ark_ff_asm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1013,30 +1101,20 @@ } } ], - "library_target_name": "ark_test_curves", + "library_target_name": "ark_ff_asm", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "ark-ec 0.4.2", - "target": "ark_ec" - }, - { - "id": "ark-ff 0.4.2", - "target": "ark_ff" + "id": "quote 1.0.36", + "target": "quote" }, { - "id": "ark-std 0.4.0", - "target": "ark_std" + "id": "syn 1.0.109", + "target": "syn" } ], "selects": {} @@ -1044,16 +1122,21 @@ "edition": "2021", "version": "0.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "arkworks_fft_benchmark 0.0.1": { - "name": "arkworks_fft_benchmark", - "version": "0.0.1", - "repository": null, + "ark-ff-macros 0.4.2": { + "name": "ark-ff-macros", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ark-ff-macros/0.4.2/download", + "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" + } + }, "targets": [ { - "Library": { - "crate_name": "arkworks_fft_benchmark", + "ProcMacro": { + "crate_name": "ark_ff_macros", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1061,7 +1144,7 @@ } } ], - "library_target_name": "arkworks_fft_benchmark", + "library_target_name": "ark_ff_macros", "common_attrs": { "compile_data_glob": [ "**" @@ -1069,29 +1152,46 @@ "deps": { "common": [ { - "id": "ark-poly 0.4.2", - "target": "ark_poly" + "id": "num-bigint 0.4.5", + "target": "num_bigint" }, { - "id": "ark-test-curves 0.4.2", - "target": "ark_test_curves" + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "version": "0.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "arkworks_msm_benchmark 0.0.1": { - "name": "arkworks_msm_benchmark", - "version": "0.0.1", - "repository": null, + "ark-poly 0.4.2": { + "name": "ark-poly", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ark-poly/0.4.2/download", + "sha256": "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" + } + }, "targets": [ { "Library": { - "crate_name": "arkworks_msm_benchmark", + "crate_name": "ark_poly", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1099,45 +1199,72 @@ } } ], - "library_target_name": "arkworks_msm_benchmark", + "library_target_name": "ark_poly", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "parallel", + "rayon", + "std" + ], + "selects": {} + }, "deps": { "common": [ - { - "id": "ark-bn254 0.4.0", - "target": "ark_bn254" - }, - { - "id": "ark-ec 0.4.2", - "target": "ark_ec" - }, { "id": "ark-ff 0.4.2", "target": "ark_ff" }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, { "id": "ark-std 0.4.0", "target": "ark_std" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "arkworks_poseidon_benchmark 0.0.1": { - "name": "arkworks_poseidon_benchmark", - "version": "0.0.1", - "repository": null, + "ark-relations 0.4.0": { + "name": "ark-relations", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ark-relations/0.4.0/download", + "sha256": "00796b6efc05a3f48225e59cb6a2cda78881e7c390872d5786aaf112f31fb4f0" + } + }, "targets": [ { "Library": { - "crate_name": "arkworks_poseidon_benchmark", + "crate_name": "ark_relations", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1145,46 +1272,57 @@ } } ], - "library_target_name": "arkworks_poseidon_benchmark", + "library_target_name": "ark_relations", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "std", + "tracing-subscriber" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "ark-bn254 0.4.0", - "target": "ark_bn254" + "id": "ark-ff 0.4.2", + "target": "ark_ff" }, { - "id": "ark-crypto-primitives 0.4.0", - "target": "ark_crypto_primitives" + "id": "ark-std 0.4.0", + "target": "ark_std" }, { - "id": "ark-ff 0.4.2", - "target": "ark_ff" + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.2.25", + "target": "tracing_subscriber" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "version": "0.4.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "arrayref 0.3.7": { - "name": "arrayref", - "version": "0.3.7", + "ark-serialize 0.4.2": { + "name": "ark-serialize", + "version": "0.4.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/arrayref/0.3.7/download", - "sha256": "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" + "url": "https://static.crates.io/crates/ark-serialize/0.4.2/download", + "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" } }, "targets": [ { "Library": { - "crate_name": "arrayref", + "crate_name": "ark_serialize", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1192,59 +1330,63 @@ } } ], - "library_target_name": "arrayref", + "library_target_name": "ark_serialize", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "0.3.7" - }, - "license": "BSD-2-Clause" - }, - "arrayvec 0.5.2": { - "name": "arrayvec", - "version": "0.5.2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.5.2/download", - "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "arrayvec", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "arrayvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.5.2" + "crate_features": { + "common": [ + "ark-serialize-derive", + "derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "ark-serialize-derive 0.4.2", + "target": "ark_serialize_derive" + } + ], + "selects": {} + }, + "version": "0.4.2" }, "license": "MIT/Apache-2.0" }, - "arrayvec 0.7.4": { - "name": "arrayvec", - "version": "0.7.4", + "ark-serialize-derive 0.4.2": { + "name": "ark-serialize-derive", + "version": "0.4.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.7.4/download", - "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" + "url": "https://static.crates.io/crates/ark-serialize-derive/0.4.2/download", + "sha256": "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" } }, "targets": [ { - "Library": { - "crate_name": "arrayvec", + "ProcMacro": { + "crate_name": "ark_serialize_derive", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1252,36 +1394,46 @@ } } ], - "library_target_name": "arrayvec", + "library_target_name": "ark_serialize_derive", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "default", - "std" + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], "selects": {} }, - "edition": "2018", - "version": "0.7.4" + "edition": "2021", + "version": "0.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "autocfg 1.3.0": { - "name": "autocfg", - "version": "1.3.0", + "ark-snark 0.4.0": { + "name": "ark-snark", + "version": "0.4.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/autocfg/1.3.0/download", - "sha256": "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" + "url": "https://static.crates.io/crates/ark-snark/0.4.0/download", + "sha256": "84d3cc6833a335bb8a600241889ead68ee89a3cf8448081fb7694c0fe503da63" } }, "targets": [ { "Library": { - "crate_name": "autocfg", + "crate_name": "ark_snark", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1289,24 +1441,50 @@ } } ], - "library_target_name": "autocfg", + "library_target_name": "ark_snark", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "1.3.0" + "deps": { + "common": [ + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-relations 0.4.0", + "target": "ark_relations" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" }, - "license": "Apache-2.0 OR MIT" + "license": "MIT/Apache-2.0" }, - "bellman_benchmark 0.0.1": { - "name": "bellman_benchmark", - "version": "0.0.1", - "repository": null, + "ark-std 0.3.0": { + "name": "ark-std", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ark-std/0.3.0/download", + "sha256": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" + } + }, "targets": [ { "Library": { - "crate_name": "bellman_benchmark", + "crate_name": "ark_std", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1314,40 +1492,49 @@ } } ], - "library_target_name": "bellman_benchmark", + "library_target_name": "ark_std", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "bellman_ce 0.3.1", - "target": "bellman_ce" + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" } ], "selects": {} }, - "edition": "2021", - "version": "0.0.1" + "edition": "2018", + "version": "0.3.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "bellman_ce 0.3.1": { - "name": "bellman_ce", - "version": "0.3.1", + "ark-std 0.4.0": { + "name": "ark-std", + "version": "0.4.0", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/bellman.git", - "commitish": { - "Rev": "279a4bd" - } + "Http": { + "url": "https://static.crates.io/crates/ark-std/0.4.0/download", + "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" } }, "targets": [ { "Library": { - "crate_name": "bellman_ce", + "crate_name": "ark_std", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1355,83 +1542,58 @@ } } ], - "library_target_name": "bellman_ce", + "library_target_name": "ark_std", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "crossbeam", "default", - "futures-cpupool", - "multicore", - "num_cpus" + "parallel", + "rayon", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "bit-vec 0.4.4", - "target": "bit_vec" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "cfg-if 0.1.10", - "target": "cfg_if" - }, - { - "id": "crossbeam 0.7.3", - "target": "crossbeam" - }, - { - "id": "futures 0.1.31", - "target": "futures" - }, - { - "id": "futures-cpupool 0.1.8", - "target": "futures_cpupool" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" + "id": "num-traits 0.2.19", + "target": "num_traits" }, { - "id": "pairing_ce 0.28.5", - "target": "pairing_ce", - "alias": "pairing" + "id": "rand 0.8.5", + "target": "rand" }, { - "id": "rand 0.4.6", - "target": "rand" + "id": "rayon 1.10.0", + "target": "rayon" } ], "selects": {} }, - "edition": "2018", - "version": "0.3.1" + "edition": "2021", + "version": "0.4.0" }, "license": "MIT/Apache-2.0" }, - "bellman_ce 0.3.2": { - "name": "bellman_ce", - "version": "0.3.2", + "ark-test-curves 0.4.2": { + "name": "ark-test-curves", + "version": "0.4.2", "repository": { "Git": { - "remote": "https://github.com/kroma-network/bellman.git", + "remote": "https://github.com/kroma-network/algebra.git", "commitish": { - "Rev": "bbac055" - } + "Rev": "53f396c" + }, + "strip_prefix": "test-curves" } }, "targets": [ { "Library": { - "crate_name": "bellman_ce", + "crate_name": "ark_test_curves", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1439,106 +1601,131 @@ } } ], - "library_target_name": "bellman_ce", + "library_target_name": "ark_test_curves", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "blake2s_const", - "crossbeam", - "default", - "lazy_static", - "multicore", - "plonk", - "tiny-keccak" + "default" ], "selects": {} }, "deps": { "common": [ { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - }, - { - "id": "blake2s_const 0.6.0", - "target": "blake2s_const" - }, - { - "id": "blake2s_simd 0.5.11", - "target": "blake2s_simd" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crossbeam 0.7.3", - "target": "crossbeam" - }, - { - "id": "futures 0.3.30", - "target": "futures" + "id": "ark-ec 0.4.2", + "target": "ark_ec" }, { - "id": "hex 0.4.3", - "target": "hex" + "id": "ark-ff 0.4.2", + "target": "ark_ff" }, { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT OR Apache-2.0" + }, + "arkworks_fft_benchmark 0.0.1": { + "name": "arkworks_fft_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "arkworks_fft_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arkworks_fft_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ { - "id": "num_cpus 1.16.0", - "target": "num_cpus" + "id": "ark-poly 0.4.2", + "target": "ark_poly" }, { - "id": "pairing_ce 0.28.5", - "target": "pairing_ce", - "alias": "pairing" - }, + "id": "ark-test-curves 0.4.2", + "target": "ark_test_curves" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "arkworks_msm_benchmark 0.0.1": { + "name": "arkworks_msm_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "arkworks_msm_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arkworks_msm_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ { - "id": "rand 0.4.6", - "target": "rand" + "id": "ark-bn254 0.4.0", + "target": "ark_bn254" }, { - "id": "serde 1.0.164", - "target": "serde" + "id": "ark-ec 0.4.2", + "target": "ark_ec" }, { - "id": "smallvec 1.13.2", - "target": "smallvec" + "id": "ark-ff 0.4.2", + "target": "ark_ff" }, { - "id": "tiny-keccak 1.5.0", - "target": "tiny_keccak" + "id": "ark-std 0.4.0", + "target": "ark_std" } ], "selects": {} }, - "edition": "2018", - "version": "0.3.2" + "edition": "2021", + "version": "0.0.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "bellman_fft_benchmark 0.0.1": { - "name": "bellman_fft_benchmark", + "arkworks_poseidon_benchmark 0.0.1": { + "name": "arkworks_poseidon_benchmark", "version": "0.0.1", "repository": null, "targets": [ { "Library": { - "crate_name": "bellman_fft_benchmark", + "crate_name": "arkworks_poseidon_benchmark", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1546,7 +1733,7 @@ } } ], - "library_target_name": "bellman_fft_benchmark", + "library_target_name": "arkworks_poseidon_benchmark", "common_attrs": { "compile_data_glob": [ "**" @@ -1554,8 +1741,16 @@ "deps": { "common": [ { - "id": "bellman_ce 0.3.2", - "target": "bellman_ce" + "id": "ark-bn254 0.4.0", + "target": "ark_bn254" + }, + { + "id": "ark-crypto-primitives 0.4.0", + "target": "ark_crypto_primitives" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" } ], "selects": {} @@ -1565,19 +1760,19 @@ }, "license": "MIT OR Apache-2.0" }, - "bit-vec 0.4.4": { - "name": "bit-vec", - "version": "0.4.4", + "arrayref 0.3.7": { + "name": "arrayref", + "version": "0.3.7", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.4.4/download", - "sha256": "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" + "url": "https://static.crates.io/crates/arrayref/0.3.7/download", + "sha256": "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" } }, "targets": [ { "Library": { - "crate_name": "bit_vec", + "crate_name": "arrayref", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1585,29 +1780,29 @@ } } ], - "library_target_name": "bit_vec", + "library_target_name": "arrayref", "common_attrs": { "compile_data_glob": [ "**" ], "edition": "2015", - "version": "0.4.4" + "version": "0.3.7" }, - "license": "MIT/Apache-2.0" + "license": "BSD-2-Clause" }, - "bit-vec 0.6.3": { - "name": "bit-vec", - "version": "0.6.3", + "arrayvec 0.5.2": { + "name": "arrayvec", + "version": "0.5.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", - "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + "url": "https://static.crates.io/crates/arrayvec/0.5.2/download", + "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" } }, "targets": [ { "Library": { - "crate_name": "bit_vec", + "crate_name": "arrayvec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1615,46 +1810,29 @@ } } ], - "library_target_name": "bit_vec", + "library_target_name": "arrayvec", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.164", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.6.3" + "edition": "2018", + "version": "0.5.2" }, "license": "MIT/Apache-2.0" }, - "bitvec 1.0.1": { - "name": "bitvec", - "version": "1.0.1", + "arrayvec 0.7.4": { + "name": "arrayvec", + "version": "0.7.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitvec/1.0.1/download", - "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" + "url": "https://static.crates.io/crates/arrayvec/0.7.4/download", + "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" } }, "targets": [ { "Library": { - "crate_name": "bitvec", + "crate_name": "arrayvec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1662,59 +1840,36 @@ } } ], - "library_target_name": "bitvec", + "library_target_name": "arrayvec", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "atomic", "default", "std" ], "selects": {} }, - "deps": { - "common": [ - { - "id": "funty 2.0.0", - "target": "funty" - }, - { - "id": "radium 0.7.0", - "target": "radium" - }, - { - "id": "tap 1.0.1", - "target": "tap" - }, - { - "id": "wyz 0.5.1", - "target": "wyz" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.1" + "edition": "2018", + "version": "0.7.4" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "blake2 0.10.6": { - "name": "blake2", - "version": "0.10.6", + "atomic-waker 1.1.2": { + "name": "atomic-waker", + "version": "1.1.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/blake2/0.10.6/download", - "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" + "url": "https://static.crates.io/crates/atomic-waker/1.1.2/download", + "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" } }, "targets": [ { "Library": { - "crate_name": "blake2", + "crate_name": "atomic_waker", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1722,45 +1877,29 @@ } } ], - "library_target_name": "blake2", + "library_target_name": "atomic_waker", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.10.6" + "version": "1.1.2" }, - "license": "MIT OR Apache-2.0" + "license": "Apache-2.0 OR MIT" }, - "blake2b_simd 1.0.2": { - "name": "blake2b_simd", - "version": "1.0.2", + "autocfg 1.3.0": { + "name": "autocfg", + "version": "1.3.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/blake2b_simd/1.0.2/download", - "sha256": "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" + "url": "https://static.crates.io/crates/autocfg/1.3.0/download", + "sha256": "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" } }, "targets": [ { "Library": { - "crate_name": "blake2b_simd", + "crate_name": "autocfg", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1768,64 +1907,46 @@ } } ], - "library_target_name": "blake2b_simd", + "library_target_name": "autocfg", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayref 0.3.7", - "target": "arrayref" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "constant_time_eq 0.3.0", - "target": "constant_time_eq" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.2" + "edition": "2015", + "version": "1.3.0" }, - "license": "MIT" + "license": "Apache-2.0 OR MIT" }, - "blake2s_const 0.6.0": { - "name": "blake2s_const", - "version": "0.6.0", + "backtrace 0.3.72": { + "name": "backtrace", + "version": "0.3.72", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/bellman.git", - "commitish": { - "Rev": "bbac055" - }, - "strip_prefix": "src/plonk/blake2_const/blake2s" + "Http": { + "url": "https://static.crates.io/crates/backtrace/0.3.72/download", + "sha256": "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" } }, "targets": [ { "Library": { - "crate_name": "blake2s_const", + "crate_name": "backtrace", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "blake2s_const", + "library_target_name": "backtrace", "common_attrs": { "compile_data_glob": [ "**" @@ -1833,6 +1954,7 @@ "crate_features": { "common": [ "default", + "serde", "std" ], "selects": {} @@ -1840,38 +1962,75 @@ "deps": { "common": [ { - "id": "arrayref 0.3.7", - "target": "arrayref" + "id": "backtrace 0.3.72", + "target": "build_script_build" }, { - "id": "arrayvec 0.5.2", - "target": "arrayvec" + "id": "cfg-if 1.0.0", + "target": "cfg_if" }, { - "id": "constant_time_eq 0.1.5", - "target": "constant_time_eq" + "id": "rustc-demangle 0.1.24", + "target": "rustc_demangle" + }, + { + "id": "serde 1.0.203", + "target": "serde" } ], - "selects": {} + "selects": { + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + { + "id": "addr2line 0.22.0", + "target": "addr2line" + }, + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "miniz_oxide 0.7.3", + "target": "miniz_oxide" + }, + { + "id": "object 0.35.0", + "target": "object" + } + ] + } }, - "edition": "2018", - "version": "0.6.0" + "edition": "2021", + "version": "0.3.72" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" }, - "blake2s_simd 0.5.11": { - "name": "blake2s_simd", - "version": "0.5.11", + "base16ct 0.2.0": { + "name": "base16ct", + "version": "0.2.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/blake2s_simd/0.5.11/download", - "sha256": "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2" + "url": "https://static.crates.io/crates/base16ct/0.2.0/download", + "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" } }, "targets": [ { "Library": { - "crate_name": "blake2s_simd", + "crate_name": "base16ct", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1879,53 +2038,35 @@ } } ], - "library_target_name": "blake2s_simd", + "library_target_name": "base16ct", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayref 0.3.7", - "target": "arrayref" - }, - { - "id": "arrayvec 0.5.2", - "target": "arrayvec" - }, - { - "id": "constant_time_eq 0.1.5", - "target": "constant_time_eq" - } + "alloc" ], "selects": {} }, - "edition": "2018", - "version": "0.5.11" + "edition": "2021", + "version": "0.2.0" }, - "license": "MIT" + "license": "Apache-2.0 OR MIT" }, - "block-buffer 0.10.4": { - "name": "block-buffer", - "version": "0.10.4", + "base64 0.22.1": { + "name": "base64", + "version": "0.22.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.10.4/download", - "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" + "url": "https://static.crates.io/crates/base64/0.22.1/download", + "sha256": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" } }, "targets": [ { "Library": { - "crate_name": "block_buffer", + "crate_name": "base64", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1933,38 +2074,37 @@ } } ], - "library_target_name": "block_buffer", + "library_target_name": "base64", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } + "alloc", + "default", + "std" ], "selects": {} }, "edition": "2018", - "version": "0.10.4" + "version": "0.22.1" }, "license": "MIT OR Apache-2.0" }, - "block-buffer 0.9.0": { - "name": "block-buffer", - "version": "0.9.0", + "base64ct 1.6.0": { + "name": "base64ct", + "version": "1.6.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.9.0/download", - "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" + "url": "https://static.crates.io/crates/base64ct/1.6.0/download", + "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" } }, "targets": [ { "Library": { - "crate_name": "block_buffer", + "crate_name": "base64ct", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -1972,48 +2112,65 @@ } } ], - "library_target_name": "block_buffer", + "library_target_name": "base64ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "bellman_benchmark 0.0.1": { + "name": "bellman_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "bellman_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bellman_benchmark", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "block-padding" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "block-padding 0.2.1", - "target": "block_padding" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" + "id": "bellman_ce 0.3.1", + "target": "bellman_ce" } ], "selects": {} }, - "edition": "2018", - "version": "0.9.0" + "edition": "2021", + "version": "0.0.1" }, "license": "MIT OR Apache-2.0" }, - "block-padding 0.2.1": { - "name": "block-padding", - "version": "0.2.1", + "bellman_ce 0.3.1": { + "name": "bellman_ce", + "version": "0.3.1", "repository": { - "Http": { - "url": "https://static.crates.io/crates/block-padding/0.2.1/download", - "sha256": "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" + "Git": { + "remote": "https://github.com/kroma-network/bellman.git", + "commitish": { + "Rev": "279a4bd" + } } }, "targets": [ { "Library": { - "crate_name": "block_padding", + "crate_name": "bellman_ce", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2021,29 +2178,83 @@ } } ], - "library_target_name": "block_padding", + "library_target_name": "bellman_ce", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0" + "crate_features": { + "common": [ + "crossbeam", + "default", + "futures-cpupool", + "multicore", + "num_cpus" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bit-vec 0.4.4", + "target": "bit_vec" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "cfg-if 0.1.10", + "target": "cfg_if" + }, + { + "id": "crossbeam 0.7.3", + "target": "crossbeam" + }, + { + "id": "futures 0.1.31", + "target": "futures" + }, + { + "id": "futures-cpupool 0.1.8", + "target": "futures_cpupool" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "pairing_ce 0.28.5", + "target": "pairing_ce", + "alias": "pairing" + }, + { + "id": "rand 0.4.6", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT/Apache-2.0" }, - "bls12_381 0.7.1": { - "name": "bls12_381", - "version": "0.7.1", + "bellman_ce 0.3.2": { + "name": "bellman_ce", + "version": "0.3.2", "repository": { - "Http": { - "url": "https://static.crates.io/crates/bls12_381/0.7.1/download", - "sha256": "a3c196a77437e7cc2fb515ce413a6401291578b5afc8ecb29a3c7ab957f05941" + "Git": { + "remote": "https://github.com/kroma-network/bellman.git", + "commitish": { + "Rev": "bbac055" + } } }, "targets": [ { "Library": { - "crate_name": "bls12_381", + "crate_name": "bellman_ce", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2051,66 +2262,106 @@ } } ], - "library_target_name": "bls12_381", + "library_target_name": "bellman_ce", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "bits", + "blake2s_const", + "crossbeam", "default", - "group", - "groups", - "pairing", - "pairings" + "lazy_static", + "multicore", + "plonk", + "tiny-keccak" ], "selects": {} }, "deps": { "common": [ { - "id": "ff 0.12.1", - "target": "ff" + "id": "arrayvec 0.7.4", + "target": "arrayvec" }, { - "id": "group 0.12.1", - "target": "group" + "id": "bit-vec 0.6.3", + "target": "bit_vec" }, { - "id": "pairing 0.22.0", - "target": "pairing" + "id": "blake2s_const 0.6.0", + "target": "blake2s_const" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "blake2s_simd 0.5.11", + "target": "blake2s_simd" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam 0.7.3", + "target": "crossbeam" + }, + { + "id": "futures 0.3.30", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "pairing_ce 0.28.5", + "target": "pairing_ce", + "alias": "pairing" + }, + { + "id": "rand 0.4.6", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "smallvec 1.13.2", + "target": "smallvec" + }, + { + "id": "tiny-keccak 1.5.0", + "target": "tiny_keccak" } ], "selects": {} }, - "edition": "2021", - "version": "0.7.1" + "edition": "2018", + "version": "0.3.2" }, "license": "MIT/Apache-2.0" }, - "byteorder 1.5.0": { - "name": "byteorder", - "version": "1.5.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/byteorder/1.5.0/download", - "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - } - }, + "bellman_fft_benchmark 0.0.1": { + "name": "bellman_fft_benchmark", + "version": "0.0.1", + "repository": null, "targets": [ { "Library": { - "crate_name": "byteorder", + "crate_name": "bellman_fft_benchmark", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2118,36 +2369,38 @@ } } ], - "library_target_name": "byteorder", + "library_target_name": "bellman_fft_benchmark", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "default", - "std" + { + "id": "bellman_ce 0.3.2", + "target": "bellman_ce" + } ], "selects": {} }, "edition": "2021", - "version": "1.5.0" + "version": "0.0.1" }, - "license": "Unlicense OR MIT" + "license": "MIT OR Apache-2.0" }, - "cc 1.0.97": { - "name": "cc", - "version": "1.0.97", + "bincode 1.3.3": { + "name": "bincode", + "version": "1.3.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.97/download", - "sha256": "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" + "url": "https://static.crates.io/crates/bincode/1.3.3/download", + "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" } }, "targets": [ { "Library": { - "crate_name": "cc", + "crate_name": "bincode", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2155,119 +2408,174 @@ } } ], - "library_target_name": "cc", + "library_target_name": "bincode", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "1.0.97" + "deps": { + "common": [ + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "cfg-if 0.1.10": { - "name": "cfg-if", - "version": "0.1.10", + "bindgen 0.69.4": { + "name": "bindgen", + "version": "0.69.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/cfg-if/0.1.10/download", - "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" + "url": "https://static.crates.io/crates/bindgen/0.69.4/download", + "sha256": "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" } }, "targets": [ { "Library": { - "crate_name": "cfg_if", - "crate_root": "src/lib.rs", + "crate_name": "bindgen", + "crate_root": "lib.rs", "srcs": [ "**/*.rs" ] } - } - ], - "library_target_name": "cfg_if", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.10" - }, - "license": "MIT/Apache-2.0" - }, - "cfg-if 1.0.0": { - "name": "cfg-if", - "version": "1.0.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", - "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - } - }, - "targets": [ + }, { - "Library": { - "crate_name": "cfg_if", - "crate_root": "src/lib.rs", + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "cfg_if", + "library_target_name": "bindgen", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "1.0.0" - }, - "license": "MIT/Apache-2.0" - }, - "constant_time_eq 0.1.5": { - "name": "constant_time_eq", - "version": "0.1.5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/constant_time_eq/0.1.5/download", - "sha256": "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "constant_time_eq", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "constant_time_eq", - "common_attrs": { - "compile_data_glob": [ + "crate_features": { + "common": [ + "default", + "logging", + "prettyplease", + "runtime", + "which-rustfmt" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bindgen 0.69.4", + "target": "build_script_build" + }, + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.8.1", + "target": "clang_sys" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "prettyplease 0.2.20", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "regex 1.10.4", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.3.0", + "target": "shlex" + }, + { + "id": "syn 2.0.66", + "target": "syn" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.69.4" + }, + "build_script_attrs": { + "data_glob": [ "**" ], - "edition": "2015", - "version": "0.1.5" + "link_deps": { + "common": [ + { + "id": "clang-sys 1.8.1", + "target": "clang_sys" + }, + { + "id": "prettyplease 0.2.20", + "target": "prettyplease" + } + ], + "selects": {} + } }, - "license": "CC0-1.0" + "license": "BSD-3-Clause" }, - "constant_time_eq 0.3.0": { - "name": "constant_time_eq", - "version": "0.3.0", + "bit-vec 0.4.4": { + "name": "bit-vec", + "version": "0.4.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/constant_time_eq/0.3.0/download", - "sha256": "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" + "url": "https://static.crates.io/crates/bit-vec/0.4.4/download", + "sha256": "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" } }, "targets": [ { "Library": { - "crate_name": "constant_time_eq", + "crate_name": "bit_vec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2275,29 +2583,29 @@ } } ], - "library_target_name": "constant_time_eq", + "library_target_name": "bit_vec", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2021", - "version": "0.3.0" + "edition": "2015", + "version": "0.4.4" }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "cpufeatures 0.2.12": { - "name": "cpufeatures", - "version": "0.2.12", + "bit-vec 0.6.3": { + "name": "bit-vec", + "version": "0.6.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.2.12/download", - "sha256": "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" + "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", + "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" } }, "targets": [ { "Library": { - "crate_name": "cpufeatures", + "crate_name": "bit_vec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2305,58 +2613,46 @@ } } ], - "library_target_name": "cpufeatures", + "library_target_name": "bit_vec", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, "deps": { - "common": [], - "selects": { - "aarch64-linux-android": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ] - } + "common": [ + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} }, - "edition": "2018", - "version": "0.2.12" + "edition": "2015", + "version": "0.6.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "crossbeam 0.7.3": { - "name": "crossbeam", - "version": "0.7.3", + "bitflags 1.3.2": { + "name": "bitflags", + "version": "1.3.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam/0.7.3/download", - "sha256": "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" + "url": "https://static.crates.io/crates/bitflags/1.3.2/download", + "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" } }, "targets": [ { "Library": { - "crate_name": "crossbeam", + "crate_name": "bitflags", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2364,68 +2660,35 @@ } } ], - "library_target_name": "crossbeam", + "library_target_name": "bitflags", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-queue", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 0.1.10", - "target": "cfg_if" - }, - { - "id": "crossbeam-channel 0.4.4", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-deque 0.7.4", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-epoch 0.8.2", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-queue 0.2.3", - "target": "crossbeam_queue" - }, - { - "id": "crossbeam-utils 0.7.2", - "target": "crossbeam_utils" - } + "default" ], "selects": {} }, - "edition": "2015", - "version": "0.7.3" + "edition": "2018", + "version": "1.3.2" }, "license": "MIT/Apache-2.0" }, - "crossbeam-channel 0.4.4": { - "name": "crossbeam-channel", - "version": "0.4.4", + "bitflags 2.5.0": { + "name": "bitflags", + "version": "2.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-channel/0.4.4/download", - "sha256": "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" + "url": "https://static.crates.io/crates/bitflags/2.5.0/download", + "sha256": "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_channel", + "crate_name": "bitflags", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2433,42 +2696,35 @@ } } ], - "library_target_name": "crossbeam_channel", + "library_target_name": "bitflags", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "crossbeam-utils 0.7.2", - "target": "crossbeam_utils" - }, - { - "id": "maybe-uninit 2.0.0", - "target": "maybe_uninit" - } + "std" ], "selects": {} }, - "edition": "2015", - "version": "0.4.4" + "edition": "2021", + "version": "2.5.0" }, "license": "MIT OR Apache-2.0" }, - "crossbeam-deque 0.7.4": { - "name": "crossbeam-deque", - "version": "0.7.4", + "bitvec 1.0.1": { + "name": "bitvec", + "version": "1.0.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-deque/0.7.4/download", - "sha256": "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" + "url": "https://static.crates.io/crates/bitvec/1.0.1/download", + "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_deque", + "crate_name": "bitvec", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2476,46 +2732,59 @@ } } ], - "library_target_name": "crossbeam_deque", + "library_target_name": "bitvec", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "alloc", + "atomic", + "default", + "std" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "crossbeam-epoch 0.8.2", - "target": "crossbeam_epoch" + "id": "funty 2.0.0", + "target": "funty" }, { - "id": "crossbeam-utils 0.7.2", - "target": "crossbeam_utils" + "id": "radium 0.7.0", + "target": "radium" }, { - "id": "maybe-uninit 2.0.0", - "target": "maybe_uninit" + "id": "tap 1.0.1", + "target": "tap" + }, + { + "id": "wyz 0.5.1", + "target": "wyz" } ], "selects": {} }, - "edition": "2015", - "version": "0.7.4" + "edition": "2021", + "version": "1.0.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "crossbeam-deque 0.8.5": { - "name": "crossbeam-deque", - "version": "0.8.5", + "blake2 0.10.6": { + "name": "blake2", + "version": "0.10.6", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download", - "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" + "url": "https://static.crates.io/crates/blake2/0.10.6/download", + "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_deque", + "crate_name": "blake2", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2523,7 +2792,7 @@ } } ], - "library_target_name": "crossbeam_deque", + "library_target_name": "blake2", "common_attrs": { "compile_data_glob": [ "**" @@ -2538,51 +2807,38 @@ "deps": { "common": [ { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-utils 0.8.19", - "target": "crossbeam_utils" + "id": "digest 0.10.7", + "target": "digest" } ], "selects": {} }, - "edition": "2021", - "version": "0.8.5" + "edition": "2018", + "version": "0.10.6" }, "license": "MIT OR Apache-2.0" }, - "crossbeam-epoch 0.8.2": { - "name": "crossbeam-epoch", - "version": "0.8.2", + "blake2b_simd 1.0.2": { + "name": "blake2b_simd", + "version": "1.0.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-epoch/0.8.2/download", - "sha256": "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" + "url": "https://static.crates.io/crates/blake2b_simd/1.0.2/download", + "sha256": "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_epoch", + "crate_name": "blake2b_simd", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "crossbeam_epoch", + "library_target_name": "blake2b_simd", "common_attrs": { "compile_data_glob": [ "**" @@ -2590,7 +2846,6 @@ "crate_features": { "common": [ "default", - "lazy_static", "std" ], "selects": {} @@ -2598,68 +2853,41 @@ "deps": { "common": [ { - "id": "cfg-if 0.1.10", - "target": "cfg_if" - }, - { - "id": "crossbeam-epoch 0.8.2", - "target": "build_script_build" - }, - { - "id": "crossbeam-utils 0.7.2", - "target": "crossbeam_utils" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "maybe-uninit 2.0.0", - "target": "maybe_uninit" + "id": "arrayref 0.3.7", + "target": "arrayref" }, { - "id": "memoffset 0.5.6", - "target": "memoffset" + "id": "arrayvec 0.7.4", + "target": "arrayvec" }, { - "id": "scopeguard 1.2.0", - "target": "scopeguard" + "id": "constant_time_eq 0.3.0", + "target": "constant_time_eq" } ], "selects": {} }, - "edition": "2015", - "version": "0.8.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.3.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2018", + "version": "1.0.2" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "crossbeam-epoch 0.9.18": { - "name": "crossbeam-epoch", - "version": "0.9.18", + "blake2s_const 0.6.0": { + "name": "blake2s_const", + "version": "0.6.0", "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download", - "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" + "Git": { + "remote": "https://github.com/kroma-network/bellman.git", + "commitish": { + "Rev": "bbac055" + }, + "strip_prefix": "src/plonk/blake2_const/blake2s" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_epoch", + "crate_name": "blake2s_const", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2667,14 +2895,14 @@ } } ], - "library_target_name": "crossbeam_epoch", + "library_target_name": "blake2s_const", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", + "default", "std" ], "selects": {} @@ -2682,30 +2910,38 @@ "deps": { "common": [ { - "id": "crossbeam-utils 0.8.19", - "target": "crossbeam_utils" + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.5.2", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.1.5", + "target": "constant_time_eq" } ], "selects": {} }, - "edition": "2021", - "version": "0.9.18" + "edition": "2018", + "version": "0.6.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "crossbeam-queue 0.2.3": { - "name": "crossbeam-queue", - "version": "0.2.3", + "blake2s_simd 0.5.11": { + "name": "blake2s_simd", + "version": "0.5.11", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-queue/0.2.3/download", - "sha256": "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" + "url": "https://static.crates.io/crates/blake2s_simd/0.5.11/download", + "sha256": "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_queue", + "crate_name": "blake2s_simd", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2713,7 +2949,7 @@ } } ], - "library_target_name": "crossbeam_queue", + "library_target_name": "blake2s_simd", "common_attrs": { "compile_data_glob": [ "**" @@ -2728,38 +2964,38 @@ "deps": { "common": [ { - "id": "cfg-if 0.1.10", - "target": "cfg_if" + "id": "arrayref 0.3.7", + "target": "arrayref" }, { - "id": "crossbeam-utils 0.7.2", - "target": "crossbeam_utils" + "id": "arrayvec 0.5.2", + "target": "arrayvec" }, { - "id": "maybe-uninit 2.0.0", - "target": "maybe_uninit" + "id": "constant_time_eq 0.1.5", + "target": "constant_time_eq" } ], "selects": {} }, - "edition": "2015", - "version": "0.2.3" + "edition": "2018", + "version": "0.5.11" }, - "license": "MIT/Apache-2.0 AND BSD-2-Clause" + "license": "MIT" }, - "crossbeam-utils 0.7.2": { - "name": "crossbeam-utils", - "version": "0.7.2", + "blake3 1.5.1": { + "name": "blake3", + "version": "1.5.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.7.2/download", - "sha256": "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" + "url": "https://static.crates.io/crates/blake3/1.5.1/download", + "sha256": "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_utils", + "crate_name": "blake3", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2776,7 +3012,7 @@ } } ], - "library_target_name": "crossbeam_utils", + "library_target_name": "blake3", "common_attrs": { "compile_data_glob": [ "**" @@ -2784,7 +3020,7 @@ "crate_features": { "common": [ "default", - "lazy_static", + "rayon", "std" ], "selects": {} @@ -2792,22 +3028,34 @@ "deps": { "common": [ { - "id": "cfg-if 0.1.10", - "target": "cfg_if" + "id": "arrayref 0.3.7", + "target": "arrayref" }, { - "id": "crossbeam-utils 0.7.2", + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "blake3 1.5.1", "target": "build_script_build" }, { - "id": "lazy_static 1.4.0", - "target": "lazy_static" + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "constant_time_eq 0.3.0", + "target": "constant_time_eq" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" } ], "selects": {} }, - "edition": "2015", - "version": "0.7.2" + "edition": "2021", + "version": "1.5.1" }, "build_script_attrs": { "data_glob": [ @@ -2816,148 +3064,116 @@ "deps": { "common": [ { - "id": "autocfg 1.3.0", - "target": "autocfg" + "id": "cc 1.0.98", + "target": "cc" } ], "selects": {} } }, - "license": "MIT/Apache-2.0" + "license": "CC0-1.0 OR Apache-2.0" }, - "crossbeam-utils 0.8.19": { - "name": "crossbeam-utils", - "version": "0.8.19", + "block-buffer 0.10.4": { + "name": "block-buffer", + "version": "0.10.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.8.19/download", - "sha256": "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" + "url": "https://static.crates.io/crates/block-buffer/0.10.4/download", + "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" } }, "targets": [ { "Library": { - "crate_name": "crossbeam_utils", + "crate_name": "block_buffer", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "crossbeam_utils", + "library_target_name": "block_buffer", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "crossbeam-utils 0.8.19", - "target": "build_script_build" + "id": "generic-array 0.14.7", + "target": "generic_array" } ], "selects": {} }, - "edition": "2021", - "version": "0.8.19" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2018", + "version": "0.10.4" }, "license": "MIT OR Apache-2.0" }, - "crunchy 0.2.2": { - "name": "crunchy", - "version": "0.2.2", + "block-buffer 0.9.0": { + "name": "block-buffer", + "version": "0.9.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/crunchy/0.2.2/download", - "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + "url": "https://static.crates.io/crates/block-buffer/0.9.0/download", + "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" } }, "targets": [ { "Library": { - "crate_name": "crunchy", + "crate_name": "block_buffer", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "crunchy", + "library_target_name": "block_buffer", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "limit_128" + "block-padding" ], "selects": {} }, "deps": { "common": [ { - "id": "crunchy 0.2.2", - "target": "build_script_build" + "id": "block-padding 0.2.1", + "target": "block_padding" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" } ], "selects": {} }, - "edition": "2015", - "version": "0.2.2" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2018", + "version": "0.9.0" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "crypto-common 0.1.6": { - "name": "crypto-common", - "version": "0.1.6", + "block-padding 0.2.1": { + "name": "block-padding", + "version": "0.2.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/crypto-common/0.1.6/download", - "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" + "url": "https://static.crates.io/crates/block-padding/0.2.1/download", + "sha256": "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" } }, "targets": [ { "Library": { - "crate_name": "crypto_common", + "crate_name": "block_padding", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -2965,65 +3181,37 @@ } } ], - "library_target_name": "crypto_common", + "library_target_name": "block_padding", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.1.6" + "version": "0.2.1" }, "license": "MIT OR Apache-2.0" }, - "cxx 1.0.122": { - "name": "cxx", - "version": "1.0.122", + "bls12_381 0.7.1": { + "name": "bls12_381", + "version": "0.7.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/cxx/1.0.122/download", - "sha256": "bb497fad022245b29c2a0351df572e2d67c1046bcef2260ebc022aec81efea82" + "url": "https://static.crates.io/crates/bls12_381/0.7.1/download", + "sha256": "a3c196a77437e7cc2fb515ce413a6401291578b5afc8ecb29a3c7ab957f05941" } }, "targets": [ { "Library": { - "crate_name": "cxx", + "crate_name": "bls12_381", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "cxx", + "library_target_name": "bls12_381", "common_attrs": { "compile_data_glob": [ "**" @@ -3031,79 +3219,58 @@ "crate_features": { "common": [ "alloc", + "bits", "default", - "std" + "group", + "groups", + "pairing", + "pairings" ], "selects": {} }, "deps": { "common": [ { - "id": "cxx 1.0.122", - "target": "build_script_build" + "id": "ff 0.12.1", + "target": "ff" }, { - "id": "link-cplusplus 1.0.9", - "target": "link_cplusplus" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "cxxbridge-macro 1.0.122", - "target": "cxxbridge_macro" - } - ], - "selects": {} - }, - "version": "1.0.122" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ + "id": "group 0.12.1", + "target": "group" + }, { - "id": "cc 1.0.97", - "target": "cc" + "id": "pairing 0.22.0", + "target": "pairing" }, { - "id": "cxxbridge-flags 1.0.122", - "target": "cxxbridge_flags" - } - ], - "selects": {} - }, - "link_deps": { - "common": [ + "id": "rand_core 0.6.4", + "target": "rand_core" + }, { - "id": "link-cplusplus 1.0.9", - "target": "link_cplusplus" + "id": "subtle 2.5.0", + "target": "subtle" } ], "selects": {} }, - "links": "cxxbridge1" + "edition": "2021", + "version": "0.7.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "cxxbridge-flags 1.0.122": { - "name": "cxxbridge-flags", - "version": "1.0.122", + "bumpalo 3.16.0": { + "name": "bumpalo", + "version": "3.16.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/cxxbridge-flags/1.0.122/download", - "sha256": "688c799a4a846f1c0acb9f36bb9c6272d9b3d9457f3633c7753c6057270df13c" + "url": "https://static.crates.io/crates/bumpalo/3.16.0/download", + "sha256": "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" } }, "targets": [ { "Library": { - "crate_name": "cxxbridge_flags", + "crate_name": "bumpalo", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3111,7 +3278,7 @@ } } ], - "library_target_name": "cxxbridge_flags", + "library_target_name": "bumpalo", "common_attrs": { "compile_data_glob": [ "**" @@ -3123,23 +3290,23 @@ "selects": {} }, "edition": "2021", - "version": "1.0.122" + "version": "3.16.0" }, "license": "MIT OR Apache-2.0" }, - "cxxbridge-macro 1.0.122": { - "name": "cxxbridge-macro", - "version": "1.0.122", + "byte-slice-cast 1.2.2": { + "name": "byte-slice-cast", + "version": "1.2.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/cxxbridge-macro/1.0.122/download", - "sha256": "928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783" + "url": "https://static.crates.io/crates/byte-slice-cast/1.2.2/download", + "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" } }, "targets": [ { - "ProcMacro": { - "crate_name": "cxxbridge_macro", + "Library": { + "crate_name": "byte_slice_cast", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3147,46 +3314,29 @@ } } ], - "library_target_name": "cxxbridge_macro", + "library_target_name": "byte_slice_cast", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 2.0.61", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.122" + "edition": "2018", + "version": "1.2.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "derivative 2.2.0": { - "name": "derivative", - "version": "2.2.0", + "byteorder 1.5.0": { + "name": "byteorder", + "version": "1.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/derivative/2.2.0/download", - "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" + "url": "https://static.crates.io/crates/byteorder/1.5.0/download", + "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" } }, "targets": [ { - "ProcMacro": { - "crate_name": "derivative", + "Library": { + "crate_name": "byteorder", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3194,52 +3344,36 @@ } } ], - "library_target_name": "derivative", + "library_target_name": "byteorder", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "use_core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } + "default", + "std" ], "selects": {} }, - "edition": "2015", - "version": "2.2.0" + "edition": "2021", + "version": "1.5.0" }, - "license": "MIT/Apache-2.0" + "license": "Unlicense OR MIT" }, - "digest 0.10.7": { - "name": "digest", - "version": "0.10.7", + "bytes 1.6.0": { + "name": "bytes", + "version": "1.6.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.10.7/download", - "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" + "url": "https://static.crates.io/crates/bytes/1.6.0/download", + "sha256": "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" } }, "targets": [ { "Library": { - "crate_name": "digest", + "crate_name": "bytes", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3247,58 +3381,36 @@ } } ], - "library_target_name": "digest", + "library_target_name": "bytes", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "block-buffer", - "core-api", "default", - "mac", - "std", - "subtle" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "block-buffer 0.10.4", - "target": "block_buffer" - }, - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } + "std" ], "selects": {} }, "edition": "2018", - "version": "0.10.7" + "version": "1.6.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "digest 0.9.0": { - "name": "digest", - "version": "0.9.0", + "cc 1.0.98": { + "name": "cc", + "version": "1.0.98", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.9.0/download", - "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" + "url": "https://static.crates.io/crates/cc/1.0.98/download", + "sha256": "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" } }, "targets": [ { "Library": { - "crate_name": "digest", + "crate_name": "cc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3306,48 +3418,37 @@ } } ], - "library_target_name": "digest", + "library_target_name": "cc", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.9.0" + "version": "1.0.98" }, "license": "MIT OR Apache-2.0" }, - "direct-cargo-bazel-deps 0.0.1": { - "name": "direct-cargo-bazel-deps", - "version": "0.0.1", - "repository": null, + "cexpr 0.6.0": { + "name": "cexpr", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cexpr/0.6.0/download", + "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" + } + }, "targets": [ { "Library": { - "crate_name": "direct_cargo_bazel_deps", - "crate_root": ".direct_cargo_bazel_deps.rs", + "crate_name": "cexpr", + "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "direct_cargo_bazel_deps", + "library_target_name": "cexpr", "common_attrs": { "compile_data_glob": [ "**" @@ -3355,30 +3456,30 @@ "deps": { "common": [ { - "id": "serde 1.0.164", - "target": "serde" + "id": "nom 7.1.3", + "target": "nom" } ], "selects": {} }, "edition": "2018", - "version": "0.0.1" + "version": "0.6.0" }, - "license": null + "license": "Apache-2.0/MIT" }, - "either 1.11.0": { - "name": "either", - "version": "1.11.0", + "cfg-if 0.1.10": { + "name": "cfg-if", + "version": "0.1.10", "repository": { "Http": { - "url": "https://static.crates.io/crates/either/1.11.0/download", - "sha256": "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" + "url": "https://static.crates.io/crates/cfg-if/0.1.10/download", + "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" } }, "targets": [ { "Library": { - "crate_name": "either", + "crate_name": "cfg_if", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3386,35 +3487,29 @@ } } ], - "library_target_name": "either", + "library_target_name": "cfg_if", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "use_std" - ], - "selects": {} - }, "edition": "2018", - "version": "1.11.0" + "version": "0.1.10" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "ff 0.12.1": { - "name": "ff", - "version": "0.12.1", + "cfg-if 1.0.0": { + "name": "cfg-if", + "version": "1.0.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff/0.12.1/download", - "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" + "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", + "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" } }, "targets": [ { "Library": { - "crate_name": "ff", + "crate_name": "cfg_if", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3422,130 +3517,181 @@ } } ], - "library_target_name": "ff", + "library_target_name": "cfg_if", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "chrono 0.4.38": { + "name": "chrono", + "version": "0.4.38", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/chrono/0.4.38/download", + "sha256": "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chrono", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chrono", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "bits", - "bitvec", - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "bitvec 1.0.1", - "target": "bitvec" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "num-traits 0.2.19", + "target": "num_traits" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "serde 1.0.203", + "target": "serde" } ], - "selects": {} + "selects": { + "cfg(target_os = \"android\")": [ + { + "id": "android-tzdata 0.1.1", + "target": "android_tzdata" + } + ], + "cfg(unix)": [ + { + "id": "iana-time-zone 0.1.60", + "target": "iana_time_zone" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.52.5", + "target": "windows_targets" + } + ] + } }, "edition": "2021", - "version": "0.12.1" + "version": "0.4.38" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ff 0.13.0": { - "name": "ff", - "version": "0.13.0", + "clang-sys 1.8.1": { + "name": "clang-sys", + "version": "1.8.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff/0.13.0/download", - "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" + "url": "https://static.crates.io/crates/clang-sys/1.8.1/download", + "sha256": "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" } }, "targets": [ { "Library": { - "crate_name": "ff", + "crate_name": "clang_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "ff", + "library_target_name": "clang_sys", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "bits", - "bitvec", - "byteorder", - "default", - "derive", - "derive_bits", - "ff_derive", - "std" + "clang_3_5", + "clang_3_6", + "clang_3_7", + "clang_3_8", + "clang_3_9", + "clang_4_0", + "clang_5_0", + "clang_6_0", + "libloading", + "runtime" ], "selects": {} }, "deps": { "common": [ { - "id": "bitvec 1.0.1", - "target": "bitvec" + "id": "clang-sys 1.8.1", + "target": "build_script_build" }, { - "id": "byteorder 1.5.0", - "target": "byteorder" + "id": "glob 0.3.1", + "target": "glob" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "libc 0.2.155", + "target": "libc" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "libloading 0.8.3", + "target": "libloading" } ], "selects": {} }, "edition": "2021", - "proc_macro_deps": { + "version": "1.8.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { "common": [ { - "id": "ff_derive 0.13.0", - "target": "ff_derive" + "id": "glob 0.3.1", + "target": "glob" } ], "selects": {} }, - "version": "0.13.0" + "links": "clang" }, - "license": "MIT/Apache-2.0" + "license": "Apache-2.0" }, - "ff_ce 0.14.3": { - "name": "ff_ce", - "version": "0.14.3", + "clap 4.5.4": { + "name": "clap", + "version": "4.5.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff_ce/0.14.3/download", - "sha256": "5b538e4231443a5b9c507caee3356f016d832cf7393d2d90f03ea3180d4e3fbc" + "url": "https://static.crates.io/crates/clap/4.5.4/download", + "sha256": "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" } }, "targets": [ { "Library": { - "crate_name": "ff_ce", + "crate_name": "clap", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3553,67 +3699,61 @@ } } ], - "library_target_name": "ff_ce", + "library_target_name": "clap", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "color", "default", "derive", - "ff_derive_ce" + "env", + "error-context", + "help", + "std", + "suggestions", + "usage" ], "selects": {} }, "deps": { "common": [ { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "rand 0.4.6", - "target": "rand" - }, - { - "id": "serde 1.0.164", - "target": "serde" + "id": "clap_builder 4.5.2", + "target": "clap_builder" } ], "selects": {} }, - "edition": "2018", + "edition": "2021", "proc_macro_deps": { "common": [ { - "id": "ff_derive_ce 0.11.2", - "target": "ff_derive_ce" + "id": "clap_derive 4.5.4", + "target": "clap_derive" } ], "selects": {} }, - "version": "0.14.3" + "version": "4.5.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ff_derive 0.13.0": { - "name": "ff_derive", - "version": "0.13.0", + "clap_builder 4.5.2": { + "name": "clap_builder", + "version": "4.5.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff_derive/0.13.0/download", - "sha256": "e9f54704be45ed286151c5e11531316eaef5b8f5af7d597b806fdb8af108d84a" + "url": "https://static.crates.io/crates/clap_builder/4.5.2/download", + "sha256": "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" } }, "targets": [ { - "ProcMacro": { - "crate_name": "ff_derive", + "Library": { + "crate_name": "clap_builder", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3621,72 +3761,62 @@ } } ], - "library_target_name": "ff_derive", + "library_target_name": "clap_builder", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "bits" + "color", + "env", + "error-context", + "help", + "std", + "suggestions", + "usage" ], "selects": {} }, "deps": { "common": [ { - "id": "addchain 0.2.0", - "target": "addchain" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "num-bigint 0.3.3", - "target": "num_bigint" + "id": "anstream 0.6.14", + "target": "anstream" }, { - "id": "num-integer 0.1.46", - "target": "num_integer" + "id": "anstyle 1.0.7", + "target": "anstyle" }, { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "clap_lex 0.7.0", + "target": "clap_lex" }, { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" + "id": "strsim 0.11.1", + "target": "strsim" } ], "selects": {} }, "edition": "2021", - "version": "0.13.0" + "version": "4.5.2" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "ff_derive_ce 0.11.2": { - "name": "ff_derive_ce", - "version": "0.11.2", + "clap_derive 4.5.4": { + "name": "clap_derive", + "version": "4.5.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff_derive_ce/0.11.2/download", - "sha256": "b96fbccd88dbb1fac4ee4a07c2fcc4ca719a74ffbd9d2b9d41d8c8eb073d8b20" + "url": "https://static.crates.io/crates/clap_derive/4.5.4/download", + "sha256": "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" } }, "targets": [ { "ProcMacro": { - "crate_name": "ff_derive_ce", + "crate_name": "clap_derive", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3694,7 +3824,7 @@ } } ], - "library_target_name": "ff_derive_ce", + "library_target_name": "clap_derive", "common_attrs": { "compile_data_glob": [ "**" @@ -3708,19 +3838,11 @@ "deps": { "common": [ { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "heck 0.5.0", + "target": "heck" }, { - "id": "proc-macro2 1.0.82", + "id": "proc-macro2 1.0.85", "target": "proc_macro2" }, { @@ -3728,34 +3850,30 @@ "target": "quote" }, { - "id": "serde 1.0.164", - "target": "serde" - }, - { - "id": "syn 1.0.109", + "id": "syn 2.0.66", "target": "syn" } ], "selects": {} }, - "edition": "2018", - "version": "0.11.2" + "edition": "2021", + "version": "4.5.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "fuchsia-cprng 0.1.1": { - "name": "fuchsia-cprng", - "version": "0.1.1", + "clap_lex 0.7.0": { + "name": "clap_lex", + "version": "0.7.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/fuchsia-cprng/0.1.1/download", - "sha256": "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" + "url": "https://static.crates.io/crates/clap_lex/0.7.0/download", + "sha256": "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" } }, "targets": [ { "Library": { - "crate_name": "fuchsia_cprng", + "crate_name": "clap_lex", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3763,29 +3881,29 @@ } } ], - "library_target_name": "fuchsia_cprng", + "library_target_name": "clap_lex", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.1.1" + "edition": "2021", + "version": "0.7.0" }, - "license": null + "license": "MIT OR Apache-2.0" }, - "funty 2.0.0": { - "name": "funty", - "version": "2.0.0", + "colorchoice 1.0.1": { + "name": "colorchoice", + "version": "1.0.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/funty/2.0.0/download", - "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + "url": "https://static.crates.io/crates/colorchoice/1.0.1/download", + "sha256": "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" } }, "targets": [ { "Library": { - "crate_name": "funty", + "crate_name": "colorchoice", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3793,29 +3911,29 @@ } } ], - "library_target_name": "funty", + "library_target_name": "colorchoice", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "2.0.0" + "edition": "2021", + "version": "1.0.1" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "futures 0.1.31": { - "name": "futures", - "version": "0.1.31", + "console 0.15.8": { + "name": "console", + "version": "0.15.8", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures/0.1.31/download", - "sha256": "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" + "url": "https://static.crates.io/crates/console/0.15.8/download", + "sha256": "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" } }, "targets": [ { "Library": { - "crate_name": "futures", + "crate_name": "console", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3823,37 +3941,64 @@ } } ], - "library_target_name": "futures", + "library_target_name": "console", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "use_std", - "with-deprecated" + "ansi-parsing", + "unicode-width" ], "selects": {} }, - "edition": "2015", - "version": "0.1.31" + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "unicode-width 0.1.12", + "target": "unicode_width" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "encode_unicode 0.3.6", + "target": "encode_unicode" + }, + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.15.8" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "futures 0.3.30": { - "name": "futures", - "version": "0.3.30", + "const-oid 0.9.6": { + "name": "const-oid", + "version": "0.9.6", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures/0.3.30/download", - "sha256": "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" + "url": "https://static.crates.io/crates/const-oid/0.9.6/download", + "sha256": "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" } }, "targets": [ { "Library": { - "crate_name": "futures", + "crate_name": "const_oid", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3861,72 +4006,29 @@ } } ], - "library_target_name": "futures", + "library_target_name": "const_oid", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "executor", - "futures-executor", - "std", - "thread-pool" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.30", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.30", - "target": "futures_core" - }, - { - "id": "futures-executor 0.3.30", - "target": "futures_executor" - }, - { - "id": "futures-io 0.3.30", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.30", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.30", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.30", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.30" + "edition": "2021", + "version": "0.9.6" }, - "license": "MIT OR Apache-2.0" + "license": "Apache-2.0 OR MIT" }, - "futures-channel 0.3.30": { - "name": "futures-channel", - "version": "0.3.30", + "constant_time_eq 0.1.5": { + "name": "constant_time_eq", + "version": "0.1.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-channel/0.3.30/download", - "sha256": "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" + "url": "https://static.crates.io/crates/constant_time_eq/0.1.5/download", + "sha256": "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" } }, "targets": [ { "Library": { - "crate_name": "futures_channel", + "crate_name": "constant_time_eq", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3934,51 +4036,29 @@ } } ], - "library_target_name": "futures_channel", + "library_target_name": "constant_time_eq", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "futures-sink", - "sink", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.30", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.30", - "target": "futures_sink" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.30" + "edition": "2015", + "version": "0.1.5" }, - "license": "MIT OR Apache-2.0" + "license": "CC0-1.0" }, - "futures-core 0.3.30": { - "name": "futures-core", - "version": "0.3.30", + "constant_time_eq 0.3.0": { + "name": "constant_time_eq", + "version": "0.3.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-core/0.3.30/download", - "sha256": "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" + "url": "https://static.crates.io/crates/constant_time_eq/0.3.0/download", + "sha256": "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" } }, "targets": [ { "Library": { - "crate_name": "futures_core", + "crate_name": "constant_time_eq", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -3986,36 +4066,29 @@ } } ], - "library_target_name": "futures_core", + "library_target_name": "constant_time_eq", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.30" + "edition": "2021", + "version": "0.3.0" }, - "license": "MIT OR Apache-2.0" + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0" }, - "futures-cpupool 0.1.8": { - "name": "futures-cpupool", - "version": "0.1.8", + "core-foundation 0.9.4": { + "name": "core-foundation", + "version": "0.9.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-cpupool/0.1.8/download", - "sha256": "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" + "url": "https://static.crates.io/crates/core-foundation/0.9.4/download", + "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" } }, "targets": [ { "Library": { - "crate_name": "futures_cpupool", + "crate_name": "core_foundation", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4023,7 +4096,7 @@ } } ], - "library_target_name": "futures_cpupool", + "library_target_name": "core_foundation", "common_attrs": { "compile_data_glob": [ "**" @@ -4031,41 +4104,41 @@ "crate_features": { "common": [ "default", - "with-deprecated" + "link" ], "selects": {} }, "deps": { "common": [ { - "id": "futures 0.1.31", - "target": "futures" + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" }, { - "id": "num_cpus 1.16.0", - "target": "num_cpus" + "id": "libc 0.2.155", + "target": "libc" } ], "selects": {} }, - "edition": "2015", - "version": "0.1.8" + "edition": "2018", + "version": "0.9.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "futures-executor 0.3.30": { - "name": "futures-executor", - "version": "0.3.30", + "core-foundation-sys 0.8.6": { + "name": "core-foundation-sys", + "version": "0.8.6", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-executor/0.3.30/download", - "sha256": "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" + "url": "https://static.crates.io/crates/core-foundation-sys/0.8.6/download", + "sha256": "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" } }, "targets": [ { "Library": { - "crate_name": "futures_executor", + "crate_name": "core_foundation_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4073,58 +4146,36 @@ } } ], - "library_target_name": "futures_executor", + "library_target_name": "core_foundation_sys", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "num_cpus", - "std", - "thread-pool" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.30", - "target": "futures_core" - }, - { - "id": "futures-task 0.3.30", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.30", - "target": "futures_util" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - } + "default", + "link" ], "selects": {} }, "edition": "2018", - "version": "0.3.30" + "version": "0.8.6" }, "license": "MIT OR Apache-2.0" }, - "futures-io 0.3.30": { - "name": "futures-io", - "version": "0.3.30", + "cpufeatures 0.2.12": { + "name": "cpufeatures", + "version": "0.2.12", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-io/0.3.30/download", - "sha256": "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" + "url": "https://static.crates.io/crates/cpufeatures/0.2.12/download", + "sha256": "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" } }, "targets": [ { "Library": { - "crate_name": "futures_io", + "crate_name": "cpufeatures", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4132,35 +4183,58 @@ } } ], - "library_target_name": "futures_io", + "library_target_name": "cpufeatures", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} + "deps": { + "common": [], + "selects": { + "aarch64-linux-android": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ] + } }, "edition": "2018", - "version": "0.3.30" + "version": "0.2.12" }, "license": "MIT OR Apache-2.0" }, - "futures-sink 0.3.30": { - "name": "futures-sink", - "version": "0.3.30", + "crossbeam 0.7.3": { + "name": "crossbeam", + "version": "0.7.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-sink/0.3.30/download", - "sha256": "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" + "url": "https://static.crates.io/crates/crossbeam/0.7.3/download", + "sha256": "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" } }, "targets": [ { "Library": { - "crate_name": "futures_sink", + "crate_name": "crossbeam", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4168,36 +4242,68 @@ } } ], - "library_target_name": "futures_sink", + "library_target_name": "crossbeam", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", + "crossbeam-channel", + "crossbeam-deque", + "crossbeam-queue", + "default", "std" ], "selects": {} }, - "edition": "2018", - "version": "0.3.30" + "deps": { + "common": [ + { + "id": "cfg-if 0.1.10", + "target": "cfg_if" + }, + { + "id": "crossbeam-channel 0.4.4", + "target": "crossbeam_channel" + }, + { + "id": "crossbeam-deque 0.7.4", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-epoch 0.8.2", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-queue 0.2.3", + "target": "crossbeam_queue" + }, + { + "id": "crossbeam-utils 0.7.2", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "futures-task 0.3.30": { - "name": "futures-task", - "version": "0.3.30", + "crossbeam-channel 0.4.4": { + "name": "crossbeam-channel", + "version": "0.4.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-task/0.3.30/download", - "sha256": "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" + "url": "https://static.crates.io/crates/crossbeam-channel/0.4.4/download", + "sha256": "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" } }, "targets": [ { "Library": { - "crate_name": "futures_task", + "crate_name": "crossbeam_channel", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4205,36 +4311,42 @@ } } ], - "library_target_name": "futures_task", + "library_target_name": "crossbeam_channel", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "std" + { + "id": "crossbeam-utils 0.7.2", + "target": "crossbeam_utils" + }, + { + "id": "maybe-uninit 2.0.0", + "target": "maybe_uninit" + } ], "selects": {} }, - "edition": "2018", - "version": "0.3.30" + "edition": "2015", + "version": "0.4.4" }, "license": "MIT OR Apache-2.0" }, - "futures-util 0.3.30": { - "name": "futures-util", - "version": "0.3.30", + "crossbeam-deque 0.7.4": { + "name": "crossbeam-deque", + "version": "0.7.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-util/0.3.30/download", - "sha256": "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" + "url": "https://static.crates.io/crates/crossbeam-deque/0.7.4/download", + "sha256": "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" } }, "targets": [ { "Library": { - "crate_name": "futures_util", + "crate_name": "crossbeam_deque", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4242,85 +4354,46 @@ } } ], - "library_target_name": "futures_util", + "library_target_name": "crossbeam_deque", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "channel", - "futures-channel", - "futures-io", - "futures-sink", - "io", - "memchr", - "sink", - "slab", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "futures-channel 0.3.30", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.30", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.30", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.30", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.30", - "target": "futures_task" - }, - { - "id": "memchr 2.7.2", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.14", - "target": "pin_project_lite" + "id": "crossbeam-epoch 0.8.2", + "target": "crossbeam_epoch" }, { - "id": "pin-utils 0.1.0", - "target": "pin_utils" + "id": "crossbeam-utils 0.7.2", + "target": "crossbeam_utils" }, { - "id": "slab 0.4.9", - "target": "slab" + "id": "maybe-uninit 2.0.0", + "target": "maybe_uninit" } ], "selects": {} }, - "edition": "2018", - "version": "0.3.30" + "edition": "2015", + "version": "0.7.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "gcd 2.3.0": { - "name": "gcd", - "version": "2.3.0", + "crossbeam-deque 0.8.5": { + "name": "crossbeam-deque", + "version": "0.8.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/gcd/2.3.0/download", - "sha256": "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" + "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download", + "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" } }, "targets": [ { "Library": { - "crate_name": "gcd", + "crate_name": "crossbeam_deque", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4328,29 +4401,49 @@ } } ], - "library_target_name": "gcd", + "library_target_name": "crossbeam_deque", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crossbeam-epoch 0.9.18", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-utils 0.8.20", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, "edition": "2021", - "version": "2.3.0" + "version": "0.8.5" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "generic-array 0.14.7": { - "name": "generic-array", - "version": "0.14.7", + "crossbeam-epoch 0.8.2": { + "name": "crossbeam-epoch", + "version": "0.8.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/generic-array/0.14.7/download", - "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" + "url": "https://static.crates.io/crates/crossbeam-epoch/0.8.2/download", + "sha256": "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" } }, "targets": [ { "Library": { - "crate_name": "generic_array", + "crate_name": "crossbeam_epoch", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4367,32 +4460,54 @@ } } ], - "library_target_name": "generic_array", + "library_target_name": "crossbeam_epoch", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "more_lengths" + "default", + "lazy_static", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "generic-array 0.14.7", + "id": "cfg-if 0.1.10", + "target": "cfg_if" + }, + { + "id": "crossbeam-epoch 0.8.2", "target": "build_script_build" }, { - "id": "typenum 1.17.0", - "target": "typenum" + "id": "crossbeam-utils 0.7.2", + "target": "crossbeam_utils" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "maybe-uninit 2.0.0", + "target": "maybe_uninit" + }, + { + "id": "memoffset 0.5.6", + "target": "memoffset" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" } ], "selects": {} }, "edition": "2015", - "version": "0.14.7" + "version": "0.8.2" }, "build_script_attrs": { "data_glob": [ @@ -4401,28 +4516,28 @@ "deps": { "common": [ { - "id": "version_check 0.9.4", - "target": "version_check" + "id": "autocfg 1.3.0", + "target": "autocfg" } ], "selects": {} } }, - "license": "MIT" + "license": "MIT/Apache-2.0" }, - "getrandom 0.2.15": { - "name": "getrandom", - "version": "0.2.15", + "crossbeam-epoch 0.9.18": { + "name": "crossbeam-epoch", + "version": "0.9.18", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.2.15/download", - "sha256": "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" + "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download", + "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" } }, "targets": [ { "Library": { - "crate_name": "getrandom", + "crate_name": "crossbeam_epoch", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4430,13 +4545,14 @@ } } ], - "library_target_name": "getrandom", + "library_target_name": "crossbeam_epoch", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "alloc", "std" ], "selects": {} @@ -4444,43 +4560,30 @@ "deps": { "common": [ { - "id": "cfg-if 1.0.0", - "target": "cfg_if" + "id": "crossbeam-utils 0.8.20", + "target": "crossbeam_utils" } ], - "selects": { - "cfg(target_os = \"wasi\")": [ - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ] - } + "selects": {} }, - "edition": "2018", - "version": "0.2.15" + "edition": "2021", + "version": "0.9.18" }, "license": "MIT OR Apache-2.0" }, - "group 0.12.1": { - "name": "group", - "version": "0.12.1", + "crossbeam-queue 0.2.3": { + "name": "crossbeam-queue", + "version": "0.2.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/group/0.12.1/download", - "sha256": "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" + "url": "https://static.crates.io/crates/crossbeam-queue/0.2.3/download", + "sha256": "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" } }, "targets": [ { "Library": { - "crate_name": "group", + "crate_name": "crossbeam_queue", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4488,113 +4591,14557 @@ } } ], - "library_target_name": "group", + "library_target_name": "crossbeam_queue", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", "default", - "memuse", - "wnaf-memuse" + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "ff 0.12.1", - "target": "ff" + "id": "cfg-if 0.1.10", + "target": "cfg_if" }, { - "id": "memuse 0.2.1", - "target": "memuse" + "id": "crossbeam-utils 0.7.2", + "target": "crossbeam_utils" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "maybe-uninit 2.0.0", + "target": "maybe_uninit" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.3" + }, + "license": "MIT/Apache-2.0 AND BSD-2-Clause" + }, + "crossbeam-utils 0.7.2": { + "name": "crossbeam-utils", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crossbeam-utils/0.7.2/download", + "sha256": "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "lazy_static", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 0.1.10", + "target": "cfg_if" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "crossbeam-utils 0.7.2", + "target": "build_script_build" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" } ], "selects": {} }, - "edition": "2021", - "version": "0.12.1" + "edition": "2015", + "version": "0.7.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } }, "license": "MIT/Apache-2.0" }, - "group 0.13.0": { - "name": "group", - "version": "0.13.0", + "crossbeam-utils 0.8.20": { + "name": "crossbeam-utils", + "version": "0.8.20", "repository": { "Http": { - "url": "https://static.crates.io/crates/group/0.13.0/download", - "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" + "url": "https://static.crates.io/crates/crossbeam-utils/0.8.20/download", + "sha256": "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" } }, "targets": [ { "Library": { - "crate_name": "group", + "crate_name": "crossbeam_utils", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "group", + "library_target_name": "crossbeam_utils", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "default" + "default", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "ff 0.13.0", - "target": "ff" + "id": "crossbeam-utils 0.8.20", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.8.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crunchy 0.2.2": { + "name": "crunchy", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crunchy/0.2.2/download", + "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crunchy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crunchy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "limit_128" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "crypto-bigint 0.5.5": { + "name": "crypto-bigint", + "version": "0.5.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crypto-bigint/0.5.5/download", + "sha256": "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "generic-array", + "rand_core", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-common 0.1.6": { + "name": "crypto-common", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/crypto-common/0.1.6/download", + "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "curve25519-dalek 4.1.2": { + "name": "curve25519-dalek", + "version": "4.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/curve25519-dalek/4.1.2/download", + "sha256": "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "precomputed-tables", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "curve25519-dalek 4.1.2", + "target": "build_script_build" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": { + "cfg(curve25519_dalek_backend = \"fiat\")": [ + { + "id": "fiat-crypto 0.2.9", + "target": "fiat_crypto" + } + ], + "cfg(target_arch = \"x86_64\")": [ + { + "id": "cpufeatures 0.2.12", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [], + "selects": { + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + { + "id": "curve25519-dalek-derive 0.1.1", + "target": "curve25519_dalek_derive" + } + ] + } + }, + "version": "4.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "platforms 3.4.0", + "target": "platforms" + }, + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek-derive 0.1.1": { + "name": "curve25519-dalek-derive", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.1/download", + "sha256": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "curve25519_dalek_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "cxx 1.0.122": { + "name": "cxx", + "version": "1.0.122", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cxx/1.0.122/download", + "sha256": "bb497fad022245b29c2a0351df572e2d67c1046bcef2260ebc022aec81efea82" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxx", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cxx 1.0.122", + "target": "build_script_build" + }, + { + "id": "link-cplusplus 1.0.9", + "target": "link_cplusplus" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "cxxbridge-macro 1.0.122", + "target": "cxxbridge_macro" + } + ], + "selects": {} + }, + "version": "1.0.122" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + }, + { + "id": "cxxbridge-flags 1.0.122", + "target": "cxxbridge_flags" + } + ], + "selects": {} + }, + "link_deps": { + "common": [ + { + "id": "link-cplusplus 1.0.9", + "target": "link_cplusplus" + } + ], + "selects": {} + }, + "links": "cxxbridge1" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-flags 1.0.122": { + "name": "cxxbridge-flags", + "version": "1.0.122", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cxxbridge-flags/1.0.122/download", + "sha256": "688c799a4a846f1c0acb9f36bb9c6272d9b3d9457f3633c7753c6057270df13c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxxbridge_flags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_flags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.122" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-macro 1.0.122": { + "name": "cxxbridge-macro", + "version": "1.0.122", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/cxxbridge-macro/1.0.122/download", + "sha256": "928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cxxbridge_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.122" + }, + "license": "MIT OR Apache-2.0" + }, + "darling 0.20.9": { + "name": "darling", + "version": "0.20.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/darling/0.20.9/download", + "sha256": "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "darling_core 0.20.9", + "target": "darling_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "darling_macro 0.20.9", + "target": "darling_macro" + } + ], + "selects": {} + }, + "version": "0.20.9" + }, + "license": "MIT" + }, + "darling_core 0.20.9": { + "name": "darling_core", + "version": "0.20.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/darling_core/0.20.9/download", + "sha256": "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "strsim", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "strsim 0.11.1", + "target": "strsim" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.9" + }, + "license": "MIT" + }, + "darling_macro 0.20.9": { + "name": "darling_macro", + "version": "0.20.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/darling_macro/0.20.9/download", + "sha256": "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "darling_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling_core 0.20.9", + "target": "darling_core" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.9" + }, + "license": "MIT" + }, + "der 0.7.9": { + "name": "der", + "version": "0.7.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/der/0.7.9/download", + "sha256": "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "oid", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.6", + "target": "const_oid" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "deranged 0.3.11": { + "name": "deranged", + "version": "0.3.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/deranged/0.3.11/download", + "sha256": "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "deranged", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "deranged", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "powerfmt", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.11" + }, + "license": "MIT OR Apache-2.0" + }, + "derivative 2.2.0": { + "name": "derivative", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/derivative/2.2.0/download", + "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derivative", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derivative", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "use_core" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive_more 0.99.17": { + "name": "derive_more", + "version": "0.99.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/derive_more/0.99.17/download", + "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_more", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_more", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "from" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.99.17" + }, + "license": "MIT" + }, + "digest 0.10.7": { + "name": "digest", + "version": "0.10.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/digest/0.10.7/download", + "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "block-buffer", + "const-oid", + "core-api", + "default", + "mac", + "oid", + "std", + "subtle" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.10.4", + "target": "block_buffer" + }, + { + "id": "const-oid 0.9.6", + "target": "const_oid" + }, + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.7" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.9.0": { + "name": "digest", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/digest/0.9.0/download", + "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "direct-cargo-bazel-deps 0.0.1": { + "name": "direct-cargo-bazel-deps", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "direct_cargo_bazel_deps", + "crate_root": ".direct_cargo_bazel_deps.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "direct_cargo_bazel_deps", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "deranged 0.3.11", + "target": "deranged" + }, + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.0.1" + }, + "license": null + }, + "dirs 5.0.1": { + "name": "dirs", + "version": "5.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dirs/5.0.1/download", + "sha256": "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dirs-sys 0.4.1", + "target": "dirs_sys" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "5.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "dirs-sys 0.4.1": { + "name": "dirs-sys", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/dirs-sys/0.4.1/download", + "sha256": "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "option-ext 0.2.0", + "target": "option_ext" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_users 0.4.5", + "target": "redox_users" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2015", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "downcast-rs 1.2.1": { + "name": "downcast-rs", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/downcast-rs/1.2.1/download", + "sha256": "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "downcast_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "downcast_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "ecdsa 0.16.9": { + "name": "ecdsa", + "version": "0.16.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ecdsa/0.16.9/download", + "sha256": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ecdsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ecdsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "der", + "digest", + "hazmat", + "pkcs8", + "rfc6979", + "signing", + "spki", + "std", + "verifying" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.9", + "target": "der" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.4.0", + "target": "rfc6979" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "either 1.12.0": { + "name": "either", + "version": "1.12.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/either/1.12.0/download", + "sha256": "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "either", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "either", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.12.0" + }, + "license": "MIT OR Apache-2.0" + }, + "elf 0.7.4": { + "name": "elf", + "version": "0.7.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/elf/0.7.4/download", + "sha256": "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "to_str" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.4" + }, + "license": "MIT/Apache-2.0" + }, + "elliptic-curve 0.13.8": { + "name": "elliptic-curve", + "version": "0.13.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/elliptic-curve/0.13.8/download", + "sha256": "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elliptic_curve", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elliptic_curve", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "default", + "digest", + "ff", + "group", + "hazmat", + "pkcs8", + "sec1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.5.5", + "target": "crypto_bigint" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.7.3", + "target": "sec1" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "encode_unicode 0.3.6": { + "name": "encode_unicode", + "version": "0.3.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download", + "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "encode_unicode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "encode_unicode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.6" + }, + "license": "MIT/Apache-2.0" + }, + "encoding_rs 0.8.34": { + "name": "encoding_rs", + "version": "0.8.34", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/encoding_rs/0.8.34/download", + "sha256": "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" + } + }, + "targets": [ + { + "Library": { + "crate_name": "encoding_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "encoding_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.34" + }, + "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause" + }, + "equivalent 1.0.1": { + "name": "equivalent", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/equivalent/1.0.1/download", + "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "equivalent", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "equivalent", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "errno 0.3.9": { + "name": "errno", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/errno/0.3.9/download", + "sha256": "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"hermit\")": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.3.9" + }, + "license": "MIT OR Apache-2.0" + }, + "fastrand 2.1.0": { + "name": "fastrand", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fastrand/2.1.0/download", + "sha256": "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fastrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fastrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ff 0.12.1": { + "name": "ff", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ff/0.12.1/download", + "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "bits", + "bitvec", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "ff 0.13.0": { + "name": "ff", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ff/0.13.0/download", + "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "bits", + "bitvec", + "byteorder", + "default", + "derive", + "derive_bits", + "ff_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "ff_derive 0.13.0", + "target": "ff_derive" + } + ], + "selects": {} + }, + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "ff_ce 0.14.3": { + "name": "ff_ce", + "version": "0.14.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ff_ce/0.14.3/download", + "sha256": "5b538e4231443a5b9c507caee3356f016d832cf7393d2d90f03ea3180d4e3fbc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff_ce", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff_ce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "ff_derive_ce" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "rand 0.4.6", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "ff_derive_ce 0.11.2", + "target": "ff_derive_ce" + } + ], + "selects": {} + }, + "version": "0.14.3" + }, + "license": "MIT/Apache-2.0" + }, + "ff_derive 0.13.0": { + "name": "ff_derive", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ff_derive/0.13.0/download", + "sha256": "e9f54704be45ed286151c5e11531316eaef5b8f5af7d597b806fdb8af108d84a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ff_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bits" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "addchain 0.2.0", + "target": "addchain" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "num-bigint 0.3.3", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "ff_derive_ce 0.11.2": { + "name": "ff_derive_ce", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ff_derive_ce/0.11.2/download", + "sha256": "b96fbccd88dbb1fac4ee4a07c2fcc4ca719a74ffbd9d2b9d41d8c8eb073d8b20" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ff_derive_ce", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff_derive_ce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "fiat-crypto 0.2.9": { + "name": "fiat-crypto", + "version": "0.2.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fiat-crypto/0.2.9/download", + "sha256": "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fiat_crypto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fiat_crypto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.9" + }, + "license": "MIT OR Apache-2.0 OR BSD-1-Clause" + }, + "fnv 1.0.7": { + "name": "fnv", + "version": "1.0.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fnv/1.0.7/download", + "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fnv", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fnv", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.7" + }, + "license": "Apache-2.0 / MIT" + }, + "foreign-types 0.3.2": { + "name": "foreign-types", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/foreign-types/0.3.2/download", + "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "foreign_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "foreign_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "foreign-types-shared 0.1.1", + "target": "foreign_types_shared" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.2" + }, + "license": "MIT/Apache-2.0" + }, + "foreign-types-shared 0.1.1": { + "name": "foreign-types-shared", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download", + "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "foreign_types_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "foreign_types_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "form_urlencoded 1.2.1": { + "name": "form_urlencoded", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", + "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" + } + }, + "targets": [ + { + "Library": { + "crate_name": "form_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "form_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "fuchsia-cprng 0.1.1": { + "name": "fuchsia-cprng", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fuchsia-cprng/0.1.1/download", + "sha256": "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fuchsia_cprng", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fuchsia_cprng", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": null + }, + "funty 2.0.0": { + "name": "funty", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/funty/2.0.0/download", + "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "funty", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "funty", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT" + }, + "futures 0.1.31": { + "name": "futures", + "version": "0.1.31", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures/0.1.31/download", + "sha256": "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_std", + "with-deprecated" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.31" + }, + "license": "MIT/Apache-2.0" + }, + "futures 0.3.30": { + "name": "futures", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures/0.3.30/download", + "sha256": "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "default", + "executor", + "futures-executor", + "std", + "thread-pool" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.30", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-executor 0.3.30", + "target": "futures_executor" + }, + { + "id": "futures-io 0.3.30", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.30", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.30", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-channel 0.3.30": { + "name": "futures-channel", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-channel/0.3.30/download", + "sha256": "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "futures-sink", + "sink", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.30", + "target": "futures_sink" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-core 0.3.30": { + "name": "futures-core", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-core/0.3.30/download", + "sha256": "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-cpupool 0.1.8": { + "name": "futures-cpupool", + "version": "0.1.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-cpupool/0.1.8/download", + "sha256": "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_cpupool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_cpupool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "with-deprecated" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.1.31", + "target": "futures" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.8" + }, + "license": "MIT/Apache-2.0" + }, + "futures-executor 0.3.30": { + "name": "futures-executor", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-executor/0.3.30/download", + "sha256": "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num_cpus", + "std", + "thread-pool" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-task 0.3.30", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-io 0.3.30": { + "name": "futures-io", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-io/0.3.30/download", + "sha256": "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-macro 0.3.30": { + "name": "futures-macro", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-macro/0.3.30/download", + "sha256": "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "futures_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-sink 0.3.30": { + "name": "futures-sink", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-sink/0.3.30/download", + "sha256": "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_sink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_sink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-task 0.3.30": { + "name": "futures-task", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-task/0.3.30/download", + "sha256": "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_task", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_task", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-util 0.3.30": { + "name": "futures-util", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/futures-util/0.3.30/download", + "sha256": "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "async-await-macro", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.30", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.30", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.30", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.30", + "target": "futures_task" + }, + { + "id": "memchr 2.7.2", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "slab 0.4.9", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "futures-macro 0.3.30", + "target": "futures_macro" + } + ], + "selects": {} + }, + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "gcd 2.3.0": { + "name": "gcd", + "version": "2.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/gcd/2.3.0/download", + "sha256": "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gcd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gcd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "2.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "generic-array 0.14.7": { + "name": "generic-array", + "version": "0.14.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/generic-array/0.14.7/download", + "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "more_lengths", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "build_script_build" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.14.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "generic-array 1.0.0": { + "name": "generic-array", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/generic-array/1.0.0/download", + "sha256": "fe739944a5406424e080edccb6add95685130b9f160d5407c639c7df0c5836b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "MIT" + }, + "getrandom 0.2.15": { + "name": "getrandom", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/getrandom/0.2.15/download", + "sha256": "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.15" + }, + "license": "MIT OR Apache-2.0" + }, + "gimli 0.29.0": { + "name": "gimli", + "version": "0.29.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/gimli/0.29.0/download", + "sha256": "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gimli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gimli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "read", + "read-core" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.29.0" + }, + "license": "MIT OR Apache-2.0" + }, + "glob 0.3.1": { + "name": "glob", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/glob/0.3.1/download", + "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "glob", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "glob", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "group 0.12.1": { + "name": "group", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/group/0.12.1/download", + "sha256": "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "memuse", + "wnaf-memuse" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "memuse 0.2.1", + "target": "memuse" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "group 0.13.0": { + "name": "group", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/group/0.13.0/download", + "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "h2 0.4.5": { + "name": "h2", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/h2/0.4.5/download", + "sha256": "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "h2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "h2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + }, + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.30", + "target": "futures_sink" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "indexmap 2.2.6", + "target": "indexmap" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.11", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.5" + }, + "license": "MIT" + }, + "halo2 0.1.0-beta.2": { + "name": "halo2", + "version": "0.1.0-beta.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/halo2/0.1.0-beta.2/download", + "sha256": "2a23c779b38253fe1538102da44ad5bd5378495a61d2c4ee18d64eaa61ae5995" + } + }, + "targets": [ + { + "Library": { + "crate_name": "halo2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "halo2_proofs 0.1.0", + "target": "halo2_proofs" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0-beta.2" + }, + "license": null + }, + "halo2_fft_benchmark 0.0.1": { + "name": "halo2_fft_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "halo2_fft_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2_fft_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "halo2_proofs 0.2.0", + "target": "halo2_proofs" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "halo2_msm_benchmark 0.0.1": { + "name": "halo2_msm_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "halo2_msm_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2_msm_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "halo2_proofs 0.2.0", + "target": "halo2_proofs" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "halo2_proofs 0.1.0": { + "name": "halo2_proofs", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/halo2_proofs/0.1.0/download", + "sha256": "e925780549adee8364c7f2b685c753f6f3df23bde520c67416e93bf615933760" + } + }, + "targets": [ + { + "Library": { + "crate_name": "halo2_proofs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2_proofs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "pasta_curves 0.4.1", + "target": "pasta_curves" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "halo2_proofs 0.2.0": { + "name": "halo2_proofs", + "version": "0.2.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/halo2.git", + "commitish": { + "Rev": "be2e64f" + }, + "strip_prefix": "halo2_proofs" + } + }, + "targets": [ + { + "Library": { + "crate_name": "halo2_proofs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2_proofs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "batch", + "default", + "gwc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ark-std 0.3.0", + "target": "ark_std" + }, + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "cfg-if 0.1.10", + "target": "cfg_if" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "halo2curves 0.3.1", + "target": "halo2curves" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "poseidon 0.2.0", + "target": "poseidon" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "sha3 0.9.1", + "target": "sha3" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "halo2curves 0.3.1": { + "name": "halo2curves", + "version": "0.3.1", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/halo2curves.git", + "commitish": { + "Rev": "c0ac193" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "halo2curves", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "halo2curves", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "halo2curves 0.3.1", + "target": "build_script_build" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "pasta_curves 0.4.1", + "target": "pasta_curves" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "hashbrown 0.12.3": { + "name": "hashbrown", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hashbrown/0.12.3/download", + "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.7.8", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.13.2": { + "name": "hashbrown", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hashbrown/0.13.2/download", + "sha256": "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.14.5": { + "name": "hashbrown", + "version": "0.14.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hashbrown/0.14.5/download", + "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "allocator-api2", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "allocator-api2 0.2.18", + "target": "allocator_api2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.14.5" + }, + "license": "MIT OR Apache-2.0" + }, + "heck 0.5.0": { + "name": "heck", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/heck/0.5.0/download", + "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "heck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "heck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "hermit-abi 0.3.9": { + "name": "hermit-abi", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download", + "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.9" + }, + "license": "MIT OR Apache-2.0" + }, + "hex 0.4.3": { + "name": "hex", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hex/0.4.3/download", + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.12.1": { + "name": "hmac", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hmac/0.12.1/download", + "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "reset" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "home 0.5.9": { + "name": "home", + "version": "0.5.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/home/0.5.9/download", + "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "home", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "home", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.5.9" + }, + "license": "MIT OR Apache-2.0" + }, + "horizen_poseidon2_benchmark 0.0.1": { + "name": "horizen_poseidon2_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "horizen_poseidon2_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "horizen_poseidon2_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "zkhash 0.2.0", + "target": "zkhash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "http 1.1.0": { + "name": "http", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/http/1.1.0/download", + "sha256": "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.11", + "target": "itoa" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "http-body 1.0.0": { + "name": "http-body", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/http-body/1.0.0/download", + "sha256": "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_body", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_body", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "http 1.1.0", + "target": "http" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT" + }, + "http-body-util 0.1.1": { + "name": "http-body-util", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/http-body-util/0.1.1/download", + "sha256": "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_body_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_body_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "http-body 1.0.0", + "target": "http_body" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "httparse 1.8.0": { + "name": "httparse", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/httparse/1.8.0/download", + "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httparse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httparse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "httparse 1.8.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "hyper 1.3.1": { + "name": "hyper", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper/1.3.1/download", + "sha256": "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client", + "default", + "http1", + "http2" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.30", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "h2 0.4.5", + "target": "h2" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "http-body 1.0.0", + "target": "http_body" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + }, + { + "id": "smallvec 1.13.2", + "target": "smallvec" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "want 0.3.1", + "target": "want" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "MIT" + }, + "hyper-rustls 0.26.0": { + "name": "hyper-rustls", + "version": "0.26.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-rustls/0.26.0/download", + "sha256": "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "hyper 1.3.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.5", + "target": "hyper_util" + }, + { + "id": "rustls 0.22.4", + "target": "rustls" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.25.0", + "target": "tokio_rustls" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.26.0" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "hyper-tls 0.6.0": { + "name": "hyper-tls", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-tls/0.6.0/download", + "sha256": "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "http-body-util 0.1.1", + "target": "http_body_util" + }, + { + "id": "hyper 1.3.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.5", + "target": "hyper_util" + }, + { + "id": "native-tls 0.2.12", + "target": "native_tls" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tokio-native-tls 0.3.1", + "target": "tokio_native_tls" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "hyper-util 0.1.5": { + "name": "hyper-util", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/hyper-util/0.1.5/download", + "sha256": "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client", + "client-legacy", + "default", + "http1", + "http2", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.30", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "http-body 1.0.0", + "target": "http_body" + }, + { + "id": "hyper 1.3.1", + "target": "hyper" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + }, + { + "id": "socket2 0.5.7", + "target": "socket2" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.5" + }, + "license": "MIT" + }, + "iana-time-zone 0.1.60": { + "name": "iana-time-zone", + "version": "0.1.60", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/iana-time-zone/0.1.60/download", + "sha256": "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android_system_properties 0.1.5", + "target": "android_system_properties" + } + ], + "cfg(target_os = \"haiku\")": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "iana_time_zone_haiku" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-core 0.52.0", + "target": "windows_core" + } + ] + } + }, + "edition": "2018", + "version": "0.1.60" + }, + "license": "MIT OR Apache-2.0" + }, + "iana-time-zone-haiku 0.1.2": { + "name": "iana-time-zone-haiku", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", + "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone_haiku", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone_haiku", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ident_case 1.0.1": { + "name": "ident_case", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ident_case/1.0.1/download", + "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ident_case", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ident_case", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "MIT/Apache-2.0" + }, + "idna 0.5.0": { + "name": "idna", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/idna/0.5.0/download", + "sha256": "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "unicode-bidi 0.3.15", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.23", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-trait-for-tuples 0.2.2": { + "name": "impl-trait-for-tuples", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/impl-trait-for-tuples/0.2.2/download", + "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "impl_trait_for_tuples", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_trait_for_tuples", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.2" + }, + "license": "Apache-2.0/MIT" + }, + "indexmap 1.9.3": { + "name": "indexmap", + "version": "1.9.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indexmap/1.9.3/download", + "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.3", + "target": "build_script_build" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.9.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "indexmap 2.2.6": { + "name": "indexmap", + "version": "2.2.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indexmap/2.2.6/download", + "sha256": "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.6" + }, + "license": "Apache-2.0 OR MIT" + }, + "indicatif 0.17.8": { + "name": "indicatif", + "version": "0.17.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/indicatif/0.17.8/download", + "sha256": "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indicatif", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indicatif", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "console 0.15.8", + "target": "console" + }, + { + "id": "number_prefix 0.4.0", + "target": "number_prefix" + }, + { + "id": "portable-atomic 1.6.0", + "target": "portable_atomic" + }, + { + "id": "unicode-width 0.1.12", + "target": "unicode_width" + } + ], + "selects": { + "cfg(target_arch = \"wasm32\")": [ + { + "id": "instant 0.1.13", + "target": "instant" + } + ] + } + }, + "edition": "2021", + "version": "0.17.8" + }, + "license": "MIT" + }, + "instant 0.1.13": { + "name": "instant", + "version": "0.1.13", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/instant/0.1.13/download", + "sha256": "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" + } + }, + "targets": [ + { + "Library": { + "crate_name": "instant", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "instant", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.13" + }, + "license": "BSD-3-Clause" + }, + "ipnet 2.9.0": { + "name": "ipnet", + "version": "2.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ipnet/2.9.0/download", + "sha256": "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ipnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ipnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "is_terminal_polyfill 1.70.0": { + "name": "is_terminal_polyfill", + "version": "1.70.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/is_terminal_polyfill/1.70.0/download", + "sha256": "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" + } + }, + "targets": [ + { + "Library": { + "crate_name": "is_terminal_polyfill", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "is_terminal_polyfill", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.70.0" + }, + "license": "MIT OR Apache-2.0" + }, + "itertools 0.10.5": { + "name": "itertools", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/itertools/0.10.5/download", + "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itertools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itertools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "use_alloc", + "use_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.12.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT/Apache-2.0" + }, + "itertools 0.12.1": { + "name": "itertools", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/itertools/0.12.1/download", + "sha256": "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itertools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itertools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_alloc", + "use_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.12.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "itoa 1.0.11": { + "name": "itoa", + "version": "1.0.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/itoa/1.0.11/download", + "sha256": "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itoa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itoa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.11" + }, + "license": "MIT OR Apache-2.0" + }, + "js-sys 0.3.69": { + "name": "js-sys", + "version": "0.3.69", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/js-sys/0.3.69/download", + "sha256": "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "js_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "js_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.69" + }, + "license": "MIT OR Apache-2.0" + }, + "jubjub 0.9.0": { + "name": "jubjub", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/jubjub/0.9.0/download", + "sha256": "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jubjub", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jubjub", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "bits", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "bls12_381 0.7.1", + "target": "bls12_381" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.0" + }, + "license": "MIT/Apache-2.0" + }, + "k256 0.13.3": { + "name": "k256", + "version": "0.13.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/k256/0.13.3/download", + "sha256": "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "k256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "k256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdsa", + "ecdsa-core", + "expose-field", + "once_cell", + "pkcs8", + "precomputed-tables", + "schnorr", + "sha2", + "sha256", + "signature", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ecdsa 0.16.9", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "signature 2.2.0", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "keccak 0.1.5": { + "name": "keccak", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/keccak/0.1.5/download", + "sha256": "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" + } + }, + "targets": [ + { + "Library": { + "crate_name": "keccak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "keccak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_arch = \"aarch64\")": [ + { + "id": "cpufeatures 0.2.12", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "lazy_static 1.4.0": { + "name": "lazy_static", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lazy_static/1.4.0/download", + "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazy_static", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazy_static", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spin", + "spin_no_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "spin 0.5.2", + "target": "spin" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "lazycell 1.3.0": { + "name": "lazycell", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lazycell/1.3.0/download", + "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazycell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazycell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "libc 0.2.155": { + "name": "libc", + "version": "0.2.155", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libc/0.2.155/download", + "sha256": "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "extra_traits", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.155", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.155" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "libloading 0.8.3": { + "name": "libloading", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libloading/0.8.3/download", + "sha256": "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libloading", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libloading", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.52.5", + "target": "windows_targets" + } + ] + } + }, + "edition": "2015", + "version": "0.8.3" + }, + "license": "ISC" + }, + "libredox 0.1.3": { + "name": "libredox", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libredox/0.1.3/download", + "sha256": "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libredox", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libredox", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT" + }, + "link-cplusplus 1.0.9": { + "name": "link-cplusplus", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/link-cplusplus/1.0.9/download", + "sha256": "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "link_cplusplus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "link_cplusplus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "link-cplusplus 1.0.9", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + } + ], + "selects": {} + }, + "links": "cplusplus" + }, + "license": "MIT OR Apache-2.0" + }, + "linux-raw-sys 0.4.14": { + "name": "linux-raw-sys", + "version": "0.4.14", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/linux-raw-sys/0.4.14/download", + "sha256": "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "elf", + "errno", + "general", + "ioctl", + "no_std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.14" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "lock_api 0.4.12": { + "name": "lock_api", + "version": "0.4.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/lock_api/0.4.12/download", + "sha256": "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lock_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lock_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "atomic_usize", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.12", + "target": "build_script_build" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "log 0.4.21": { + "name": "log", + "version": "0.4.21", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/log/0.4.21/download", + "sha256": "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.21" + }, + "license": "MIT OR Apache-2.0" + }, + "matchers 0.1.0": { + "name": "matchers", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/matchers/0.1.0/download", + "sha256": "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matchers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matchers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "regex-automata 0.1.10", + "target": "regex_automata" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT" + }, + "maybe-uninit 2.0.0": { + "name": "maybe-uninit", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/maybe-uninit/2.0.0/download", + "sha256": "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "maybe_uninit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "maybe_uninit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "maybe-uninit 2.0.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 OR MIT" + }, + "memchr 2.7.2": { + "name": "memchr", + "version": "2.7.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/memchr/2.7.2/download", + "sha256": "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memchr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memchr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.2" + }, + "license": "Unlicense OR MIT" + }, + "memoffset 0.5.6": { + "name": "memoffset", + "version": "0.5.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/memoffset/0.5.6/download", + "sha256": "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memoffset 0.5.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.5.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memuse 0.2.1": { + "name": "memuse", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/memuse/0.2.1/download", + "sha256": "2145869435ace5ea6ea3d35f59be559317ec9a0d04e1812d5f185a87b6d36f1a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memuse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memuse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "mime 0.3.17": { + "name": "mime", + "version": "0.3.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mime/0.3.17/download", + "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.17" + }, + "license": "MIT OR Apache-2.0" + }, + "minimal-lexical 0.2.1": { + "name": "minimal-lexical", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/minimal-lexical/0.2.1/download", + "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "minimal_lexical", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "minimal_lexical", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "miniz_oxide 0.7.3": { + "name": "miniz_oxide", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/miniz_oxide/0.7.3/download", + "sha256": "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "miniz_oxide", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "miniz_oxide", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "adler 1.0.2", + "target": "adler" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.3" + }, + "license": "MIT OR Zlib OR Apache-2.0" + }, + "mio 0.8.11": { + "name": "mio", + "version": "0.8.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/mio/0.8.11/download", + "sha256": "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "net", + "os-ext", + "os-poll" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.8.11" + }, + "license": "MIT" + }, + "native-tls 0.2.12": { + "name": "native-tls", + "version": "0.2.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/native-tls/0.2.12/download", + "sha256": "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" + } + }, + "targets": [ + { + "Library": { + "crate_name": "native_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "native_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "native-tls 0.2.12", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(any(target_os = \"windows\", target_vendor = \"apple\")))": [ + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "openssl 0.10.64", + "target": "openssl" + }, + { + "id": "openssl-probe 0.1.5", + "target": "openssl_probe" + }, + { + "id": "openssl-sys 0.9.102", + "target": "openssl_sys" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "tempfile 3.10.1", + "target": "tempfile" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "schannel 0.1.23", + "target": "schannel" + } + ], + "cfg(target_vendor = \"apple\")": [ + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "security-framework 2.11.0", + "target": "security_framework" + }, + { + "id": "security-framework-sys 2.11.0", + "target": "security_framework_sys" + } + ] + } + }, + "edition": "2015", + "version": "0.2.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [], + "selects": { + "cfg(not(any(target_os = \"windows\", target_vendor = \"apple\")))": [ + { + "id": "openssl-sys 0.9.102", + "target": "openssl_sys" + } + ] + } + } + }, + "license": "MIT OR Apache-2.0" + }, + "nohash-hasher 0.2.0": { + "name": "nohash-hasher", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nohash-hasher/0.2.0/download", + "sha256": "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nohash_hasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nohash_hasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "nom 7.1.3": { + "name": "nom", + "version": "7.1.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nom/7.1.3/download", + "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.7.2", + "target": "memchr" + }, + { + "id": "minimal-lexical 0.2.1", + "target": "minimal_lexical" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "7.1.3" + }, + "license": "MIT" + }, + "nu-ansi-term 0.46.0": { + "name": "nu-ansi-term", + "version": "0.46.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nu-ansi-term/0.46.0/download", + "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nu_ansi_term", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nu_ansi_term", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "overload 0.1.1", + "target": "overload" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.46.0" + }, + "license": "MIT" + }, + "num 0.4.3": { + "name": "num", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num/0.4.3/download", + "sha256": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "num-bigint", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-complex 0.4.6", + "target": "num_complex" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-iter 0.1.45", + "target": "num_iter" + }, + { + "id": "num-rational 0.4.2", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "num-bigint 0.3.3": { + "name": "num-bigint", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-bigint/0.3.3/download", + "sha256": "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.3.3", + "target": "build_script_build" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-bigint 0.4.5": { + "name": "num-bigint", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-bigint/0.4.5/download", + "sha256": "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rand", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.5" + }, + "license": "MIT OR Apache-2.0" + }, + "num-complex 0.4.6": { + "name": "num-complex", + "version": "0.4.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-complex/0.4.6/download", + "sha256": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_complex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_complex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.6" + }, + "license": "MIT OR Apache-2.0" + }, + "num-conv 0.1.0": { + "name": "num-conv", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-conv/0.1.0/download", + "sha256": "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_conv", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_conv", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "num-integer 0.1.46": { + "name": "num-integer", + "version": "0.1.46", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-integer/0.1.46/download", + "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_integer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_integer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.46" + }, + "license": "MIT OR Apache-2.0" + }, + "num-iter 0.1.45": { + "name": "num-iter", + "version": "0.1.45", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-iter/0.1.45/download", + "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_iter", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_iter", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.45" + }, + "license": "MIT OR Apache-2.0" + }, + "num-rational 0.4.2": { + "name": "num-rational", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-rational/0.4.2/download", + "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_rational", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_rational", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num-bigint", + "num-bigint-std", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT OR Apache-2.0" + }, + "num-traits 0.2.19": { + "name": "num-traits", + "version": "0.2.19", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num-traits/0.2.19/download", + "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_traits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_traits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.19", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.19" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num_cpus 1.16.0": { + "name": "num_cpus", + "version": "1.16.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", + "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_cpus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_cpus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.9", + "target": "hermit_abi" + } + ] + } + }, + "edition": "2015", + "version": "1.16.0" + }, + "license": "MIT OR Apache-2.0" + }, + "num_enum 0.5.11": { + "name": "num_enum", + "version": "0.5.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_enum/0.5.11/download", + "sha256": "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_enum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_enum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "num_enum_derive 0.5.11", + "target": "num_enum_derive" + } + ], + "selects": {} + }, + "version": "0.5.11" + }, + "license": "BSD-3-Clause OR MIT OR Apache-2.0" + }, + "num_enum_derive 0.5.11": { + "name": "num_enum_derive", + "version": "0.5.11", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/num_enum_derive/0.5.11/download", + "sha256": "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "num_enum_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_enum_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "proc-macro-crate", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.11" + }, + "license": "BSD-3-Clause OR MIT OR Apache-2.0" + }, + "number_prefix 0.4.0": { + "name": "number_prefix", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/number_prefix/0.4.0/download", + "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "number_prefix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "number_prefix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT" + }, + "nums 0.1.0": { + "name": "nums", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/nums/0.1.0/download", + "sha256": "cf3c74f925fb8cfc49a8022f2afce48a0683b70f9e439885594e84c5edbf5b01" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nums", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nums", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "object 0.35.0": { + "name": "object", + "version": "0.35.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/object/0.35.0/download", + "sha256": "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "object", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "object", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "archive", + "coff", + "elf", + "macho", + "pe", + "read_core", + "unaligned", + "xcoff" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.7.2", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.35.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "once_cell 1.19.0": { + "name": "once_cell", + "version": "1.19.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/once_cell/1.19.0/download", + "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" + } + }, + "targets": [ + { + "Library": { + "crate_name": "once_cell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "once_cell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "race", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.19.0" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.3.1": { + "name": "opaque-debug", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/opaque-debug/0.3.1/download", + "sha256": "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opaque_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "opaque_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "openssl 0.10.64": { + "name": "openssl", + "version": "0.10.64", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl/0.10.64/download", + "sha256": "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "foreign-types 0.3.2", + "target": "foreign_types" + }, + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "openssl 0.10.64", + "target": "build_script_build" + }, + { + "id": "openssl-sys 0.9.102", + "target": "openssl_sys", + "alias": "ffi" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "openssl-macros 0.1.1", + "target": "openssl_macros" + } + ], + "selects": {} + }, + "version": "0.10.64" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "openssl-sys 0.9.102", + "target": "openssl_sys", + "alias": "ffi" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "openssl-macros 0.1.1": { + "name": "openssl-macros", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download", + "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "openssl_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "openssl-probe 0.1.5": { + "name": "openssl-probe", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl-probe/0.1.5/download", + "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl_probe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_probe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "openssl-sys 0.9.102": { + "name": "openssl-sys", + "version": "0.9.102", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/openssl-sys/0.9.102/download", + "sha256": "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "openssl-sys 0.9.102", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.102" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + }, + { + "id": "pkg-config 0.3.30", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ], + "selects": {} + }, + "links": "openssl" + }, + "license": "MIT" + }, + "option-ext 0.2.0": { + "name": "option-ext", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/option-ext/0.2.0/download", + "sha256": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "option_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "option_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MPL-2.0" + }, + "overload 0.1.1": { + "name": "overload", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/overload/0.1.1/download", + "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "overload", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "overload", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "p3-air 0.1.0": { + "name": "p3-air", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "air" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_air", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_air", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-baby-bear 0.1.0": { + "name": "p3-baby-bear", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "baby-bear" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_baby_bear", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_baby_bear", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "nightly-features" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-mds 0.1.0", + "target": "p3_mds" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-blake3 0.1.0": { + "name": "p3-blake3", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "blake3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_blake3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_blake3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "parallel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake3 1.5.1", + "target": "blake3" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-bn254-fr 0.1.0": { + "name": "p3-bn254-fr", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "bn254-fr" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_bn254_fr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_bn254_fr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-challenger 0.1.0": { + "name": "p3-challenger", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "challenger" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_challenger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_challenger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-commit 0.1.0": { + "name": "p3-commit", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "commit" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_commit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_commit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-dft 0.1.0": { + "name": "p3-dft", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "dft" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_dft", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_dft", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-field 0.1.0": { + "name": "p3-field", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "field" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_field", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_field", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-fri 0.1.0": { + "name": "p3-fri", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "fri" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_fri", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_fri", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-interpolation 0.1.0", + "target": "p3_interpolation" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-interpolation 0.1.0": { + "name": "p3-interpolation", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "interpolation" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_interpolation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_interpolation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-keccak 0.1.0": { + "name": "p3-keccak", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "keccak" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_keccak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_keccak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "tiny_keccak" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-keccak-air 0.1.0": { + "name": "p3-keccak-air", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "keccak-air" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_keccak_air", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_keccak_air", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-matrix 0.1.0": { + "name": "p3-matrix", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "matrix" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_matrix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_matrix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-maybe-rayon 0.1.0": { + "name": "p3-maybe-rayon", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "maybe-rayon" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_maybe_rayon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_maybe_rayon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "parallel", + "rayon" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rayon 1.10.0", + "target": "rayon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-mds 0.1.0": { + "name": "p3-mds", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "mds" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_mds", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_mds", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-merkle-tree 0.1.0": { + "name": "p3-merkle-tree", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "merkle-tree" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_merkle_tree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_merkle_tree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-poseidon2 0.1.0": { + "name": "p3-poseidon2", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "poseidon2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_poseidon2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_poseidon2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gcd 2.3.0", + "target": "gcd" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-mds 0.1.0", + "target": "p3_mds" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-symmetric 0.1.0": { + "name": "p3-symmetric", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "symmetric" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_symmetric", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_symmetric", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-uni-stark 0.1.0": { + "name": "p3-uni-stark", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Plonky3/Plonky3.git", + "commitish": { + "Rev": "3b5265f9d5af36534a46caebf0617595cfb42c5a" + }, + "strip_prefix": "uni-stark" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_uni_stark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_uni_stark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "p3-util 0.1.0": { + "name": "p3-util", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/Plonky3.git", + "commitish": { + "Rev": "3b5265f" + }, + "strip_prefix": "util" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p3_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p3_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pairing 0.22.0": { + "name": "pairing", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pairing/0.22.0/download", + "sha256": "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pairing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pairing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "group 0.12.1", + "target": "group" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "pairing_ce 0.28.5": { + "name": "pairing_ce", + "version": "0.28.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pairing_ce/0.28.5/download", + "sha256": "db007b21259660d025918e653508f03050bf23fb96a88601f9936329faadc597" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pairing_ce", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pairing_ce", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ff_ce 0.14.3", + "target": "ff_ce", + "alias": "ff" + }, + { + "id": "rand 0.4.6", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.28.5" + }, + "license": "MIT/Apache-2.0" + }, + "parity-scale-codec 3.6.12": { + "name": "parity-scale-codec", + "version": "3.6.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parity-scale-codec/3.6.12/download", + "sha256": "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_scale_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "derive", + "max-encoded-len", + "parity-scale-codec-derive" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "byte-slice-cast 1.2.2", + "target": "byte_slice_cast" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "parity-scale-codec-derive 3.6.12", + "target": "parity_scale_codec_derive" + } + ], + "selects": {} + }, + "version": "3.6.12" + }, + "license": "Apache-2.0" + }, + "parity-scale-codec-derive 3.6.12": { + "name": "parity-scale-codec-derive", + "version": "3.6.12", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parity-scale-codec-derive/3.6.12/download", + "sha256": "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "parity_scale_codec_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "max-encoded-len" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 3.1.0", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.6.12" + }, + "license": "Apache-2.0" + }, + "parking_lot 0.12.3": { + "name": "parking_lot", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parking_lot/0.12.3/download", + "sha256": "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.12", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.9.10", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "parking_lot_core 0.9.10": { + "name": "parking_lot_core", + "version": "0.9.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/parking_lot_core/0.9.10/download", + "sha256": "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parking_lot_core 0.9.10", + "target": "build_script_build" + }, + { + "id": "smallvec 1.13.2", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.5.1", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.52.5", + "target": "windows_targets" + } + ] + } + }, + "edition": "2021", + "version": "0.9.10" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "pasta_curves 0.4.1": { + "name": "pasta_curves", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pasta_curves/0.4.1/download", + "sha256": "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pasta_curves", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pasta_curves", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "bits", + "blake2b_simd", + "default", + "lazy_static", + "sqrt-table" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "pasta_curves 0.5.1": { + "name": "pasta_curves", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pasta_curves/0.5.1/download", + "sha256": "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pasta_curves", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pasta_curves", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "bits", + "blake2b_simd", + "default", + "lazy_static", + "sqrt-table" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "paste 1.0.15": { + "name": "paste", + "version": "1.0.15", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/paste/1.0.15/download", + "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "paste", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "paste", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.15" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "percent-encoding 2.3.1": { + "name": "percent-encoding", + "version": "2.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", + "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "percent_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "percent_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "pin-project 1.1.5": { + "name": "pin-project", + "version": "1.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project/1.1.5/download", + "sha256": "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "pin-project-internal 1.1.5", + "target": "pin_project_internal" + } + ], + "selects": {} + }, + "version": "1.1.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-internal 1.1.5": { + "name": "pin-project-internal", + "version": "1.1.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project-internal/1.1.5/download", + "sha256": "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "pin_project_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.2.14": { + "name": "pin-project-lite", + "version": "0.2.14", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-project-lite/0.2.14/download", + "sha256": "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.14" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-utils 0.1.0": { + "name": "pin-utils", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", + "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pkcs8 0.10.2": { + "name": "pkcs8", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pkcs8/0.10.2/download", + "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkcs8", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkcs8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.9", + "target": "der" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkg-config 0.3.30": { + "name": "pkg-config", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/pkg-config/0.3.30/download", + "sha256": "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkg_config", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkg_config", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "platforms 3.4.0": { + "name": "platforms", + "version": "3.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/platforms/3.4.0/download", + "sha256": "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "platforms", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "platforms", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "3.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "plonky3_poseidon2_benchmark 0.0.1": { + "name": "plonky3_poseidon2_benchmark", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "plonky3_poseidon2_benchmark", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "plonky3_poseidon2_benchmark", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "p3-bn254-fr 0.1.0", + "target": "p3_bn254_fr" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "zkhash 0.2.0", + "target": "zkhash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "portable-atomic 1.6.0": { + "name": "portable-atomic", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/portable-atomic/1.6.0/download", + "sha256": "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "portable_atomic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "portable_atomic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "portable-atomic 1.6.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 OR MIT" + }, + "poseidon 0.2.0": { + "name": "poseidon", + "version": "0.2.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/poseidon.git", + "commitish": { + "Rev": "00a2fe0" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "poseidon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "poseidon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "halo2curves 0.3.1", + "target": "halo2curves" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "powerfmt 0.2.0": { + "name": "powerfmt", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/powerfmt/0.2.0/download", + "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + } + }, + "targets": [ + { + "Library": { + "crate_name": "powerfmt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "powerfmt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ppv-lite86 0.2.17": { + "name": "ppv-lite86", + "version": "0.2.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download", + "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ppv_lite86", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ppv_lite86", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "simd", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.17" + }, + "license": "MIT/Apache-2.0" + }, + "prettyplease 0.2.20": { + "name": "prettyplease", + "version": "0.2.20", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/prettyplease/0.2.20/download", + "sha256": "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prettyplease", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prettyplease", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "verbatim" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "prettyplease 0.2.20", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "prettyplease02" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-crate 1.3.1": { + "name": "proc-macro-crate", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", + "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-crate 3.1.0": { + "name": "proc-macro-crate", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro-crate/3.1.0/download", + "sha256": "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "toml_edit 0.21.1", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro2 1.0.85": { + "name": "proc-macro2", + "version": "1.0.85", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro2/1.0.85/download", + "sha256": "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.85" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "quote 1.0.36": { + "name": "quote", + "version": "1.0.36", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/quote/1.0.36/download", + "sha256": "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quote", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quote", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.36" + }, + "license": "MIT OR Apache-2.0" + }, + "radium 0.7.0": { + "name": "radium", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/radium/0.7.0/download", + "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + } + }, + "targets": [ + { + "Library": { + "crate_name": "radium", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "radium", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "radium 0.7.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "rand 0.4.6": { + "name": "rand", + "version": "0.4.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand/0.4.6/download", + "sha256": "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "libc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_env = \"sgx\")": [ + { + "id": "rand_core 0.3.1", + "target": "rand_core" + }, + { + "id": "rdrand 0.4.0", + "target": "rdrand" + } + ], + "cfg(target_os = \"fuchsia\")": [ + { + "id": "fuchsia-cprng 0.1.1", + "target": "fuchsia_cprng" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.4.6" + }, + "license": "MIT/Apache-2.0" + }, + "rand 0.8.5": { + "name": "rand", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand/0.8.5/download", + "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "getrandom", + "libc", + "min_const_gen", + "rand_chacha", + "std", + "std_rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.3.1": { + "name": "rand_chacha", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download", + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_core 0.3.1": { + "name": "rand_core", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_core/0.3.1/download", + "sha256": "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.4.2", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT/Apache-2.0" + }, + "rand_core 0.4.2": { + "name": "rand_core", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_core/0.4.2/download", + "sha256": "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "rand_core 0.6.4": { + "name": "rand_core", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_core/0.6.4/download", + "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.15", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_xorshift 0.3.0": { + "name": "rand_xorshift", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", + "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_xorshift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_xorshift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon 1.10.0": { + "name": "rayon", + "version": "1.10.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rayon/1.10.0/download", + "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.12.0", + "target": "either" + }, + { + "id": "rayon-core 1.12.1", + "target": "rayon_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon-core 1.12.1": { + "name": "rayon-core", + "version": "1.12.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rayon-core/1.12.1/download", + "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crossbeam-deque 0.8.5", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-utils 0.8.20", + "target": "crossbeam_utils" + }, + { + "id": "rayon-core 1.12.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.12.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "rayon-core" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon-scan 0.1.1": { + "name": "rayon-scan", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rayon-scan/0.1.1/download", + "sha256": "3f87cc11a0140b4b0da0ffc889885760c61b13672d80a908920b2c0df078fa14" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon_scan", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon_scan", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rayon 1.10.0", + "target": "rayon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rdrand 0.4.0": { + "name": "rdrand", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rdrand/0.4.0/download", + "sha256": "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rdrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rdrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.3.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "license": "ISC" + }, + "redox_syscall 0.5.1": { + "name": "redox_syscall", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/redox_syscall/0.5.1/download", + "sha256": "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syscall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syscall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT" + }, + "redox_users 0.4.5": { + "name": "redox_users", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/redox_users/0.4.5/download", + "sha256": "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" + } + }, + "targets": [ + { + "Library": { + "crate_name": "redox_users", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "redox_users", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.15", + "target": "getrandom" + }, + { + "id": "libredox 0.1.3", + "target": "libredox" + }, + { + "id": "thiserror 1.0.61", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.5" + }, + "license": "MIT" + }, + "regex 1.10.4": { + "name": "regex", + "version": "1.10.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex/1.10.4/download", + "sha256": "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std", + "unicode-case", + "unicode-perl" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "regex-automata 0.4.6", + "target": "regex_automata" + }, + { + "id": "regex-syntax 0.8.3", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.10.4" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-automata 0.1.10": { + "name": "regex-automata", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-automata/0.1.10/download", + "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_automata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_automata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "regex-syntax", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "regex-syntax 0.6.29", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.10" + }, + "license": "Unlicense/MIT" + }, + "regex-automata 0.4.6": { + "name": "regex-automata", + "version": "0.4.6", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-automata/0.4.6/download", + "sha256": "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_automata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_automata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "meta", + "nfa-pikevm", + "nfa-thompson", + "std", + "syntax", + "unicode-case", + "unicode-perl", + "unicode-word-boundary" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "regex-syntax 0.8.3", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.6" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.6.29": { + "name": "regex-syntax", + "version": "0.6.29", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download", + "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.29" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.8.3": { + "name": "regex-syntax", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/regex-syntax/0.8.3/download", + "sha256": "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std", + "unicode-case", + "unicode-perl" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.8.3" + }, + "license": "MIT OR Apache-2.0" + }, + "reqwest 0.12.4": { + "name": "reqwest", + "version": "0.12.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/reqwest/0.12.4/download", + "sha256": "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reqwest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "reqwest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__rustls", + "__tls", + "charset", + "default", + "default-tls", + "h2", + "http2", + "macos-system-configuration", + "rustls-pki-types", + "rustls-tls", + "rustls-tls-webpki-roots", + "stream", + "trust-dns" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "sync_wrapper 0.1.2", + "target": "sync_wrapper" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "encoding_rs 0.8.34", + "target": "encoding_rs" + }, + { + "id": "h2 0.4.5", + "target": "h2" + }, + { + "id": "http-body 1.0.0", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.1", + "target": "http_body_util" + }, + { + "id": "hyper 1.3.1", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.26.0", + "target": "hyper_rustls" + }, + { + "id": "hyper-tls 0.6.0", + "target": "hyper_tls" + }, + { + "id": "hyper-util 0.1.5", + "target": "hyper_util" + }, + { + "id": "ipnet 2.9.0", + "target": "ipnet" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "native-tls 0.2.12", + "target": "native_tls", + "alias": "native_tls_crate" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + }, + { + "id": "rustls 0.22.4", + "target": "rustls" + }, + { + "id": "rustls-pemfile 2.1.2", + "target": "rustls_pemfile" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tokio-native-tls 0.3.1", + "target": "tokio_native_tls" + }, + { + "id": "tokio-rustls 0.25.0", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.11", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.26.1", + "target": "webpki_roots" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "serde_json 1.0.117", + "target": "serde_json" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.42", + "target": "wasm_bindgen_futures" + }, + { + "id": "wasm-streams 0.4.0", + "target": "wasm_streams" + }, + { + "id": "web-sys 0.3.69", + "target": "web_sys" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "system-configuration 0.5.1", + "target": "system_configuration" + } + ], + "cfg(windows)": [ + { + "id": "winreg 0.52.0", + "target": "winreg" + } + ] + } + }, + "edition": "2021", + "version": "0.12.4" + }, + "license": "MIT OR Apache-2.0" + }, + "rfc6979 0.4.0": { + "name": "rfc6979", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rfc6979/0.4.0/download", + "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rfc6979", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rfc6979", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ring 0.17.8": { + "name": "ring", + "version": "0.17.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ring/0.17.8/download", + "sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.2.15", + "target": "getrandom" + }, + { + "id": "ring 0.17.8", + "target": "build_script_build" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "spin 0.9.8", + "target": "spin" + } + ] + } + }, + "edition": "2021", + "version": "0.17.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.98", + "target": "cc" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "CARGO_MANIFEST_LINKS": "ring_core_0_17_8" + }, + "selects": {} + }, + "links": "ring_core_0_17_8" + }, + "license": null + }, + "rrs-lib 0.1.0": { + "name": "rrs-lib", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/GregAC/rrs.git", + "commitish": { + "Branch": "main" + }, + "strip_prefix": "rrs-lib" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rrs_lib", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rrs_lib", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "downcast-rs 1.2.1", + "target": "downcast_rs" + }, + { + "id": "num_enum 0.5.11", + "target": "num_enum" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "rustc-demangle 0.1.24": { + "name": "rustc-demangle", + "version": "0.1.24", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc-demangle/0.1.24/download", + "sha256": "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_demangle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.24" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-hash 1.1.0": { + "name": "rustc-hash", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc-hash/1.1.0/download", + "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0/MIT" + }, + "rustc_version 0.4.0": { + "name": "rustc_version", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc_version/0.4.0/download", + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_version", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "semver 1.0.23", + "target": "semver" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "rustix 0.38.34": { + "name": "rustix", + "version": "0.38.34", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustix/0.38.34/download", + "sha256": "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fs", + "libc-extra-traits", + "std", + "use-libc-auxv" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "rustix 0.38.34", + "target": "build_script_build" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "linux-raw-sys 0.4.14", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + { + "id": "errno 0.3.9", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "linux-raw-sys 0.4.14", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "errno 0.3.9", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.9", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.38.34" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustls 0.22.4": { + "name": "rustls", + "version": "0.22.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls/0.22.4/download", + "sha256": "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log", + "logging", + "ring", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "rustls 0.22.4", + "target": "build_script_build" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + }, + { + "id": "rustls-webpki 0.102.4", + "target": "webpki" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.22.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "ring 0.17.8", + "target": "ring" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustls-pemfile 2.1.2": { + "name": "rustls-pemfile", + "version": "2.1.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls-pemfile/2.1.2/download", + "sha256": "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_pemfile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_pemfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.2" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustls-pki-types 1.7.0": { + "name": "rustls-pki-types", + "version": "1.7.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls-pki-types/1.7.0/download", + "sha256": "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_pki_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_pki_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.7.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rustls-webpki 0.102.4": { + "name": "rustls-webpki", + "version": "0.102.4", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls-webpki/0.102.4/download", + "sha256": "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "ring", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.102.4" + }, + "license": "ISC" + }, + "rustversion 1.0.17": { + "name": "rustversion", + "version": "1.0.17", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustversion/1.0.17/download", + "sha256": "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "rustversion", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build/build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustversion", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustversion 1.0.17", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "ryu 1.0.18": { + "name": "ryu", + "version": "1.0.18", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ryu/1.0.18/download", + "sha256": "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ryu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ryu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.18" + }, + "license": "Apache-2.0 OR BSL-1.0" + }, + "scale-info 2.11.3": { + "name": "scale-info", + "version": "2.11.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/scale-info/2.11.3/download", + "sha256": "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_info", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "derive", + "scale-info-derive" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.6.12", + "target": "parity_scale_codec", + "alias": "scale" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "scale-info-derive 2.11.3", + "target": "scale_info_derive" + } + ], + "selects": {} + }, + "version": "2.11.3" + }, + "license": "Apache-2.0" + }, + "scale-info-derive 2.11.3": { + "name": "scale-info-derive", + "version": "2.11.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/scale-info-derive/2.11.3/download", + "sha256": "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_info_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 3.1.0", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.11.3" + }, + "license": "Apache-2.0" + }, + "scc 2.1.1": { + "name": "scc", + "version": "2.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/scc/2.1.1/download", + "sha256": "76ad2bbb0ae5100a07b7a6f2ed7ab5fd0045551a4c507989b7a620046ea3efdc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "sdd 0.2.0", + "target": "sdd" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.1" + }, + "license": "Apache-2.0" + }, + "schannel 0.1.23": { + "name": "schannel", + "version": "0.1.23", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/schannel/0.1.23/download", + "sha256": "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schannel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schannel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.23" + }, + "license": "MIT" + }, + "scopeguard 1.2.0": { + "name": "scopeguard", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", + "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scopeguard", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scopeguard", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sdd 0.2.0": { + "name": "sdd", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sdd/0.2.0/download", + "sha256": "b84345e4c9bd703274a082fb80caaa99b7612be48dfaa1dd9266577ec412309d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sdd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sdd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.2.0" + }, + "license": "Apache-2.0" + }, + "sec1 0.7.3": { + "name": "sec1", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sec1/0.7.3/download", + "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sec1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sec1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "der", + "point", + "std", + "subtle", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "der 0.7.9", + "target": "der" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "security-framework 2.11.0": { + "name": "security-framework", + "version": "2.11.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/security-framework/2.11.0/download", + "sha256": "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_10", + "OSX_10_11", + "OSX_10_9", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.4", + "target": "core_foundation" + }, + { + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "security-framework-sys 2.11.0", + "target": "security_framework_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "security-framework-sys 2.11.0": { + "name": "security-framework-sys", + "version": "2.11.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/security-framework-sys/2.11.0/download", + "sha256": "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_10", + "OSX_10_11", + "OSX_10_9", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "semver 1.0.23": { + "name": "semver", + "version": "1.0.23", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/semver/1.0.23/download", + "sha256": "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "semver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "semver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "semver 1.0.23", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.23" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde 1.0.203": { + "name": "serde", + "version": "1.0.203", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde/1.0.203/download", + "sha256": "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "derive", + "rc", + "serde_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.203", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.203", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.203" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_derive 1.0.203": { + "name": "serde_derive", + "version": "1.0.203", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_derive/1.0.203/download", + "sha256": "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.203" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_json 1.0.117": { + "name": "serde_json", + "version": "1.0.117", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_json/1.0.117/download", + "sha256": "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_json", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_json", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "ryu 1.0.18", + "target": "ryu" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "serde_json 1.0.117", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.117" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_urlencoded 0.7.1": { + "name": "serde_urlencoded", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", + "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "ryu 1.0.18", + "target": "ryu" + }, + { + "id": "serde 1.0.203", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "MIT/Apache-2.0" + }, + "serde_with 3.8.1": { + "name": "serde_with", + "version": "3.8.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_with/3.8.1/download", + "sha256": "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_with", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_with", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "macros", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "chrono 0.4.38", + "target": "chrono", + "alias": "chrono_0_4" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap", + "alias": "indexmap_1" + }, + { + "id": "indexmap 2.2.6", + "target": "indexmap", + "alias": "indexmap_2" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "time 0.3.36", + "target": "time", + "alias": "time_0_3" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.203", + "target": "serde_derive" + }, + { + "id": "serde_with_macros 3.8.1", + "target": "serde_with_macros" + } + ], + "selects": {} + }, + "version": "3.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_with_macros 3.8.1": { + "name": "serde_with_macros", + "version": "3.8.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_with_macros/3.8.1/download", + "sha256": "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_with_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_with_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.20.9", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "serial_test 3.1.1": { + "name": "serial_test", + "version": "3.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serial_test/3.1.1/download", + "sha256": "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serial_test", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serial_test", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async", + "default", + "futures", + "log", + "logging" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.30", + "target": "futures" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.3", + "target": "parking_lot" + }, + { + "id": "scc 2.1.1", + "target": "scc" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "serial_test_derive 3.1.1", + "target": "serial_test_derive" + } + ], + "selects": {} + }, + "version": "3.1.1" + }, + "license": "MIT" + }, + "serial_test_derive 3.1.1": { + "name": "serial_test_derive", + "version": "3.1.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serial_test_derive/3.1.1/download", + "sha256": "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serial_test_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serial_test_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.1" + }, + "license": "MIT" + }, + "sha2 0.10.8": { + "name": "sha2", + "version": "0.10.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha2/0.10.8/download", + "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.12", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sha3 0.10.8": { + "name": "sha3", + "version": "0.10.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha3/0.10.8/download", + "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "keccak 0.1.5", + "target": "keccak" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sha3 0.9.1": { + "name": "sha3", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sha3/0.9.1/download", + "sha256": "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "keccak 0.1.5", + "target": "keccak" + }, + { + "id": "opaque-debug 0.3.1", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "MIT OR Apache-2.0" + }, + "sharded-slab 0.1.7": { + "name": "sharded-slab", + "version": "0.1.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/sharded-slab/0.1.7/download", + "sha256": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sharded_slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sharded_slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.7" + }, + "license": "MIT" + }, + "shlex 1.3.0": { + "name": "shlex", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/shlex/1.3.0/download", + "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + } + }, + "targets": [ + { + "Library": { + "crate_name": "shlex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "shlex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "signal-hook-registry 1.4.2": { + "name": "signal-hook-registry", + "version": "1.4.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/signal-hook-registry/1.4.2/download", + "sha256": "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signal_hook_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signal_hook_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.2" + }, + "license": "Apache-2.0/MIT" + }, + "signature 2.2.0": { + "name": "signature", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/signature/2.2.0/download", + "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "digest", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "size 0.4.1": { + "name": "size", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/size/0.4.1/download", + "sha256": "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "size", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "size", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT" + }, + "slab 0.4.9": { + "name": "slab", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/slab/0.4.9/download", + "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "slab 0.4.9", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "smallvec 1.13.2": { + "name": "smallvec", + "version": "1.13.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/smallvec/1.13.2/download", + "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smallvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smallvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "const_generics", + "const_new", + "write" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.13.2" + }, + "license": "MIT OR Apache-2.0" + }, + "snowbridge-amcl 1.0.2": { + "name": "snowbridge-amcl", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/snowbridge-amcl/1.0.2/download", + "sha256": "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "snowbridge_amcl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "snowbridge_amcl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bls381" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.12", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.11.3", + "target": "scale_info" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.2" + }, + "license": "Apache-2.0" + }, + "socket2 0.5.7": { + "name": "socket2", + "version": "0.5.7", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/socket2/0.5.7/download", + "sha256": "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "socket2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "socket2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "all" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.5.7" + }, + "license": "MIT OR Apache-2.0" + }, + "sp1-core 0.1.0": { + "name": "sp1-core", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "core" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp1_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp1_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.86", + "target": "anyhow" + }, + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "blake3 1.5.1", + "target": "blake3" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "curve25519-dalek 4.1.2", + "target": "curve25519_dalek" + }, + { + "id": "elf 0.7.4", + "target": "elf" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "generic-array 1.0.0", + "target": "generic_array" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "k256 0.13.3", + "target": "k256" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "num 0.4.3", + "target": "num" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-blake3 0.1.0", + "target": "p3_blake3" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-fri 0.1.0", + "target": "p3_fri" + }, + { + "id": "p3-keccak 0.1.0", + "target": "p3_keccak" + }, + { + "id": "p3-keccak-air 0.1.0", + "target": "p3_keccak_air" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-merkle-tree 0.1.0", + "target": "p3_merkle_tree" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "p3-uni-stark 0.1.0", + "target": "p3_uni_stark" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "rayon-scan 0.1.1", + "target": "rayon_scan" + }, + { + "id": "rrs-lib 0.1.0", + "target": "rrs_lib" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "serde_with 3.8.1", + "target": "serde_with" + }, + { + "id": "size 0.4.1", + "target": "size" + }, + { + "id": "snowbridge-amcl 1.0.2", + "target": "snowbridge_amcl", + "alias": "amcl" + }, + { + "id": "sp1-primitives 0.1.0", + "target": "sp1_primitives" + }, + { + "id": "strum 0.26.2", + "target": "strum" + }, + { + "id": "tempfile 3.10.1", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.61", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-forest 0.1.6", + "target": "tracing_forest" + }, + { + "id": "tracing-subscriber 0.3.18", + "target": "tracing_subscriber" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + }, + { + "id": "web-time 1.1.0", + "target": "web_time" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp1-derive 0.1.0", + "target": "sp1_derive" + }, + { + "id": "strum_macros 0.26.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": null + }, + "sp1-derive 0.1.0": { + "name": "sp1-derive", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "derive" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp1_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp1_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": null + }, + "sp1-primitives 0.1.0": { + "name": "sp1-primitives", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "primitives" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp1_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp1_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": null + }, + "sp1-prover 0.1.0": { + "name": "sp1-prover", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "prover" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp1_prover", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp1_prover", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "data": { + "common": [ + "src/fibonacci/program/elf/riscv32im-succinct-zkvm-elf" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.86", + "target": "anyhow" + }, + { + "id": "backtrace 0.3.72", + "target": "backtrace" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "clap 4.5.4", + "target": "clap" + }, + { + "id": "dirs 5.0.1", + "target": "dirs" + }, + { + "id": "futures 0.3.30", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "indicatif 0.17.8", + "target": "indicatif" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-bn254-fr 0.1.0", + "target": "p3_bn254_fr" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "reqwest 0.12.4", + "target": "reqwest" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "serde_json 1.0.117", + "target": "serde_json" + }, + { + "id": "serial_test 3.1.1", + "target": "serial_test" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "size 0.4.1", + "target": "size" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-primitives 0.1.0", + "target": "sp1_primitives" + }, + { + "id": "sp1-recursion-circuit 0.1.0", + "target": "sp1_recursion_circuit" + }, + { + "id": "sp1-recursion-compiler 0.1.0", + "target": "sp1_recursion_compiler" + }, + { + "id": "sp1-recursion-core 0.1.0", + "target": "sp1_recursion_core" + }, + { + "id": "sp1-recursion-gnark-ffi 0.1.0", + "target": "sp1_recursion_gnark_ffi" + }, + { + "id": "sp1-recursion-program 0.1.0", + "target": "sp1_recursion_program" + }, + { + "id": "subtle-encoding 0.5.1", + "target": "subtle_encoding" + }, + { + "id": "tempfile 3.10.1", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.61", + "target": "thiserror" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.18", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": null + }, + "sp1-recursion-circuit 0.1.0": { + "name": "sp1-recursion-circuit", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "recursion/circuit" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp1_recursion_circuit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp1_recursion_circuit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-bn254-fr 0.1.0", + "target": "p3_bn254_fr" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-fri 0.1.0", + "target": "p3_fri" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-recursion-compiler 0.1.0", + "target": "sp1_recursion_compiler" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "sp1-recursion-core 0.1.0", + "target": "sp1_recursion_core" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "sp1-recursion-program 0.1.0", + "target": "sp1_recursion_program" } ], "selects": {} }, "edition": "2021", - "version": "0.13.0" + "proc_macro_deps": { + "common": [ + { + "id": "sp1-recursion-derive 0.1.0", + "target": "sp1_recursion_derive" + } + ], + "selects": {} + }, + "version": "0.1.0" }, - "license": "MIT/Apache-2.0" + "license": null }, - "halo2 0.1.0-beta.2": { - "name": "halo2", - "version": "0.1.0-beta.2", + "sp1-recursion-compiler 0.1.0": { + "name": "sp1-recursion-compiler", + "version": "0.1.0", "repository": { - "Http": { - "url": "https://static.crates.io/crates/halo2/0.1.0-beta.2/download", - "sha256": "2a23c779b38253fe1538102da44ad5bd5378495a61d2c4ee18d64eaa61ae5995" + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "recursion/compiler" } }, "targets": [ { "Library": { - "crate_name": "halo2", + "crate_name": "sp1_recursion_compiler", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4602,7 +19149,7 @@ } } ], - "library_target_name": "halo2", + "library_target_name": "sp1_recursion_compiler", "common_attrs": { "compile_data_glob": [ "**" @@ -4610,25 +19157,102 @@ "deps": { "common": [ { - "id": "halo2_proofs 0.1.0", - "target": "halo2_proofs" + "id": "backtrace 0.3.72", + "target": "backtrace" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-bn254-fr 0.1.0", + "target": "p3_bn254_fr" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-fri 0.1.0", + "target": "p3_fri" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-recursion-core 0.1.0", + "target": "sp1_recursion_core" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" } ], "selects": {} }, - "edition": "2018", - "version": "0.1.0-beta.2" + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp1-recursion-derive 0.1.0", + "target": "sp1_recursion_derive" + } + ], + "selects": {} + }, + "version": "0.1.0" }, "license": null }, - "halo2_fft_benchmark 0.0.1": { - "name": "halo2_fft_benchmark", - "version": "0.0.1", - "repository": null, + "sp1-recursion-core 0.1.0": { + "name": "sp1-recursion-core", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "recursion/core" + } + }, "targets": [ { "Library": { - "crate_name": "halo2_fft_benchmark", + "crate_name": "sp1_recursion_core", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4636,7 +19260,7 @@ } } ], - "library_target_name": "halo2_fft_benchmark", + "library_target_name": "sp1_recursion_core", "common_attrs": { "compile_data_glob": [ "**" @@ -4644,25 +19268,138 @@ "deps": { "common": [ { - "id": "halo2_proofs 0.2.0", - "target": "halo2_proofs" + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "backtrace 0.3.72", + "target": "backtrace" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + }, + { + "id": "itertools 0.12.1", + "target": "itertools" + }, + { + "id": "p3-air 0.1.0", + "target": "p3_air" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-bn254-fr 0.1.0", + "target": "p3_bn254_fr" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-fri 0.1.0", + "target": "p3_fri" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-merkle-tree 0.1.0", + "target": "p3_merkle_tree" + }, + { + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" + }, + { + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "serde_with 3.8.1", + "target": "serde_with" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-primitives 0.1.0", + "target": "sp1_primitives" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "zkhash 0.2.0", + "target": "zkhash" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "proc_macro_deps": { + "common": [ + { + "id": "sp1-derive 0.1.0", + "target": "sp1_derive" + } + ], + "selects": {} + }, + "version": "0.1.0" }, - "license": "MIT OR Apache-2.0" + "license": null }, - "halo2_msm_benchmark 0.0.1": { - "name": "halo2_msm_benchmark", - "version": "0.0.1", - "repository": null, + "sp1-recursion-derive 0.1.0": { + "name": "sp1-recursion-derive", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "recursion/derive" + } + }, "targets": [ { - "Library": { - "crate_name": "halo2_msm_benchmark", + "ProcMacro": { + "crate_name": "sp1_recursion_derive", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4670,7 +19407,7 @@ } } ], - "library_target_name": "halo2_msm_benchmark", + "library_target_name": "sp1_recursion_derive", "common_attrs": { "compile_data_glob": [ "**" @@ -4678,38 +19415,58 @@ "deps": { "common": [ { - "id": "halo2_proofs 0.2.0", - "target": "halo2_proofs" + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "version": "0.1.0" }, - "license": "MIT OR Apache-2.0" + "license": null }, - "halo2_proofs 0.1.0": { - "name": "halo2_proofs", + "sp1-recursion-gnark-ffi 0.1.0": { + "name": "sp1-recursion-gnark-ffi", "version": "0.1.0", "repository": { - "Http": { - "url": "https://static.crates.io/crates/halo2_proofs/0.1.0/download", - "sha256": "e925780549adee8364c7f2b685c753f6f3df23bde520c67416e93bf615933760" + "Git": { + "remote": "https://github.com/kroma-network/sp1.git", + "commitish": { + "Rev": "353bf42" + }, + "strip_prefix": "recursion/gnark-ffi" } }, "targets": [ { "Library": { - "crate_name": "halo2_proofs", + "crate_name": "sp1_recursion_gnark_ffi", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "halo2_proofs", + "library_target_name": "sp1_recursion_gnark_ffi", "common_attrs": { "compile_data_glob": [ "**" @@ -4717,28 +19474,48 @@ "deps": { "common": [ { - "id": "blake2b_simd 1.0.2", - "target": "blake2b_simd" + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "rand 0.8.5", + "target": "rand" }, { - "id": "ff 0.12.1", - "target": "ff" + "id": "serde 1.0.203", + "target": "serde" }, { - "id": "group 0.12.1", - "target": "group" + "id": "serde_json 1.0.117", + "target": "serde_json" }, { - "id": "pasta_curves 0.4.1", - "target": "pasta_curves" + "id": "sp1-recursion-compiler 0.1.0", + "target": "sp1_recursion_compiler" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "sp1-recursion-gnark-ffi 0.1.0", + "target": "build_script_build" }, { - "id": "rayon 1.10.0", - "target": "rayon" + "id": "tempfile 3.10.1", + "target": "tempfile" } ], "selects": {} @@ -4746,24 +19523,46 @@ "edition": "2021", "version": "0.1.0" }, - "license": "MIT OR Apache-2.0" + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + }, + { + "id": "cc 1.0.98", + "target": "cc" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + } + }, + "license": null }, - "halo2_proofs 0.2.0": { - "name": "halo2_proofs", - "version": "0.2.0", + "sp1-recursion-program 0.1.0": { + "name": "sp1-recursion-program", + "version": "0.1.0", "repository": { "Git": { - "remote": "https://github.com/kroma-network/halo2.git", + "remote": "https://github.com/kroma-network/sp1.git", "commitish": { - "Rev": "be2e64f" + "Rev": "353bf42" }, - "strip_prefix": "halo2_proofs" + "strip_prefix": "recursion/program" } }, "targets": [ { "Library": { - "crate_name": "halo2_proofs", + "crate_name": "sp1_recursion_program", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4771,76 +19570,88 @@ } } ], - "library_target_name": "halo2_proofs", + "library_target_name": "sp1_recursion_program", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "batch", - "default", - "gwc" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "ark-std 0.3.0", - "target": "ark_std" + "id": "itertools 0.12.1", + "target": "itertools" }, { - "id": "blake2b_simd 1.0.2", - "target": "blake2b_simd" + "id": "p3-air 0.1.0", + "target": "p3_air" }, { - "id": "cfg-if 0.1.10", - "target": "cfg_if" + "id": "p3-baby-bear 0.1.0", + "target": "p3_baby_bear" }, { - "id": "ff 0.12.1", - "target": "ff" + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" }, { - "id": "group 0.12.1", - "target": "group" + "id": "p3-commit 0.1.0", + "target": "p3_commit" }, { - "id": "halo2curves 0.3.1", - "target": "halo2curves" + "id": "p3-dft 0.1.0", + "target": "p3_dft" }, { - "id": "log 0.4.21", - "target": "log" + "id": "p3-field 0.1.0", + "target": "p3_field" }, { - "id": "num-bigint 0.4.5", - "target": "num_bigint" + "id": "p3-fri 0.1.0", + "target": "p3_fri" }, { - "id": "num-integer 0.1.46", - "target": "num_integer" + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" }, { - "id": "poseidon 0.2.0", - "target": "poseidon" + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "p3-merkle-tree 0.1.0", + "target": "p3_merkle_tree" }, { - "id": "rayon 1.10.0", - "target": "rayon" + "id": "p3-poseidon2 0.1.0", + "target": "p3_poseidon2" }, { - "id": "sha3 0.9.1", - "target": "sha3" + "id": "p3-symmetric 0.1.0", + "target": "p3_symmetric" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-recursion-compiler 0.1.0", + "target": "sp1_recursion_compiler" + }, + { + "id": "sp1-recursion-core 0.1.0", + "target": "sp1_recursion_core" }, { "id": "tracing 0.1.40", @@ -4850,137 +19661,89 @@ "selects": {} }, "edition": "2021", - "version": "0.2.0" + "version": "0.1.0" }, - "license": "MIT OR Apache-2.0" + "license": null }, - "halo2curves 0.3.1": { - "name": "halo2curves", - "version": "0.3.1", + "spin 0.5.2": { + "name": "spin", + "version": "0.5.2", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/halo2curves.git", - "commitish": { - "Rev": "c0ac193" - } + "Http": { + "url": "https://static.crates.io/crates/spin/0.5.2/download", + "sha256": "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" } }, "targets": [ { "Library": { - "crate_name": "halo2curves", + "crate_name": "spin", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, + } + ], + "library_target_name": "spin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.5.2" + }, + "license": "MIT" + }, + "spin 0.9.8": { + "name": "spin", + "version": "0.9.8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/spin/0.9.8/download", + "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + } + }, + "targets": [ { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", + "Library": { + "crate_name": "spin", + "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "halo2curves", + "library_target_name": "spin", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "group 0.12.1", - "target": "group" - }, - { - "id": "halo2curves 0.3.1", - "target": "build_script_build" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" - }, - { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "pasta_curves 0.4.1", - "target": "pasta_curves" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "serde 1.0.164", - "target": "serde" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } + "once" ], "selects": {} }, - "version": "0.3.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2015", + "version": "0.9.8" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "hashbrown 0.13.2": { - "name": "hashbrown", - "version": "0.13.2", + "spki 0.7.3": { + "name": "spki", + "version": "0.7.3", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.13.2/download", - "sha256": "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" + "url": "https://static.crates.io/crates/spki/0.7.3/download", + "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" } }, "targets": [ { "Library": { - "crate_name": "hashbrown", + "crate_name": "spki", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -4988,46 +19751,45 @@ } } ], - "library_target_name": "hashbrown", + "library_target_name": "spki", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "ahash", - "default", - "inline-more" + "alloc", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "ahash 0.8.11", - "target": "ahash" + "id": "der 0.7.9", + "target": "der" } ], "selects": {} }, "edition": "2021", - "version": "0.13.2" + "version": "0.7.3" }, - "license": "MIT OR Apache-2.0" - }, - "hashbrown 0.14.5": { - "name": "hashbrown", - "version": "0.14.5", + "license": "Apache-2.0 OR MIT" + }, + "static_assertions 1.1.0": { + "name": "static_assertions", + "version": "1.1.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.14.5/download", - "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" + "url": "https://static.crates.io/crates/static_assertions/1.1.0/download", + "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" } }, "targets": [ { "Library": { - "crate_name": "hashbrown", + "crate_name": "static_assertions", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5035,51 +19797,29 @@ } } ], - "library_target_name": "hashbrown", + "library_target_name": "static_assertions", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "ahash", - "allocator-api2", - "default", - "inline-more" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "allocator-api2 0.2.18", - "target": "allocator_api2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" + "edition": "2015", + "version": "1.1.0" }, "license": "MIT OR Apache-2.0" }, - "hermit-abi 0.3.9": { - "name": "hermit-abi", - "version": "0.3.9", + "strsim 0.11.1": { + "name": "strsim", + "version": "0.11.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download", - "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + "url": "https://static.crates.io/crates/strsim/0.11.1/download", + "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" } }, "targets": [ { "Library": { - "crate_name": "hermit_abi", + "crate_name": "strsim", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5087,29 +19827,29 @@ } } ], - "library_target_name": "hermit_abi", + "library_target_name": "strsim", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2021", - "version": "0.3.9" + "edition": "2015", + "version": "0.11.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "hex 0.4.3": { - "name": "hex", - "version": "0.4.3", + "strum 0.26.2": { + "name": "strum", + "version": "0.26.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex/0.4.3/download", - "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + "url": "https://static.crates.io/crates/strum/0.26.2/download", + "sha256": "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" } }, "targets": [ { "Library": { - "crate_name": "hex", + "crate_name": "strum", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5117,32 +19857,36 @@ } } ], - "library_target_name": "hex", + "library_target_name": "strum", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", "default", "std" ], "selects": {} }, "edition": "2018", - "version": "0.4.3" + "version": "0.26.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "horizen_poseidon2_benchmark 0.0.1": { - "name": "horizen_poseidon2_benchmark", - "version": "0.0.1", - "repository": null, + "strum_macros 0.26.3": { + "name": "strum_macros", + "version": "0.26.3", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/strum_macros/0.26.3/download", + "sha256": "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87" + } + }, "targets": [ { - "Library": { - "crate_name": "horizen_poseidon2_benchmark", + "ProcMacro": { + "crate_name": "strum_macros", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5150,7 +19894,7 @@ } } ], - "library_target_name": "horizen_poseidon2_benchmark", + "library_target_name": "strum_macros", "common_attrs": { "compile_data_glob": [ "**" @@ -5158,30 +19902,51 @@ "deps": { "common": [ { - "id": "zkhash 0.2.0", - "target": "zkhash" + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" } ], "selects": {} }, - "edition": "2021", - "version": "0.0.1" + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.17", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.26.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "itertools 0.10.5": { - "name": "itertools", - "version": "0.10.5", + "subtle 2.5.0": { + "name": "subtle", + "version": "2.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.10.5/download", - "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" + "url": "https://static.crates.io/crates/subtle/2.5.0/download", + "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" } }, "targets": [ { "Library": { - "crate_name": "itertools", + "crate_name": "subtle", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5189,92 +19954,169 @@ } } ], - "library_target_name": "itertools", + "library_target_name": "subtle", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "use_alloc", - "use_std" + "default", + "i128", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.5.0" + }, + "license": "BSD-3-Clause" + }, + "subtle-encoding 0.5.1": { + "name": "subtle-encoding", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/subtle-encoding/0.5.1/download", + "sha256": "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "base64", + "default", + "hex", + "std", + "zeroize" ], "selects": {} }, "deps": { "common": [ { - "id": "either 1.11.0", - "target": "either" + "id": "zeroize 1.8.1", + "target": "zeroize" } ], "selects": {} }, "edition": "2018", - "version": "0.10.5" + "version": "0.5.1" }, - "license": "MIT/Apache-2.0" + "license": "Apache-2.0 OR MIT" }, - "itertools 0.12.1": { - "name": "itertools", - "version": "0.12.1", + "syn 1.0.109": { + "name": "syn", + "version": "1.0.109", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.12.1/download", - "sha256": "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" + "url": "https://static.crates.io/crates/syn/1.0.109/download", + "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" } }, "targets": [ { "Library": { - "crate_name": "itertools", + "crate_name": "syn", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "itertools", + "library_target_name": "syn", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "clone-impls", "default", - "use_alloc", - "use_std" + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" ], "selects": {} }, "deps": { "common": [ { - "id": "either 1.11.0", - "target": "either" + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" } ], "selects": {} }, "edition": "2018", - "version": "0.12.1" + "version": "1.0.109" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0" }, - "jubjub 0.9.0": { - "name": "jubjub", - "version": "0.9.0", + "syn 2.0.66": { + "name": "syn", + "version": "2.0.66", "repository": { "Http": { - "url": "https://static.crates.io/crates/jubjub/0.9.0/download", - "sha256": "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" + "url": "https://static.crates.io/crates/syn/2.0.66/download", + "sha256": "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" } }, "targets": [ { "Library": { - "crate_name": "jubjub", + "crate_name": "syn", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5282,66 +20124,61 @@ } } ], - "library_target_name": "jubjub", + "library_target_name": "syn", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "bits", - "default" + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "visit", + "visit-mut" ], "selects": {} }, "deps": { "common": [ { - "id": "bitvec 1.0.1", - "target": "bitvec" - }, - { - "id": "bls12_381 0.7.1", - "target": "bls12_381" - }, - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "group 0.12.1", - "target": "group" + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" }, { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "quote 1.0.36", + "target": "quote" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" } ], "selects": {} }, "edition": "2021", - "version": "0.9.0" + "version": "2.0.66" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "keccak 0.1.5": { - "name": "keccak", - "version": "0.1.5", + "sync_wrapper 0.1.2": { + "name": "sync_wrapper", + "version": "0.1.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/keccak/0.1.5/download", - "sha256": "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" + "url": "https://static.crates.io/crates/sync_wrapper/0.1.2/download", + "sha256": "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" } }, "targets": [ { "Library": { - "crate_name": "keccak", + "crate_name": "sync_wrapper", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5349,40 +20186,29 @@ } } ], - "library_target_name": "keccak", + "library_target_name": "sync_wrapper", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [], - "selects": { - "cfg(target_arch = \"aarch64\")": [ - { - "id": "cpufeatures 0.2.12", - "target": "cpufeatures" - } - ] - } - }, "edition": "2018", - "version": "0.1.5" + "version": "0.1.2" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0" }, - "lazy_static 1.4.0": { - "name": "lazy_static", - "version": "1.4.0", + "system-configuration 0.5.1": { + "name": "system-configuration", + "version": "0.5.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/lazy_static/1.4.0/download", - "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + "url": "https://static.crates.io/crates/system-configuration/0.5.1/download", + "sha256": "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" } }, "targets": [ { "Library": { - "crate_name": "lazy_static", + "crate_name": "system_configuration", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5390,45 +20216,46 @@ } } ], - "library_target_name": "lazy_static", + "library_target_name": "system_configuration", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "spin", - "spin_no_std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "spin 0.5.2", - "target": "spin" + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.4", + "target": "core_foundation" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "system_configuration_sys" } ], "selects": {} }, - "edition": "2015", - "version": "1.4.0" + "edition": "2021", + "version": "0.5.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "libc 0.2.154": { - "name": "libc", - "version": "0.2.154", + "system-configuration-sys 0.5.0": { + "name": "system-configuration-sys", + "version": "0.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/libc/0.2.154/download", - "sha256": "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" + "url": "https://static.crates.io/crates/system-configuration-sys/0.5.0/download", + "sha256": "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" } }, "targets": [ { "Library": { - "crate_name": "libc", + "crate_name": "system_configuration_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5445,29 +20272,30 @@ } } ], - "library_target_name": "libc", + "library_target_name": "system_configuration_sys", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "libc 0.2.154", + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "system-configuration-sys 0.5.0", "target": "build_script_build" } ], "selects": {} }, - "edition": "2015", - "version": "0.2.154" + "edition": "2021", + "version": "0.5.0" }, "build_script_attrs": { "data_glob": [ @@ -5476,36 +20304,22 @@ }, "license": "MIT OR Apache-2.0" }, - "link-cplusplus 1.0.9": { - "name": "link-cplusplus", - "version": "1.0.9", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/link-cplusplus/1.0.9/download", - "sha256": "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" - } - }, + "tachyon_halo2 0.0.1": { + "name": "tachyon_halo2", + "version": "0.0.1", + "repository": null, "targets": [ { "Library": { - "crate_name": "link_cplusplus", + "crate_name": "tachyon_halo2", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "link_cplusplus", + "library_target_name": "tachyon_halo2", "common_attrs": { "compile_data_glob": [ "**" @@ -5519,45 +20333,215 @@ "deps": { "common": [ { - "id": "link-cplusplus 1.0.9", - "target": "build_script_build" + "id": "cxx 1.0.122", + "target": "cxx" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "halo2_proofs 0.2.0", + "target": "halo2_proofs" + }, + { + "id": "halo2curves 0.3.1", + "target": "halo2curves" + }, + { + "id": "num-bigint 0.4.5", + "target": "num_bigint" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" } ], "selects": {} }, - "edition": "2018", - "version": "1.0.9" + "deps_dev": { + "common": [ + { + "id": "rand_xorshift 0.3.0", + "target": "rand_xorshift" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" }, - "build_script_attrs": { - "data_glob": [ + "license": "MIT OR Apache-2.0" + }, + "tachyon_rs 0.0.1": { + "name": "tachyon_rs", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "tachyon_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tachyon_rs", + "common_attrs": { + "compile_data_glob": [ "**" ], "deps": { "common": [ { - "id": "cc 1.0.97", - "target": "cc" + "id": "zeroize 1.8.1", + "target": "zeroize" } ], "selects": {} }, - "links": "cplusplus" + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "tachyon_sp1 0.0.1": { + "name": "tachyon_sp1", + "version": "0.0.1", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "tachyon_sp1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tachyon_sp1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.86", + "target": "anyhow" + }, + { + "id": "cxx 1.0.122", + "target": "cxx" + }, + { + "id": "p3-challenger 0.1.0", + "target": "p3_challenger" + }, + { + "id": "p3-commit 0.1.0", + "target": "p3_commit" + }, + { + "id": "p3-dft 0.1.0", + "target": "p3_dft" + }, + { + "id": "p3-field 0.1.0", + "target": "p3_field" + }, + { + "id": "p3-fri 0.1.0", + "target": "p3_fri" + }, + { + "id": "p3-matrix 0.1.0", + "target": "p3_matrix" + }, + { + "id": "p3-maybe-rayon 0.1.0", + "target": "p3_maybe_rayon" + }, + { + "id": "p3-util 0.1.0", + "target": "p3_util" + }, + { + "id": "sp1-core 0.1.0", + "target": "sp1_core" + }, + { + "id": "sp1-prover 0.1.0", + "target": "sp1_prover" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "tap 1.0.1": { + "name": "tap", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tap/1.0.1/download", + "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "log 0.4.21": { - "name": "log", - "version": "0.4.21", + "tempfile 3.10.1": { + "name": "tempfile", + "version": "3.10.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/log/0.4.21/download", - "sha256": "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + "url": "https://static.crates.io/crates/tempfile/3.10.1/download", + "sha256": "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" } }, "targets": [ { "Library": { - "crate_name": "log", + "crate_name": "tempfile", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5565,29 +20549,55 @@ } } ], - "library_target_name": "log", + "library_target_name": "tempfile", "common_attrs": { "compile_data_glob": [ "**" ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fastrand 2.1.0", + "target": "fastrand" + } + ], + "selects": { + "cfg(any(unix, target_os = \"wasi\"))": [ + { + "id": "rustix 0.38.34", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, "edition": "2021", - "version": "0.4.21" + "version": "3.10.1" }, "license": "MIT OR Apache-2.0" }, - "maybe-uninit 2.0.0": { - "name": "maybe-uninit", - "version": "2.0.0", + "thiserror 1.0.61": { + "name": "thiserror", + "version": "1.0.61", "repository": { "Http": { - "url": "https://static.crates.io/crates/maybe-uninit/2.0.0/download", - "sha256": "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" + "url": "https://static.crates.io/crates/thiserror/1.0.61/download", + "sha256": "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" } }, "targets": [ { "Library": { - "crate_name": "maybe_uninit", + "crate_name": "thiserror", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5604,7 +20614,7 @@ } } ], - "library_target_name": "maybe_uninit", + "library_target_name": "thiserror", "common_attrs": { "compile_data_glob": [ "**" @@ -5612,35 +20622,44 @@ "deps": { "common": [ { - "id": "maybe-uninit 2.0.0", + "id": "thiserror 1.0.61", "target": "build_script_build" } ], "selects": {} }, - "edition": "2015", - "version": "2.0.0" + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-impl 1.0.61", + "target": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.61" }, "build_script_attrs": { "data_glob": [ "**" ] }, - "license": "Apache-2.0 OR MIT" + "license": "MIT OR Apache-2.0" }, - "memchr 2.7.2": { - "name": "memchr", - "version": "2.7.2", + "thiserror-impl 1.0.61": { + "name": "thiserror-impl", + "version": "1.0.61", "repository": { "Http": { - "url": "https://static.crates.io/crates/memchr/2.7.2/download", - "sha256": "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" + "url": "https://static.crates.io/crates/thiserror-impl/1.0.61/download", + "sha256": "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" } }, "targets": [ { - "Library": { - "crate_name": "memchr", + "ProcMacro": { + "crate_name": "thiserror_impl", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5648,105 +20667,89 @@ } } ], - "library_target_name": "memchr", + "library_target_name": "thiserror_impl", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "default", - "std" + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } ], "selects": {} }, "edition": "2021", - "version": "2.7.2" + "version": "1.0.61" }, - "license": "Unlicense OR MIT" + "license": "MIT OR Apache-2.0" }, - "memoffset 0.5.6": { - "name": "memoffset", - "version": "0.5.6", + "thread_local 1.1.8": { + "name": "thread_local", + "version": "1.1.8", "repository": { "Http": { - "url": "https://static.crates.io/crates/memoffset/0.5.6/download", - "sha256": "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" + "url": "https://static.crates.io/crates/thread_local/1.1.8/download", + "sha256": "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" } }, "targets": [ { "Library": { - "crate_name": "memoffset", + "crate_name": "thread_local", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "memoffset", + "library_target_name": "thread_local", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "memoffset 0.5.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.6" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, { - "id": "autocfg 1.3.0", - "target": "autocfg" + "id": "once_cell 1.19.0", + "target": "once_cell" } ], "selects": {} - } + }, + "edition": "2021", + "version": "1.1.8" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "memuse 0.2.1": { - "name": "memuse", - "version": "0.2.1", + "time 0.3.36": { + "name": "time", + "version": "0.3.36", "repository": { "Http": { - "url": "https://static.crates.io/crates/memuse/0.2.1/download", - "sha256": "2145869435ace5ea6ea3d35f59be559317ec9a0d04e1812d5f185a87b6d36f1a" + "url": "https://static.crates.io/crates/time/0.3.36/download", + "sha256": "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" } }, "targets": [ { "Library": { - "crate_name": "memuse", + "crate_name": "time", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5754,106 +20757,88 @@ } } ], - "library_target_name": "memuse", + "library_target_name": "time", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.2.1" + "deps": { + "common": [ + { + "id": "deranged 0.3.11", + "target": "deranged" + }, + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "num-conv 0.1.0", + "target": "num_conv" + }, + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + }, + { + "id": "serde 1.0.203", + "target": "serde" + }, + { + "id": "time-core 0.1.2", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.36" }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "num-bigint 0.3.3": { - "name": "num-bigint", - "version": "0.3.3", + "time-core 0.1.2": { + "name": "time-core", + "version": "0.1.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.3.3/download", - "sha256": "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" + "url": "https://static.crates.io/crates/time-core/0.1.2/download", + "sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" } }, "targets": [ { "Library": { - "crate_name": "num_bigint", + "crate_name": "time_core", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "num_bigint", + "library_target_name": "time_core", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.3.3", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.3.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2021", + "version": "0.1.2" }, "license": "MIT OR Apache-2.0" }, - "num-bigint 0.4.5": { - "name": "num-bigint", - "version": "0.4.5", + "time-macros 0.2.18": { + "name": "time-macros", + "version": "0.2.18", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.4.5/download", - "sha256": "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" + "url": "https://static.crates.io/crates/time-macros/0.2.18/download", + "sha256": "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" } }, "targets": [ { - "Library": { - "crate_name": "num_bigint", + "ProcMacro": { + "crate_name": "time_macros", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5861,54 +20846,42 @@ } } ], - "library_target_name": "num_bigint", + "library_target_name": "time_macros", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "rand", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "num-conv 0.1.0", + "target": "num_conv" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "time-core 0.1.2", + "target": "time_core" } ], "selects": {} }, "edition": "2021", - "version": "0.4.5" + "version": "0.2.18" }, "license": "MIT OR Apache-2.0" }, - "num-integer 0.1.46": { - "name": "num-integer", - "version": "0.1.46", + "tiny-keccak 1.5.0": { + "name": "tiny-keccak", + "version": "1.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-integer/0.1.46/download", - "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" + "url": "https://static.crates.io/crates/tiny-keccak/1.5.0/download", + "sha256": "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" } }, "targets": [ { "Library": { - "crate_name": "num_integer", + "crate_name": "tiny_keccak", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5916,7 +20889,7 @@ } } ], - "library_target_name": "num_integer", + "library_target_name": "tiny_keccak", "common_attrs": { "compile_data_glob": [ "**" @@ -5924,38 +20897,37 @@ "crate_features": { "common": [ "default", - "i128", - "std" + "keccak" ], "selects": {} }, "deps": { "common": [ { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "crunchy 0.2.2", + "target": "crunchy" } ], "selects": {} }, "edition": "2018", - "version": "0.1.46" + "version": "1.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "CC0-1.0" }, - "num-traits 0.2.19": { - "name": "num-traits", - "version": "0.2.19", + "tiny-keccak 2.0.2": { + "name": "tiny-keccak", + "version": "2.0.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-traits/0.2.19/download", - "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" + "url": "https://static.crates.io/crates/tiny-keccak/2.0.2/download", + "sha256": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" } }, "targets": [ { "Library": { - "crate_name": "num_traits", + "crate_name": "tiny_keccak", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -5972,7 +20944,7 @@ } } ], - "library_target_name": "num_traits", + "library_target_name": "tiny_keccak", "common_attrs": { "compile_data_glob": [ "**" @@ -5980,52 +20952,93 @@ "crate_features": { "common": [ "default", - "i128", - "std" + "keccak" ], "selects": {} }, "deps": { "common": [ { - "id": "num-traits 0.2.19", + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "tiny-keccak 2.0.2", "target": "build_script_build" } ], "selects": {} }, - "edition": "2021", - "version": "0.2.19" + "edition": "2018", + "version": "2.0.2" }, "build_script_attrs": { "data_glob": [ "**" + ] + }, + "license": "CC0-1.0" + }, + "tinyvec 1.6.0": { + "name": "tinyvec", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tinyvec/1.6.0/download", + "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinyvec", + "common_attrs": { + "compile_data_glob": [ + "**" ], + "crate_features": { + "common": [ + "alloc", + "default", + "tinyvec_macros" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "autocfg 1.3.0", - "target": "autocfg" + "id": "tinyvec_macros 0.1.1", + "target": "tinyvec_macros" } ], "selects": {} - } + }, + "edition": "2018", + "version": "1.6.0" }, - "license": "MIT OR Apache-2.0" + "license": "Zlib OR Apache-2.0 OR MIT" }, - "num_cpus 1.16.0": { - "name": "num_cpus", - "version": "1.16.0", + "tinyvec_macros 0.1.1": { + "name": "tinyvec_macros", + "version": "0.1.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", - "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" + "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download", + "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" } }, "targets": [ { "Library": { - "crate_name": "num_cpus", + "crate_name": "tinyvec_macros", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6033,46 +21046,29 @@ } } ], - "library_target_name": "num_cpus", + "library_target_name": "tinyvec_macros", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [], - "selects": { - "cfg(not(windows))": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.9", - "target": "hermit_abi" - } - ] - } - }, - "edition": "2015", - "version": "1.16.0" + "edition": "2018", + "version": "0.1.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0 OR Zlib" }, - "nums 0.1.0": { - "name": "nums", - "version": "0.1.0", + "tokio 1.38.0": { + "name": "tokio", + "version": "1.38.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/nums/0.1.0/download", - "sha256": "cf3c74f925fb8cfc49a8022f2afce48a0683b70f9e439885594e84c5edbf5b01" + "url": "https://static.crates.io/crates/tokio/1.38.0/download", + "sha256": "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" } }, "targets": [ { "Library": { - "crate_name": "nums", + "crate_name": "tokio", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6080,50 +21076,119 @@ } } ], - "library_target_name": "nums", + "library_target_name": "tokio", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "time", + "tokio-macros", + "windows-sys" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "num-bigint 0.4.5", - "target": "num_bigint" + "id": "bytes 1.6.0", + "target": "bytes" }, { - "id": "num-integer 0.1.46", - "target": "num_integer" + "id": "mio 0.8.11", + "target": "mio" }, { - "id": "num-traits 0.2.19", - "target": "num_traits" + "id": "num_cpus 1.16.0", + "target": "num_cpus" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "parking_lot 0.12.3", + "target": "parking_lot" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" } ], - "selects": {} + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "socket2 0.5.7", + "target": "socket2" + } + ], + "cfg(tokio_taskdump)": [ + { + "id": "backtrace 0.3.72", + "target": "backtrace" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.155", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.2", + "target": "signal_hook_registry" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } }, "edition": "2021", - "version": "0.1.0" + "proc_macro_deps": { + "common": [ + { + "id": "tokio-macros 2.3.0", + "target": "tokio_macros" + } + ], + "selects": {} + }, + "version": "1.38.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "once_cell 1.19.0": { - "name": "once_cell", - "version": "1.19.0", + "tokio-macros 2.3.0": { + "name": "tokio-macros", + "version": "2.3.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/once_cell/1.19.0/download", - "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" + "url": "https://static.crates.io/crates/tokio-macros/2.3.0/download", + "sha256": "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" } }, "targets": [ { - "Library": { - "crate_name": "once_cell", + "ProcMacro": { + "crate_name": "tokio_macros", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6131,38 +21196,46 @@ } } ], - "library_target_name": "once_cell", + "library_target_name": "tokio_macros", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "default", - "race", - "std" + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + } ], "selects": {} }, "edition": "2021", - "version": "1.19.0" + "version": "2.3.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "opaque-debug 0.3.1": { - "name": "opaque-debug", + "tokio-native-tls 0.3.1": { + "name": "tokio-native-tls", "version": "0.3.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/opaque-debug/0.3.1/download", - "sha256": "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" + "url": "https://static.crates.io/crates/tokio-native-tls/0.3.1/download", + "sha256": "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" } }, "targets": [ { "Library": { - "crate_name": "opaque_debug", + "crate_name": "tokio_native_tls", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6170,32 +21243,42 @@ } } ], - "library_target_name": "opaque_debug", + "library_target_name": "tokio_native_tls", "common_attrs": { "compile_data_glob": [ "**" ], + "deps": { + "common": [ + { + "id": "native-tls 0.2.12", + "target": "native_tls" + }, + { + "id": "tokio 1.38.0", + "target": "tokio" + } + ], + "selects": {} + }, "edition": "2018", "version": "0.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "p3-bn254-fr 0.1.0": { - "name": "p3-bn254-fr", - "version": "0.1.0", + "tokio-rustls 0.25.0": { + "name": "tokio-rustls", + "version": "0.25.0", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "bn254-fr" + "Http": { + "url": "https://static.crates.io/crates/tokio-rustls/0.25.0/download", + "sha256": "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" } }, "targets": [ { "Library": { - "crate_name": "p3_bn254_fr", + "crate_name": "tokio_rustls", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6203,65 +21286,56 @@ } } ], - "library_target_name": "p3_bn254_fr", + "library_target_name": "tokio_rustls", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "logging", + "ring", + "tls12" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "p3-field 0.1.0", - "target": "p3_field" - }, - { - "id": "p3-poseidon2 0.1.0", - "target": "p3_poseidon2" - }, - { - "id": "p3-symmetric 0.1.0", - "target": "p3_symmetric" + "id": "rustls 0.22.4", + "target": "rustls" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" }, { - "id": "serde 1.0.164", - "target": "serde" + "id": "tokio 1.38.0", + "target": "tokio" } ], "selects": {} }, "edition": "2021", - "version": "0.1.0" + "version": "0.25.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "p3-dft 0.1.0": { - "name": "p3-dft", - "version": "0.1.0", + "tokio-util 0.7.11": { + "name": "tokio-util", + "version": "0.7.11", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "dft" + "Http": { + "url": "https://static.crates.io/crates/tokio-util/0.7.11/download", + "sha256": "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" } }, "targets": [ { "Library": { - "crate_name": "p3_dft", + "crate_name": "tokio_util", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6269,57 +21343,62 @@ } } ], - "library_target_name": "p3_dft", + "library_target_name": "tokio_util", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "codec", + "default", + "io" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "p3-field 0.1.0", - "target": "p3_field" + "id": "bytes 1.6.0", + "target": "bytes" }, { - "id": "p3-matrix 0.1.0", - "target": "p3_matrix" + "id": "futures-core 0.3.30", + "target": "futures_core" }, { - "id": "p3-maybe-rayon 0.1.0", - "target": "p3_maybe_rayon" + "id": "futures-sink 0.3.30", + "target": "futures_sink" }, { - "id": "p3-util 0.1.0", - "target": "p3_util" + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" }, { - "id": "tracing 0.1.40", - "target": "tracing" + "id": "tokio 1.38.0", + "target": "tokio" } ], "selects": {} }, "edition": "2021", - "version": "0.1.0" + "version": "0.7.11" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "p3-field 0.1.0": { - "name": "p3-field", - "version": "0.1.0", + "toml_datetime 0.6.6": { + "name": "toml_datetime", + "version": "0.6.6", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "field" + "Http": { + "url": "https://static.crates.io/crates/toml_datetime/0.6.6/download", + "sha256": "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" } }, "targets": [ { "Library": { - "crate_name": "p3_field", + "crate_name": "toml_datetime", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6327,69 +21406,29 @@ } } ], - "library_target_name": "p3_field", + "library_target_name": "toml_datetime", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [ - { - "id": "itertools 0.12.1", - "target": "itertools" - }, - { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "nums 0.1.0", - "target": "nums" - }, - { - "id": "p3-util 0.1.0", - "target": "p3_util" - }, - { - "id": "rand 0.8.5", - "target": "rand" - }, - { - "id": "serde 1.0.164", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.1.0" + "version": "0.6.6" }, "license": "MIT OR Apache-2.0" }, - "p3-matrix 0.1.0": { - "name": "p3-matrix", - "version": "0.1.0", + "toml_edit 0.19.15": { + "name": "toml_edit", + "version": "0.19.15", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "matrix" + "Http": { + "url": "https://static.crates.io/crates/toml_edit/0.19.15/download", + "sha256": "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" } }, "targets": [ { "Library": { - "crate_name": "p3_matrix", + "crate_name": "toml_edit", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6397,65 +21436,52 @@ } } ], - "library_target_name": "p3_matrix", + "library_target_name": "toml_edit", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "itertools 0.12.1", - "target": "itertools" - }, - { - "id": "p3-field 0.1.0", - "target": "p3_field" - }, - { - "id": "p3-maybe-rayon 0.1.0", - "target": "p3_maybe_rayon" - }, - { - "id": "p3-util 0.1.0", - "target": "p3_util" - }, - { - "id": "rand 0.8.5", - "target": "rand" + "id": "indexmap 2.2.6", + "target": "indexmap" }, { - "id": "serde 1.0.164", - "target": "serde" + "id": "toml_datetime 0.6.6", + "target": "toml_datetime" }, { - "id": "tracing 0.1.40", - "target": "tracing" + "id": "winnow 0.5.40", + "target": "winnow" } ], "selects": {} }, "edition": "2021", - "version": "0.1.0" + "version": "0.19.15" }, "license": "MIT OR Apache-2.0" }, - "p3-maybe-rayon 0.1.0": { - "name": "p3-maybe-rayon", - "version": "0.1.0", + "toml_edit 0.21.1": { + "name": "toml_edit", + "version": "0.21.1", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "maybe-rayon" + "Http": { + "url": "https://static.crates.io/crates/toml_edit/0.21.1/download", + "sha256": "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" } }, "targets": [ { "Library": { - "crate_name": "p3_maybe_rayon", + "crate_name": "toml_edit", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6463,32 +21489,54 @@ } } ], - "library_target_name": "p3_maybe_rayon", + "library_target_name": "toml_edit", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "display", + "parse" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "indexmap 2.2.6", + "target": "indexmap" + }, + { + "id": "toml_datetime 0.6.6", + "target": "toml_datetime" + }, + { + "id": "winnow 0.5.40", + "target": "winnow" + } + ], + "selects": {} + }, "edition": "2021", - "version": "0.1.0" + "version": "0.21.1" }, "license": "MIT OR Apache-2.0" }, - "p3-mds 0.1.0": { - "name": "p3-mds", - "version": "0.1.0", + "tower 0.4.13": { + "name": "tower", + "version": "0.4.13", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "mds" + "Http": { + "url": "https://static.crates.io/crates/tower/0.4.13/download", + "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" } }, "targets": [ { "Library": { - "crate_name": "p3_mds", + "crate_name": "tower", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6496,65 +21544,75 @@ } } ], - "library_target_name": "p3_mds", + "library_target_name": "tower", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "__common", + "futures-core", + "futures-util", + "make", + "pin-project", + "pin-project-lite", + "tokio", + "util" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "itertools 0.12.1", - "target": "itertools" + "id": "futures-core 0.3.30", + "target": "futures_core" }, { - "id": "p3-dft 0.1.0", - "target": "p3_dft" + "id": "futures-util 0.3.30", + "target": "futures_util" }, { - "id": "p3-field 0.1.0", - "target": "p3_field" + "id": "pin-project 1.1.5", + "target": "pin_project" }, { - "id": "p3-matrix 0.1.0", - "target": "p3_matrix" + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" }, { - "id": "p3-symmetric 0.1.0", - "target": "p3_symmetric" + "id": "tokio 1.38.0", + "target": "tokio" }, { - "id": "p3-util 0.1.0", - "target": "p3_util" + "id": "tower-layer 0.3.2", + "target": "tower_layer" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "tower-service 0.3.2", + "target": "tower_service" } ], "selects": {} }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018", + "version": "0.4.13" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "p3-poseidon2 0.1.0": { - "name": "p3-poseidon2", - "version": "0.1.0", + "tower-layer 0.3.2": { + "name": "tower-layer", + "version": "0.3.2", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "poseidon2" + "Http": { + "url": "https://static.crates.io/crates/tower-layer/0.3.2/download", + "sha256": "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" } }, "targets": [ { "Library": { - "crate_name": "p3_poseidon2", + "crate_name": "tower_layer", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6562,57 +21620,59 @@ } } ], - "library_target_name": "p3_poseidon2", + "library_target_name": "tower_layer", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [ - { - "id": "gcd 2.3.0", - "target": "gcd" - }, - { - "id": "p3-field 0.1.0", - "target": "p3_field" - }, - { - "id": "p3-mds 0.1.0", - "target": "p3_mds" - }, - { - "id": "p3-symmetric 0.1.0", - "target": "p3_symmetric" - }, - { - "id": "rand 0.8.5", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018", + "version": "0.3.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "p3-symmetric 0.1.0": { - "name": "p3-symmetric", - "version": "0.1.0", + "tower-service 0.3.2": { + "name": "tower-service", + "version": "0.3.2", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "symmetric" + "Http": { + "url": "https://static.crates.io/crates/tower-service/0.3.2/download", + "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "tracing 0.1.40": { + "name": "tracing", + "version": "0.1.40", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tracing/0.1.40/download", + "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" } }, "targets": [ { "Library": { - "crate_name": "p3_symmetric", + "crate_name": "tracing", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6620,49 +21680,60 @@ } } ], - "library_target_name": "p3_symmetric", + "library_target_name": "tracing", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "attributes", + "default", + "std", + "tracing-attributes" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "itertools 0.12.1", - "target": "itertools" + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" }, { - "id": "p3-field 0.1.0", - "target": "p3_field" - }, + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ { - "id": "serde 1.0.164", - "target": "serde" + "id": "tracing-attributes 0.1.27", + "target": "tracing_attributes" } ], "selects": {} }, - "edition": "2021", - "version": "0.1.0" + "version": "0.1.40" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "p3-util 0.1.0": { - "name": "p3-util", - "version": "0.1.0", + "tracing-attributes 0.1.27": { + "name": "tracing-attributes", + "version": "0.1.27", "repository": { - "Git": { - "remote": "https://github.com/Plonky3/Plonky3.git", - "commitish": { - "Rev": "54069b1" - }, - "strip_prefix": "util" + "Http": { + "url": "https://static.crates.io/crates/tracing-attributes/0.1.27/download", + "sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" } }, "targets": [ { - "Library": { - "crate_name": "p3_util", + "ProcMacro": { + "crate_name": "tracing_attributes", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6670,7 +21741,7 @@ } } ], - "library_target_name": "p3_util", + "library_target_name": "tracing_attributes", "common_attrs": { "compile_data_glob": [ "**" @@ -6678,30 +21749,38 @@ "deps": { "common": [ { - "id": "serde 1.0.164", - "target": "serde" + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" } ], "selects": {} }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018", + "version": "0.1.27" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "pairing 0.22.0": { - "name": "pairing", - "version": "0.22.0", + "tracing-core 0.1.32": { + "name": "tracing-core", + "version": "0.1.32", "repository": { "Http": { - "url": "https://static.crates.io/crates/pairing/0.22.0/download", - "sha256": "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" + "url": "https://static.crates.io/crates/tracing-core/0.1.32/download", + "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" } }, "targets": [ { "Library": { - "crate_name": "pairing", + "crate_name": "tracing_core", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6709,38 +21788,54 @@ } } ], - "library_target_name": "pairing", + "library_target_name": "tracing_core", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "once_cell", + "std", + "valuable" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "group 0.12.1", - "target": "group" + "id": "once_cell 1.19.0", + "target": "once_cell" } ], - "selects": {} + "selects": { + "cfg(tracing_unstable)": [ + { + "id": "valuable 0.1.0", + "target": "valuable" + } + ] + } }, - "edition": "2021", - "version": "0.22.0" + "edition": "2018", + "version": "0.1.32" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "pairing_ce 0.28.5": { - "name": "pairing_ce", - "version": "0.28.5", + "tracing-forest 0.1.6": { + "name": "tracing-forest", + "version": "0.1.6", "repository": { "Http": { - "url": "https://static.crates.io/crates/pairing_ce/0.28.5/download", - "sha256": "db007b21259660d025918e653508f03050bf23fb96a88601f9936329faadc597" + "url": "https://static.crates.io/crates/tracing-forest/0.1.6/download", + "sha256": "ee40835db14ddd1e3ba414292272eddde9dad04d3d4b65509656414d1c42592f" } }, "targets": [ { "Library": { - "crate_name": "pairing_ce", + "crate_name": "tracing_forest", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6748,61 +21843,63 @@ } } ], - "library_target_name": "pairing_ce", + "library_target_name": "tracing_forest", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default" + "ansi", + "ansi_term", + "default", + "smallvec" ], "selects": {} }, "deps": { "common": [ { - "id": "byteorder 1.5.0", - "target": "byteorder" + "id": "ansi_term 0.12.1", + "target": "ansi_term" }, { - "id": "cfg-if 1.0.0", - "target": "cfg_if" + "id": "smallvec 1.13.2", + "target": "smallvec" }, { - "id": "ff_ce 0.14.3", - "target": "ff_ce", - "alias": "ff" + "id": "thiserror 1.0.61", + "target": "thiserror" }, { - "id": "rand 0.4.6", - "target": "rand" + "id": "tracing 0.1.40", + "target": "tracing" }, { - "id": "serde 1.0.164", - "target": "serde" + "id": "tracing-subscriber 0.3.18", + "target": "tracing_subscriber" } ], "selects": {} }, "edition": "2018", - "version": "0.28.5" + "version": "0.1.6" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, - "pasta_curves 0.4.1": { - "name": "pasta_curves", - "version": "0.4.1", + "tracing-log 0.2.0": { + "name": "tracing-log", + "version": "0.2.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/pasta_curves/0.4.1/download", - "sha256": "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" + "url": "https://static.crates.io/crates/tracing-log/0.2.0/download", + "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" } }, "targets": [ { "Library": { - "crate_name": "pasta_curves", + "crate_name": "tracing_log", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6810,73 +21907,92 @@ } } ], - "library_target_name": "pasta_curves", + "library_target_name": "tracing_log", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "bits", - "blake2b_simd", - "default", - "lazy_static", - "sqrt-table" + "log-tracer", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "blake2b_simd 1.0.2", - "target": "blake2b_simd" - }, - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "group 0.12.1", - "target": "group" - }, - { - "id": "lazy_static 1.4.0", - "target": "lazy_static" + "id": "log 0.4.21", + "target": "log" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "once_cell 1.19.0", + "target": "once_cell" }, { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT" + }, + "tracing-subscriber 0.2.25": { + "name": "tracing-subscriber", + "version": "0.2.25", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tracing-subscriber/0.2.25/download", + "sha256": "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_subscriber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_subscriber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "tracing-core 0.1.32", + "target": "tracing_core" } ], "selects": {} }, - "edition": "2021", - "version": "0.4.1" + "edition": "2018", + "version": "0.2.25" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "pasta_curves 0.5.1": { - "name": "pasta_curves", - "version": "0.5.1", + "tracing-subscriber 0.3.18": { + "name": "tracing-subscriber", + "version": "0.3.18", "repository": { "Http": { - "url": "https://static.crates.io/crates/pasta_curves/0.5.1/download", - "sha256": "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" + "url": "https://static.crates.io/crates/tracing-subscriber/0.3.18/download", + "sha256": "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" } }, "targets": [ { "Library": { - "crate_name": "pasta_curves", + "crate_name": "tracing_subscriber", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6884,7 +22000,7 @@ } } ], - "library_target_name": "pasta_curves", + "library_target_name": "tracing_subscriber", "common_attrs": { "compile_data_glob": [ "**" @@ -6892,65 +22008,117 @@ "crate_features": { "common": [ "alloc", - "bits", - "blake2b_simd", + "ansi", "default", - "lazy_static", - "sqrt-table" + "env-filter", + "fmt", + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "registry", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "tracing", + "tracing-log" ], "selects": {} }, "deps": { "common": [ { - "id": "blake2b_simd 1.0.2", - "target": "blake2b_simd" + "id": "matchers 0.1.0", + "target": "matchers" + }, + { + "id": "nu-ansi-term 0.46.0", + "target": "nu_ansi_term" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" }, { - "id": "ff 0.13.0", - "target": "ff" + "id": "regex 1.10.4", + "target": "regex" }, { - "id": "group 0.13.0", - "target": "group" + "id": "sharded-slab 0.1.7", + "target": "sharded_slab" }, { - "id": "lazy_static 1.4.0", - "target": "lazy_static" + "id": "smallvec 1.13.2", + "target": "smallvec" }, { - "id": "rand 0.8.5", - "target": "rand" + "id": "thread_local 1.1.8", + "target": "thread_local" }, { - "id": "static_assertions 1.1.0", - "target": "static_assertions" + "id": "tracing 0.1.40", + "target": "tracing" }, { - "id": "subtle 2.5.0", - "target": "subtle" + "id": "tracing-core 0.1.32", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.2.0", + "target": "tracing_log" } ], "selects": {} }, - "edition": "2021", - "version": "0.5.1" + "edition": "2018", + "version": "0.3.18" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "paste 1.0.15": { - "name": "paste", - "version": "1.0.15", + "try-lock 0.2.5": { + "name": "try-lock", + "version": "0.2.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/paste/1.0.15/download", - "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + "url": "https://static.crates.io/crates/try-lock/0.2.5/download", + "sha256": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" } }, "targets": [ { - "ProcMacro": { - "crate_name": "paste", + "Library": { + "crate_name": "try_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "try_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.5" + }, + "license": "MIT" + }, + "typenum 1.17.0": { + "name": "typenum", + "version": "1.17.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/typenum/1.17.0/download", + "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + } + }, + "targets": [ + { + "Library": { + "crate_name": "typenum", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -6959,30 +22127,36 @@ }, { "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", + "crate_name": "build_script_main", + "crate_root": "build/main.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "paste", + "library_target_name": "typenum", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "const-generics" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "paste 1.0.15", - "target": "build_script_build" + "id": "typenum 1.17.0", + "target": "build_script_main" } ], "selects": {} }, "edition": "2018", - "version": "1.0.15" + "version": "1.17.0" }, "build_script_attrs": { "data_glob": [ @@ -6991,19 +22165,19 @@ }, "license": "MIT OR Apache-2.0" }, - "pin-project-lite 0.2.14": { - "name": "pin-project-lite", - "version": "0.2.14", + "unicode-bidi 0.3.15": { + "name": "unicode-bidi", + "version": "0.3.15", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-project-lite/0.2.14/download", - "sha256": "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" + "url": "https://static.crates.io/crates/unicode-bidi/0.3.15/download", + "sha256": "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" } }, "targets": [ { "Library": { - "crate_name": "pin_project_lite", + "crate_name": "unicode_bidi", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7011,29 +22185,36 @@ } } ], - "library_target_name": "pin_project_lite", + "library_target_name": "unicode_bidi", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "hardcoded-data", + "std" + ], + "selects": {} + }, "edition": "2018", - "version": "0.2.14" + "version": "0.3.15" }, - "license": "Apache-2.0 OR MIT" + "license": "MIT OR Apache-2.0" }, - "pin-utils 0.1.0": { - "name": "pin-utils", - "version": "0.1.0", + "unicode-ident 1.0.12": { + "name": "unicode-ident", + "version": "1.0.12", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", - "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", + "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" } }, "targets": [ { "Library": { - "crate_name": "pin_utils", + "crate_name": "unicode_ident", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7041,24 +22222,29 @@ } } ], - "library_target_name": "pin_utils", + "library_target_name": "unicode_ident", "common_attrs": { "compile_data_glob": [ "**" ], "edition": "2018", - "version": "0.1.0" + "version": "1.0.12" }, - "license": "MIT OR Apache-2.0" + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" }, - "plonky3_poseidon2_benchmark 0.0.1": { - "name": "plonky3_poseidon2_benchmark", - "version": "0.0.1", - "repository": null, + "unicode-normalization 0.1.23": { + "name": "unicode-normalization", + "version": "0.1.23", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/unicode-normalization/0.1.23/download", + "sha256": "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" + } + }, "targets": [ { "Library": { - "crate_name": "plonky3_poseidon2_benchmark", + "crate_name": "unicode_normalization", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7066,60 +22252,44 @@ } } ], - "library_target_name": "plonky3_poseidon2_benchmark", + "library_target_name": "unicode_normalization", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "p3-bn254-fr 0.1.0", - "target": "p3_bn254_fr" - }, - { - "id": "p3-field 0.1.0", - "target": "p3_field" - }, - { - "id": "p3-poseidon2 0.1.0", - "target": "p3_poseidon2" - }, - { - "id": "p3-symmetric 0.1.0", - "target": "p3_symmetric" - }, - { - "id": "zkhash 0.2.0", - "target": "zkhash" + "id": "tinyvec 1.6.0", + "target": "tinyvec" } ], "selects": {} }, - "edition": "2021", - "version": "0.0.1" + "edition": "2018", + "version": "0.1.23" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "poseidon 0.2.0": { - "name": "poseidon", - "version": "0.2.0", + "unicode-width 0.1.12": { + "name": "unicode-width", + "version": "0.1.12", "repository": { - "Git": { - "remote": "https://github.com/kroma-network/poseidon.git", - "commitish": { - "Rev": "00a2fe0" - } + "Http": { + "url": "https://static.crates.io/crates/unicode-width/0.1.12/download", + "sha256": "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" } }, "targets": [ { "Library": { - "crate_name": "poseidon", + "crate_name": "unicode_width", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7127,46 +22297,35 @@ } } ], - "library_target_name": "poseidon", + "library_target_name": "unicode_width", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "group 0.12.1", - "target": "group" - }, - { - "id": "halo2curves 0.3.1", - "target": "halo2curves" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - } + "default" ], "selects": {} }, "edition": "2021", - "version": "0.2.0" + "version": "0.1.12" }, "license": "MIT OR Apache-2.0" }, - "ppv-lite86 0.2.17": { - "name": "ppv-lite86", - "version": "0.2.17", + "untrusted 0.9.0": { + "name": "untrusted", + "version": "0.9.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download", - "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + "url": "https://static.crates.io/crates/untrusted/0.9.0/download", + "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" } }, "targets": [ { "Library": { - "crate_name": "ppv_lite86", + "crate_name": "untrusted", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7174,100 +22333,82 @@ } } ], - "library_target_name": "ppv_lite86", + "library_target_name": "untrusted", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "simd", - "std" - ], - "selects": {} - }, "edition": "2018", - "version": "0.2.17" + "version": "0.9.0" }, - "license": "MIT/Apache-2.0" + "license": "ISC" }, - "proc-macro2 1.0.82": { - "name": "proc-macro2", - "version": "1.0.82", + "url 2.5.0": { + "name": "url", + "version": "2.5.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro2/1.0.82/download", - "sha256": "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" + "url": "https://static.crates.io/crates/url/2.5.0/download", + "sha256": "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" } }, "targets": [ { "Library": { - "crate_name": "proc_macro2", + "crate_name": "url", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "proc_macro2", + "library_target_name": "url", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "proc-macro" + "default" ], "selects": {} }, "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "build_script_build" + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" }, { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" + "id": "idna 0.5.0", + "target": "idna" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" } ], "selects": {} }, - "edition": "2021", - "version": "1.0.82" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2018", + "version": "2.5.0" }, "license": "MIT OR Apache-2.0" }, - "quote 1.0.36": { - "name": "quote", - "version": "1.0.36", + "utf8parse 0.2.1": { + "name": "utf8parse", + "version": "0.2.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/quote/1.0.36/download", - "sha256": "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" + "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", + "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" } }, "targets": [ { "Library": { - "crate_name": "quote", + "crate_name": "utf8parse", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7275,45 +22416,35 @@ } } ], - "library_target_name": "quote", + "library_target_name": "utf8parse", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "proc-macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - } + "default" ], "selects": {} }, "edition": "2018", - "version": "1.0.36" + "version": "0.2.1" }, - "license": "MIT OR Apache-2.0" + "license": "Apache-2.0 OR MIT" }, - "radium 0.7.0": { - "name": "radium", - "version": "0.7.0", + "valuable 0.1.0": { + "name": "valuable", + "version": "0.1.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/radium/0.7.0/download", - "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + "url": "https://static.crates.io/crates/valuable/0.1.0/download", + "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" } }, "targets": [ { "Library": { - "crate_name": "radium", + "crate_name": "valuable", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7330,7 +22461,7 @@ } } ], - "library_target_name": "radium", + "library_target_name": "valuable", "common_attrs": { "compile_data_glob": [ "**" @@ -7338,14 +22469,14 @@ "deps": { "common": [ { - "id": "radium 0.7.0", + "id": "valuable 0.1.0", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.7.0" + "version": "0.1.0" }, "build_script_attrs": { "data_glob": [ @@ -7354,19 +22485,19 @@ }, "license": "MIT" }, - "rand 0.4.6": { - "name": "rand", - "version": "0.4.6", + "vcpkg 0.2.15": { + "name": "vcpkg", + "version": "0.2.15", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.4.6/download", - "sha256": "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" + "url": "https://static.crates.io/crates/vcpkg/0.2.15/download", + "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" } }, "targets": [ { "Library": { - "crate_name": "rand", + "crate_name": "vcpkg", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7374,70 +22505,29 @@ } } ], - "library_target_name": "rand", + "library_target_name": "vcpkg", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "libc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(target_env = \"sgx\")": [ - { - "id": "rand_core 0.3.1", - "target": "rand_core" - }, - { - "id": "rdrand 0.4.0", - "target": "rdrand" - } - ], - "cfg(target_os = \"fuchsia\")": [ - { - "id": "fuchsia-cprng 0.1.1", - "target": "fuchsia_cprng" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, "edition": "2015", - "version": "0.4.6" + "version": "0.2.15" }, "license": "MIT/Apache-2.0" }, - "rand 0.8.5": { - "name": "rand", - "version": "0.8.5", + "version_check 0.9.4": { + "name": "version_check", + "version": "0.9.4", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.8.5/download", - "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" + "url": "https://static.crates.io/crates/version_check/0.9.4/download", + "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" } }, "targets": [ { "Library": { - "crate_name": "rand", + "crate_name": "version_check", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7445,62 +22535,29 @@ } } ], - "library_target_name": "rand", + "library_target_name": "version_check", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "libc", - "min_const_gen", - "rand_chacha", - "std", - "std_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.8.5" + "edition": "2015", + "version": "0.9.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0" }, - "rand_chacha 0.3.1": { - "name": "rand_chacha", + "want 0.3.1": { + "name": "want", "version": "0.3.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download", - "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + "url": "https://static.crates.io/crates/want/0.3.1/download", + "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" } }, "targets": [ { "Library": { - "crate_name": "rand_chacha", + "crate_name": "want", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7508,26 +22565,16 @@ } } ], - "library_target_name": "rand_chacha", + "library_target_name": "want", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "ppv-lite86 0.2.17", - "target": "ppv_lite86" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "try-lock 0.2.5", + "target": "try_lock" } ], "selects": {} @@ -7535,21 +22582,21 @@ "edition": "2018", "version": "0.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "rand_core 0.3.1": { - "name": "rand_core", - "version": "0.3.1", + "wasi 0.11.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_core/0.3.1/download", - "sha256": "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" + "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", + "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" } }, "targets": [ { "Library": { - "crate_name": "rand_core", + "crate_name": "wasi", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7557,84 +22604,61 @@ } } ], - "library_target_name": "rand_core", + "library_target_name": "wasi", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "rand_core 0.4.2", - "target": "rand_core" - } + "default", + "std" ], "selects": {} }, - "edition": "2015", - "version": "0.3.1" + "edition": "2018", + "version": "0.11.0+wasi-snapshot-preview1" }, - "license": "MIT/Apache-2.0" + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" }, - "rand_core 0.4.2": { - "name": "rand_core", - "version": "0.4.2", + "wasm-bindgen 0.2.92": { + "name": "wasm-bindgen", + "version": "0.2.92", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_core/0.4.2/download", - "sha256": "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" + "url": "https://static.crates.io/crates/wasm-bindgen/0.2.92/download", + "sha256": "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" } }, "targets": [ { "Library": { - "crate_name": "rand_core", + "crate_name": "wasm_bindgen", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - } - ], - "library_target_name": "rand_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0" - }, - "rand_core 0.6.4": { - "name": "rand_core", - "version": "0.6.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_core/0.6.4/download", - "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" - } - }, - "targets": [ + }, { - "Library": { - "crate_name": "rand_core", - "crate_root": "src/lib.rs", + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "rand_core", + "library_target_name": "wasm_bindgen", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", - "getrandom", + "default", + "spans", "std" ], "selects": {} @@ -7642,30 +22666,48 @@ "deps": { "common": [ { - "id": "getrandom 0.2.15", - "target": "getrandom" + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.6.4" + "proc_macro_deps": { + "common": [ + { + "id": "wasm-bindgen-macro 0.2.92", + "target": "wasm_bindgen_macro" + } + ], + "selects": {} + }, + "version": "0.2.92" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0" }, - "rand_xorshift 0.3.0": { - "name": "rand_xorshift", - "version": "0.3.0", + "wasm-bindgen-backend 0.2.92": { + "name": "wasm-bindgen-backend", + "version": "0.2.92", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", - "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" + "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.92/download", + "sha256": "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" } }, "targets": [ { "Library": { - "crate_name": "rand_xorshift", + "crate_name": "wasm_bindgen_backend", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7673,38 +22715,68 @@ } } ], - "library_target_name": "rand_xorshift", + "library_target_name": "wasm_bindgen_backend", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "rand_core 0.6.4", - "target": "rand_core" + "id": "bumpalo 3.16.0", + "target": "bumpalo" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + }, + { + "id": "wasm-bindgen-shared 0.2.92", + "target": "wasm_bindgen_shared" } ], "selects": {} }, "edition": "2018", - "version": "0.3.0" + "version": "0.2.92" }, "license": "MIT OR Apache-2.0" }, - "rayon 1.10.0": { - "name": "rayon", - "version": "1.10.0", + "wasm-bindgen-futures 0.4.42": { + "name": "wasm-bindgen-futures", + "version": "0.4.42", "repository": { "Http": { - "url": "https://static.crates.io/crates/rayon/1.10.0/download", - "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" + "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.42/download", + "sha256": "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" } }, "targets": [ { "Library": { - "crate_name": "rayon", + "crate_name": "wasm_bindgen_futures", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7712,7 +22784,7 @@ } } ], - "library_target_name": "rayon", + "library_target_name": "wasm_bindgen_futures", "common_attrs": { "compile_data_glob": [ "**" @@ -7720,96 +22792,94 @@ "deps": { "common": [ { - "id": "either 1.11.0", - "target": "either" + "id": "cfg-if 1.0.0", + "target": "cfg_if" }, { - "id": "rayon-core 1.12.1", - "target": "rayon_core" + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" } ], - "selects": {} + "selects": { + "cfg(target_feature = \"atomics\")": [ + { + "id": "web-sys 0.3.69", + "target": "web_sys" + } + ] + } }, - "edition": "2021", - "version": "1.10.0" + "edition": "2018", + "version": "0.4.42" }, "license": "MIT OR Apache-2.0" }, - "rayon-core 1.12.1": { - "name": "rayon-core", - "version": "1.12.1", + "wasm-bindgen-macro 0.2.92": { + "name": "wasm-bindgen-macro", + "version": "0.2.92", "repository": { "Http": { - "url": "https://static.crates.io/crates/rayon-core/1.12.1/download", - "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" + "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.92/download", + "sha256": "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" } }, "targets": [ { - "Library": { - "crate_name": "rayon_core", + "ProcMacro": { + "crate_name": "wasm_bindgen_macro", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "rayon_core", + "library_target_name": "wasm_bindgen_macro", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "crossbeam-deque 0.8.5", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-utils 0.8.19", - "target": "crossbeam_utils" + "id": "quote 1.0.36", + "target": "quote" }, { - "id": "rayon-core 1.12.1", - "target": "build_script_build" + "id": "wasm-bindgen-macro-support 0.2.92", + "target": "wasm_bindgen_macro_support" } ], "selects": {} }, - "edition": "2021", - "version": "1.12.1" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "links": "rayon-core" + "edition": "2018", + "version": "0.2.92" }, "license": "MIT OR Apache-2.0" }, - "rdrand 0.4.0": { - "name": "rdrand", - "version": "0.4.0", + "wasm-bindgen-macro-support 0.2.92": { + "name": "wasm-bindgen-macro-support", + "version": "0.2.92", "repository": { "Http": { - "url": "https://static.crates.io/crates/rdrand/0.4.0/download", - "sha256": "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" + "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.92/download", + "sha256": "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" } }, "targets": [ { "Library": { - "crate_name": "rdrand", + "crate_name": "wasm_bindgen_macro_support", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7817,46 +22887,77 @@ } } ], - "library_target_name": "rdrand", + "library_target_name": "wasm_bindgen_macro_support", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "rand_core 0.3.1", - "target": "rand_core" + "id": "proc-macro2 1.0.85", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.66", + "target": "syn" + }, + { + "id": "wasm-bindgen-backend 0.2.92", + "target": "wasm_bindgen_backend" + }, + { + "id": "wasm-bindgen-shared 0.2.92", + "target": "wasm_bindgen_shared" } ], "selects": {} }, - "edition": "2015", - "version": "0.4.0" + "edition": "2018", + "version": "0.2.92" }, - "license": "ISC" + "license": "MIT OR Apache-2.0" }, - "rustc_version 0.4.0": { - "name": "rustc_version", - "version": "0.4.0", + "wasm-bindgen-shared 0.2.92": { + "name": "wasm-bindgen-shared", + "version": "0.2.92", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc_version/0.4.0/download", - "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" + "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.92/download", + "sha256": "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" } }, "targets": [ { "Library": { - "crate_name": "rustc_version", + "crate_name": "wasm_bindgen_shared", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "rustc_version", + "library_target_name": "wasm_bindgen_shared", "common_attrs": { "compile_data_glob": [ "**" @@ -7864,30 +22965,36 @@ "deps": { "common": [ { - "id": "semver 1.0.23", - "target": "semver" + "id": "wasm-bindgen-shared 0.2.92", + "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.4.0" + "version": "0.2.92" }, - "license": "MIT/Apache-2.0" + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "wasm_bindgen" + }, + "license": "MIT OR Apache-2.0" }, - "scopeguard 1.2.0": { - "name": "scopeguard", - "version": "1.2.0", + "wasm-streams 0.4.0": { + "name": "wasm-streams", + "version": "0.4.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", - "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + "url": "https://static.crates.io/crates/wasm-streams/0.4.0/download", + "sha256": "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" } }, "targets": [ { "Library": { - "crate_name": "scopeguard", + "crate_name": "wasm_streams", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -7895,215 +23002,227 @@ } } ], - "library_target_name": "scopeguard", + "library_target_name": "wasm_streams", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "1.2.0" + "deps": { + "common": [ + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.42", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.69", + "target": "web_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" }, "license": "MIT OR Apache-2.0" }, - "semver 1.0.23": { - "name": "semver", - "version": "1.0.23", + "web-sys 0.3.69": { + "name": "web-sys", + "version": "0.3.69", "repository": { "Http": { - "url": "https://static.crates.io/crates/semver/1.0.23/download", - "sha256": "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" + "url": "https://static.crates.io/crates/web-sys/0.3.69/download", + "sha256": "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" } }, "targets": [ { "Library": { - "crate_name": "semver", + "crate_name": "web_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "semver", + "library_target_name": "web_sys", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "std" + "AbortController", + "AbortSignal", + "Blob", + "BlobPropertyBag", + "Event", + "EventTarget", + "File", + "FormData", + "Headers", + "MessageEvent", + "QueuingStrategy", + "ReadableByteStreamController", + "ReadableStream", + "ReadableStreamByobReader", + "ReadableStreamByobRequest", + "ReadableStreamDefaultController", + "ReadableStreamDefaultReader", + "ReadableStreamGetReaderOptions", + "ReadableStreamReadResult", + "ReadableStreamReaderMode", + "ReadableStreamType", + "ReadableWritablePair", + "Request", + "RequestCredentials", + "RequestInit", + "RequestMode", + "Response", + "ServiceWorkerGlobalScope", + "StreamPipeOptions", + "TransformStream", + "TransformStreamDefaultController", + "Transformer", + "UnderlyingSink", + "UnderlyingSource", + "Window", + "Worker", + "WorkerGlobalScope", + "WritableStream", + "WritableStreamDefaultController", + "WritableStreamDefaultWriter" ], "selects": {} }, "deps": { "common": [ { - "id": "semver 1.0.23", - "target": "build_script_build" + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" } ], "selects": {} }, "edition": "2018", - "version": "1.0.23" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "version": "0.3.69" }, "license": "MIT OR Apache-2.0" }, - "serde 1.0.164": { - "name": "serde", - "version": "1.0.164", + "web-time 1.1.0": { + "name": "web-time", + "version": "1.1.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde/1.0.164/download", - "sha256": "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" + "url": "https://static.crates.io/crates/web-time/1.1.0/download", + "sha256": "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" } }, "targets": [ { "Library": { - "crate_name": "serde", + "crate_name": "web_time", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], - "library_target_name": "serde", + "library_target_name": "web_time", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "rc", - "serde_derive", - "std" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "serde 1.0.164", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.164", - "target": "serde_derive" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + } + ] + } }, - "version": "1.0.164" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2021", + "version": "1.1.0" }, "license": "MIT OR Apache-2.0" }, - "serde_derive 1.0.164": { - "name": "serde_derive", - "version": "1.0.164", + "webpki-roots 0.26.1": { + "name": "webpki-roots", + "version": "0.26.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.164/download", - "sha256": "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" + "url": "https://static.crates.io/crates/webpki-roots/0.26.1/download", + "sha256": "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" } }, "targets": [ { - "ProcMacro": { - "crate_name": "serde_derive", + "Library": { + "crate_name": "webpki_roots", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } } - ], - "library_target_name": "serde_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, + ], + "library_target_name": "webpki_roots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 2.0.61", - "target": "syn" + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" } ], "selects": {} }, - "edition": "2015", - "version": "1.0.164" + "edition": "2018", + "version": "0.26.1" }, - "license": "MIT OR Apache-2.0" + "license": "MPL-2.0" }, - "sha2 0.10.8": { - "name": "sha2", - "version": "0.10.8", + "which 4.4.2": { + "name": "which", + "version": "4.4.2", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.8/download", - "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" + "url": "https://static.crates.io/crates/which/4.4.2/download", + "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" } }, "targets": [ { "Library": { - "crate_name": "sha2", + "crate_name": "which", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8111,164 +23230,188 @@ } } ], - "library_target_name": "sha2", + "library_target_name": "which", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "cfg-if 1.0.0", - "target": "cfg_if" + "id": "either 1.12.0", + "target": "either" }, { - "id": "digest 0.10.7", - "target": "digest" + "id": "rustix 0.38.34", + "target": "rustix" } ], "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "cfg(any(windows, unix, target_os = \"redox\"))": [ { - "id": "cpufeatures 0.2.12", - "target": "cpufeatures" + "id": "home 0.5.9", + "target": "home" + } + ], + "cfg(windows)": [ + { + "id": "once_cell 1.19.0", + "target": "once_cell" } ] } }, - "edition": "2018", - "version": "0.10.8" + "edition": "2021", + "version": "4.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT" }, - "sha3 0.10.8": { - "name": "sha3", - "version": "0.10.8", + "winapi 0.3.9": { + "name": "winapi", + "version": "0.3.9", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha3/0.10.8/download", - "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" + "url": "https://static.crates.io/crates/winapi/0.3.9/download", + "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" } }, "targets": [ { "Library": { - "crate_name": "sha3", + "crate_name": "winapi", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "sha3", + "library_target_name": "winapi", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default", - "std" + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "minwindef", + "ntsecapi", + "processenv", + "profileapi", + "winnt" ], "selects": {} }, "deps": { "common": [ { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "keccak 0.1.5", - "target": "keccak" + "id": "winapi 0.3.9", + "target": "build_script_build" } ], - "selects": {} + "selects": { + "i686-pc-windows-gnu": [ + { + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "winapi_i686_pc_windows_gnu" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", + "target": "winapi_x86_64_pc_windows_gnu" + } + ] + } }, - "edition": "2018", - "version": "0.10.8" + "edition": "2015", + "version": "0.3.9" }, - "license": "MIT OR Apache-2.0" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" }, - "sha3 0.9.1": { - "name": "sha3", - "version": "0.9.1", + "winapi-i686-pc-windows-gnu 0.4.0": { + "name": "winapi-i686-pc-windows-gnu", + "version": "0.4.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha3/0.9.1/download", - "sha256": "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" + "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", + "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" } }, "targets": [ { "Library": { - "crate_name": "sha3", + "crate_name": "winapi_i686_pc_windows_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "sha3", + "library_target_name": "winapi_i686_pc_windows_gnu", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "block-buffer 0.9.0", - "target": "block_buffer" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "keccak 0.1.5", - "target": "keccak" - }, - { - "id": "opaque-debug 0.3.1", - "target": "opaque_debug" + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "build_script_build" } ], "selects": {} }, - "edition": "2018", - "version": "0.9.1" + "edition": "2015", + "version": "0.4.0" }, - "license": "MIT OR Apache-2.0" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" }, - "slab 0.4.9": { - "name": "slab", - "version": "0.4.9", + "winapi-x86_64-pc-windows-gnu 0.4.0": { + "name": "winapi-x86_64-pc-windows-gnu", + "version": "0.4.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/slab/0.4.9/download", - "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" + "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", + "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" } }, "targets": [ { "Library": { - "crate_name": "slab", + "crate_name": "winapi_x86_64_pc_windows_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8285,59 +23428,82 @@ } } ], - "library_target_name": "slab", + "library_target_name": "winapi_x86_64_pc_windows_gnu", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "slab 0.4.9", + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", "target": "build_script_build" } ], "selects": {} }, - "edition": "2018", - "version": "0.4.9" + "edition": "2015", + "version": "0.4.0" }, "build_script_attrs": { "data_glob": [ "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "windows-core 0.52.0": { + "name": "windows-core", + "version": "0.52.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows-core/0.52.0/download", + "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_core", + "common_attrs": { + "compile_data_glob": [ + "**" ], "deps": { "common": [ { - "id": "autocfg 1.3.0", - "target": "autocfg" + "id": "windows-targets 0.52.5", + "target": "windows_targets" } ], "selects": {} - } + }, + "edition": "2021", + "version": "0.52.0" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "smallvec 1.13.2": { - "name": "smallvec", - "version": "1.13.2", + "windows-sys 0.48.0": { + "name": "windows-sys", + "version": "0.48.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/smallvec/1.13.2/download", - "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + "url": "https://static.crates.io/crates/windows-sys/0.48.0/download", + "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" } }, "targets": [ { "Library": { - "crate_name": "smallvec", + "crate_name": "windows_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8345,29 +23511,66 @@ } } ], - "library_target_name": "smallvec", + "library_target_name": "windows_sys", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_Globalization", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_Registry", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_Time", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Shell", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ], + "selects": {} + }, "edition": "2018", - "version": "1.13.2" + "version": "0.48.0" }, "license": "MIT OR Apache-2.0" }, - "spin 0.5.2": { - "name": "spin", - "version": "0.5.2", + "windows-sys 0.52.0": { + "name": "windows-sys", + "version": "0.52.0", "repository": { "Http": { - "url": "https://static.crates.io/crates/spin/0.5.2/download", - "sha256": "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + "url": "https://static.crates.io/crates/windows-sys/0.52.0/download", + "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" } }, "targets": [ { "Library": { - "crate_name": "spin", + "crate_name": "windows_sys", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8375,29 +23578,70 @@ } } ], - "library_target_name": "spin", + "library_target_name": "windows_sys", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "0.5.2" + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_Security_Cryptography", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Memory", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Input", + "Win32_UI_Input_KeyboardAndMouse", + "Win32_UI_Shell", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.52.5", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.0" }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "static_assertions 1.1.0": { - "name": "static_assertions", - "version": "1.1.0", + "windows-targets 0.48.5": { + "name": "windows-targets", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/static_assertions/1.1.0/download", - "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + "url": "https://static.crates.io/crates/windows-targets/0.48.5/download", + "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" } }, "targets": [ { "Library": { - "crate_name": "static_assertions", + "crate_name": "windows_targets", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8405,29 +23649,76 @@ } } ], - "library_target_name": "static_assertions", + "library_target_name": "windows_targets", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "1.1.0" + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.48.5", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.48.5", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.48.5", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.48.5", + "target": "windows_i686_msvc" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_gnu 0.48.5", + "target": "windows_x86_64_gnu" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.48.5", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.48.5", + "target": "windows_x86_64_gnullvm" + } + ] + } + }, + "edition": "2018", + "version": "0.48.5" }, "license": "MIT OR Apache-2.0" }, - "subtle 2.5.0": { - "name": "subtle", - "version": "2.5.0", + "windows-targets 0.52.5": { + "name": "windows-targets", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/subtle/2.5.0/download", - "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + "url": "https://static.crates.io/crates/windows-targets/0.52.5/download", + "sha256": "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" } }, "targets": [ { "Library": { - "crate_name": "subtle", + "crate_name": "windows_targets", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8435,37 +23726,82 @@ } } ], - "library_target_name": "subtle", + "library_target_name": "windows_targets", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "i128", - "std" - ], - "selects": {} + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.52.5", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.52.5", + "target": "windows_x86_64_msvc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.52.5", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.52.5", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.52.5", + "target": "windows_i686_msvc" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_gnu 0.52.5", + "target": "windows_x86_64_gnu" + } + ], + "i686-pc-windows-gnullvm": [ + { + "id": "windows_i686_gnullvm 0.52.5", + "target": "windows_i686_gnullvm" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.52.5", + "target": "windows_x86_64_gnullvm" + } + ] + } }, - "edition": "2018", - "version": "2.5.0" + "edition": "2021", + "version": "0.52.5" }, - "license": "BSD-3-Clause" + "license": "MIT OR Apache-2.0" }, - "syn 1.0.109": { - "name": "syn", - "version": "1.0.109", + "windows_aarch64_gnullvm 0.48.5": { + "name": "windows_aarch64_gnullvm", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/syn/1.0.109/download", - "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download", + "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" } }, "targets": [ { "Library": { - "crate_name": "syn", + "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -8482,49 +23818,22 @@ } } ], - "library_target_name": "syn", + "library_target_name": "windows_aarch64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "clone-impls", - "default", - "derive", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 1.0.109", + "id": "windows_aarch64_gnullvm 0.48.5", "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" } ], "selects": {} }, "edition": "2018", - "version": "1.0.109" + "version": "0.48.5" }, "build_script_attrs": { "data_glob": [ @@ -8533,161 +23842,89 @@ }, "license": "MIT OR Apache-2.0" }, - "syn 2.0.61": { - "name": "syn", - "version": "2.0.61", + "windows_aarch64_gnullvm 0.52.5": { + "name": "windows_aarch64_gnullvm", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/syn/2.0.61/download", - "sha256": "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.5/download", + "sha256": "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" } }, "targets": [ { "Library": { - "crate_name": "syn", + "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - } - ], - "library_target_name": "syn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clone-impls", - "default", - "derive", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "visit", - "visit-mut" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" - } - ], - "selects": {} }, - "edition": "2021", - "version": "2.0.61" - }, - "license": "MIT OR Apache-2.0" - }, - "tachyon_halo2 0.0.1": { - "name": "tachyon_halo2", - "version": "0.0.1", - "repository": null, - "targets": [ { - "Library": { - "crate_name": "tachyon_halo2", - "crate_root": "src/lib.rs", + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "tachyon_halo2", + "library_target_name": "windows_aarch64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "cxx 1.0.122", - "target": "cxx" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "halo2_proofs 0.2.0", - "target": "halo2_proofs" - }, - { - "id": "halo2curves 0.3.1", - "target": "halo2curves" - }, - { - "id": "num-bigint 0.4.5", - "target": "num_bigint" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.8", - "target": "sha2" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "rand_xorshift 0.3.0", - "target": "rand_xorshift" + "id": "windows_aarch64_gnullvm 0.52.5", + "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "0.0.1" + "version": "0.52.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0" }, - "tachyon_rs 0.0.1": { - "name": "tachyon_rs", - "version": "0.0.1", - "repository": null, + "windows_aarch64_msvc 0.48.5": { + "name": "windows_aarch64_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", + "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + } + }, "targets": [ { "Library": { - "crate_name": "tachyon_rs", + "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tachyon_rs", + "library_target_name": "windows_aarch64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -8695,175 +23932,211 @@ "deps": { "common": [ { - "id": "zeroize 1.7.0", - "target": "zeroize" + "id": "windows_aarch64_msvc 0.48.5", + "target": "build_script_build" } ], "selects": {} }, - "edition": "2021", - "version": "0.0.1" + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0" }, - "tap 1.0.1": { - "name": "tap", - "version": "1.0.1", + "windows_aarch64_msvc 0.52.5": { + "name": "windows_aarch64_msvc", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tap/1.0.1/download", - "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.5/download", + "sha256": "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" } }, "targets": [ { "Library": { - "crate_name": "tap", + "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tap", + "library_target_name": "windows_aarch64_msvc", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "1.0.1" + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.52.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.5" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "tiny-keccak 1.5.0": { - "name": "tiny-keccak", - "version": "1.5.0", + "windows_i686_gnu 0.48.5": { + "name": "windows_i686_gnu", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tiny-keccak/1.5.0/download", - "sha256": "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" + "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", + "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" } }, "targets": [ { "Library": { - "crate_name": "tiny_keccak", + "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tiny_keccak", + "library_target_name": "windows_i686_gnu", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "keccak" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "crunchy 0.2.2", - "target": "crunchy" + "id": "windows_i686_gnu 0.48.5", + "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "1.5.0" + "version": "0.48.5" }, - "license": "CC0-1.0" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "tracing 0.1.40": { - "name": "tracing", - "version": "0.1.40", + "windows_i686_gnu 0.52.5": { + "name": "windows_i686_gnu", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing/0.1.40/download", - "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" + "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.5/download", + "sha256": "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" } }, "targets": [ { "Library": { - "crate_name": "tracing", + "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tracing", + "library_target_name": "windows_i686_gnu", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "attributes", - "default", - "std", - "tracing-attributes" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "pin-project-lite 0.2.14", - "target": "pin_project_lite" - }, - { - "id": "tracing-core 0.1.32", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tracing-attributes 0.1.27", - "target": "tracing_attributes" + "id": "windows_i686_gnu 0.52.5", + "target": "build_script_build" } ], "selects": {} }, - "version": "0.1.40" + "edition": "2021", + "version": "0.52.5" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "tracing-attributes 0.1.27": { - "name": "tracing-attributes", - "version": "0.1.27", + "windows_i686_gnullvm 0.52.5": { + "name": "windows_i686_gnullvm", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-attributes/0.1.27/download", - "sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.5/download", + "sha256": "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" } }, "targets": [ { - "ProcMacro": { - "crate_name": "tracing_attributes", + "Library": { + "crate_name": "windows_i686_gnullvm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tracing_attributes", + "library_target_name": "windows_i686_gnullvm", "common_attrs": { "compile_data_glob": [ "**" @@ -8871,101 +24144,105 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 2.0.61", - "target": "syn" + "id": "windows_i686_gnullvm 0.52.5", + "target": "build_script_build" } ], "selects": {} }, - "edition": "2018", - "version": "0.1.27" + "edition": "2021", + "version": "0.52.5" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "tracing-core 0.1.32": { - "name": "tracing-core", - "version": "0.1.32", + "windows_i686_msvc 0.48.5": { + "name": "windows_i686_msvc", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-core/0.1.32/download", - "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" + "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", + "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" } }, "targets": [ { "Library": { - "crate_name": "tracing_core", + "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tracing_core", + "library_target_name": "windows_i686_msvc", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "once_cell", - "std", - "valuable" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "once_cell 1.19.0", - "target": "once_cell" + "id": "windows_i686_msvc 0.48.5", + "target": "build_script_build" } ], - "selects": { - "cfg(tracing_unstable)": [ - { - "id": "valuable 0.1.0", - "target": "valuable" - } - ] - } + "selects": {} }, "edition": "2018", - "version": "0.1.32" + "version": "0.48.5" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "tracing-subscriber 0.2.25": { - "name": "tracing-subscriber", - "version": "0.2.25", + "windows_i686_msvc 0.52.5": { + "name": "windows_i686_msvc", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-subscriber/0.2.25/download", - "sha256": "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" + "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.5/download", + "sha256": "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" } }, "targets": [ { "Library": { - "crate_name": "tracing_subscriber", + "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "tracing_subscriber", + "library_target_name": "windows_i686_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -8973,30 +24250,35 @@ "deps": { "common": [ { - "id": "tracing-core 0.1.32", - "target": "tracing_core" + "id": "windows_i686_msvc 0.52.5", + "target": "build_script_build" } ], "selects": {} }, - "edition": "2018", - "version": "0.2.25" + "edition": "2021", + "version": "0.52.5" }, - "license": "MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "typenum 1.17.0": { - "name": "typenum", - "version": "1.17.0", + "windows_x86_64_gnu 0.48.5": { + "name": "windows_x86_64_gnu", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/typenum/1.17.0/download", - "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", + "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" } }, "targets": [ { "Library": { - "crate_name": "typenum", + "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -9005,15 +24287,15 @@ }, { "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "build/main.rs", + "crate_name": "build_script_build", + "crate_root": "build.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "typenum", + "library_target_name": "windows_x86_64_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -9021,14 +24303,14 @@ "deps": { "common": [ { - "id": "typenum 1.17.0", - "target": "build_script_main" + "id": "windows_x86_64_gnu 0.48.5", + "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "1.17.0" + "version": "0.48.5" }, "build_script_attrs": { "data_glob": [ @@ -9037,49 +24319,72 @@ }, "license": "MIT OR Apache-2.0" }, - "unicode-ident 1.0.12": { - "name": "unicode-ident", - "version": "1.0.12", + "windows_x86_64_gnu 0.52.5": { + "name": "windows_x86_64_gnu", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", - "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.5/download", + "sha256": "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" } }, "targets": [ { "Library": { - "crate_name": "unicode_ident", + "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } } ], - "library_target_name": "unicode_ident", + "library_target_name": "windows_x86_64_gnu", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "1.0.12" + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.52.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.5" }, - "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "valuable 0.1.0": { - "name": "valuable", - "version": "0.1.0", + "windows_x86_64_gnullvm 0.48.5": { + "name": "windows_x86_64_gnullvm", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/valuable/0.1.0/download", - "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", + "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" } }, "targets": [ { "Library": { - "crate_name": "valuable", + "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -9096,7 +24401,7 @@ } } ], - "library_target_name": "valuable", + "library_target_name": "windows_x86_64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" @@ -9104,95 +24409,88 @@ "deps": { "common": [ { - "id": "valuable 0.1.0", + "id": "windows_x86_64_gnullvm 0.48.5", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.1.0" + "version": "0.48.5" }, "build_script_attrs": { "data_glob": [ "**" ] }, - "license": "MIT" + "license": "MIT OR Apache-2.0" }, - "version_check 0.9.4": { - "name": "version_check", - "version": "0.9.4", + "windows_x86_64_gnullvm 0.52.5": { + "name": "windows_x86_64_gnullvm", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/version_check/0.9.4/download", - "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.5/download", + "sha256": "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" } }, "targets": [ { "Library": { - "crate_name": "version_check", + "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } - } - ], - "library_target_name": "version_check", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.9.4" - }, - "license": "MIT/Apache-2.0" - }, - "wasi 0.11.0+wasi-snapshot-preview1": { - "name": "wasi", - "version": "0.11.0+wasi-snapshot-preview1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", - "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - } - }, - "targets": [ + }, { - "Library": { - "crate_name": "wasi", - "crate_root": "src/lib.rs", + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "wasi", + "library_target_name": "windows_x86_64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.11.0+wasi-snapshot-preview1" + "deps": { + "common": [ + { + "id": "windows_x86_64_gnullvm 0.52.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.5" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" }, - "winapi 0.3.9": { - "name": "winapi", - "version": "0.3.9", + "windows_x86_64_msvc 0.48.5": { + "name": "windows_x86_64_msvc", + "version": "0.48.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi/0.3.9/download", - "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", + "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" } }, "targets": [ { "Library": { - "crate_name": "winapi", + "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -9209,65 +24507,43 @@ } } ], - "library_target_name": "winapi", + "library_target_name": "windows_x86_64_msvc", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "minwindef", - "ntsecapi", - "profileapi", - "winnt" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "winapi 0.3.9", + "id": "windows_x86_64_msvc 0.48.5", "target": "build_script_build" } ], - "selects": { - "i686-pc-windows-gnu": [ - { - "id": "winapi-i686-pc-windows-gnu 0.4.0", - "target": "winapi_i686_pc_windows_gnu" - } - ], - "x86_64-pc-windows-gnu": [ - { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0", - "target": "winapi_x86_64_pc_windows_gnu" - } - ] - } + "selects": {} }, - "edition": "2015", - "version": "0.3.9" + "edition": "2018", + "version": "0.48.5" }, "build_script_attrs": { "data_glob": [ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "winapi-i686-pc-windows-gnu 0.4.0": { - "name": "winapi-i686-pc-windows-gnu", - "version": "0.4.0", + "windows_x86_64_msvc 0.52.5": { + "name": "windows_x86_64_msvc", + "version": "0.52.5", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", - "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.5/download", + "sha256": "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" } }, "targets": [ { "Library": { - "crate_name": "winapi_i686_pc_windows_gnu", + "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" @@ -9284,7 +24560,7 @@ } } ], - "library_target_name": "winapi_i686_pc_windows_gnu", + "library_target_name": "windows_x86_64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -9292,52 +24568,81 @@ "deps": { "common": [ { - "id": "winapi-i686-pc-windows-gnu 0.4.0", + "id": "windows_x86_64_msvc 0.52.5", "target": "build_script_build" } ], "selects": {} }, - "edition": "2015", - "version": "0.4.0" + "edition": "2021", + "version": "0.52.5" }, "build_script_attrs": { "data_glob": [ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT OR Apache-2.0" }, - "winapi-x86_64-pc-windows-gnu 0.4.0": { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", + "winnow 0.5.40": { + "name": "winnow", + "version": "0.5.40", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", - "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + "url": "https://static.crates.io/crates/winnow/0.5.40/download", + "sha256": "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" } }, "targets": [ { "Library": { - "crate_name": "winapi_x86_64_pc_windows_gnu", + "crate_name": "winnow", "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } + } + ], + "library_target_name": "winnow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} }, + "edition": "2021", + "version": "0.5.40" + }, + "license": "MIT" + }, + "winreg 0.52.0": { + "name": "winreg", + "version": "0.52.0", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/winreg/0.52.0/download", + "sha256": "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" + } + }, + "targets": [ { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", + "Library": { + "crate_name": "winreg", + "crate_root": "src/lib.rs", "srcs": [ "**/*.rs" ] } } ], - "library_target_name": "winapi_x86_64_pc_windows_gnu", + "library_target_name": "winreg", "common_attrs": { "compile_data_glob": [ "**" @@ -9345,21 +24650,20 @@ "deps": { "common": [ { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0", - "target": "build_script_build" + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" } ], "selects": {} }, - "edition": "2015", - "version": "0.4.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2018", + "version": "0.52.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT" }, "wyz 0.5.1": { "name": "wyz", @@ -9475,7 +24779,7 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.82", + "id": "proc-macro2 1.0.85", "target": "proc_macro2" }, { @@ -9483,7 +24787,7 @@ "target": "quote" }, { - "id": "syn 2.0.61", + "id": "syn 2.0.66", "target": "syn" } ], @@ -9494,13 +24798,13 @@ }, "license": "BSD-2-Clause OR Apache-2.0 OR MIT" }, - "zeroize 1.7.0": { + "zeroize 1.8.1": { "name": "zeroize", - "version": "1.7.0", + "version": "1.8.1", "repository": { "Http": { - "url": "https://static.crates.io/crates/zeroize/1.7.0/download", - "sha256": "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" + "url": "https://static.crates.io/crates/zeroize/1.8.1/download", + "sha256": "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" } }, "targets": [ @@ -9521,6 +24825,8 @@ ], "crate_features": { "common": [ + "alloc", + "default", "zeroize_derive" ], "selects": {} @@ -9535,7 +24841,7 @@ ], "selects": {} }, - "version": "1.7.0" + "version": "1.8.1" }, "license": "Apache-2.0 OR MIT" }, @@ -9567,7 +24873,7 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.82", + "id": "proc-macro2 1.0.85", "target": "proc_macro2" }, { @@ -9575,7 +24881,7 @@ "target": "quote" }, { - "id": "syn 2.0.61", + "id": "syn 2.0.66", "target": "syn" } ], @@ -9685,7 +24991,7 @@ "alias": "random" }, { - "id": "serde 1.0.164", + "id": "serde 1.0.203", "target": "serde" }, { @@ -9722,22 +25028,135 @@ "horizen_poseidon2_benchmark 0.0.1": "benchmark/poseidon2/horizen", "plonky3_poseidon2_benchmark 0.0.1": "benchmark/poseidon2/plonky3", "tachyon_halo2 0.0.1": "vendors/halo2", - "tachyon_rs 0.0.1": "tachyon/rs" + "tachyon_rs 0.0.1": "tachyon/rs", + "tachyon_sp1 0.0.1": "vendors/sp1" }, "conditions": { "aarch64-linux-android": [ "aarch64-linux-android" ], + "aarch64-pc-windows-gnullvm": [], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android" + ], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi" + ], + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "aarch64-pc-windows-msvc" + ], "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ "aarch64-unknown-linux-gnu" ], + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + "aarch64-pc-windows-msvc" + ], "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim" ], "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "i686-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + "i686-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "i686-pc-windows-msvc" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "x86_64-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], "cfg(any())": [], + "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -9760,6 +25179,92 @@ "x86_64-unknown-linux-gnu", "x86_64-unknown-none" ], + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "x86_64-apple-darwin", + "x86_64-apple-ios" + ], + "cfg(any(unix, target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(windows, unix, target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu" + ], + "cfg(curve25519_dalek_backend = \"fiat\")": [], "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -9791,6 +25296,122 @@ "x86_64-unknown-linux-gnu", "x86_64-unknown-none" ], + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"windows\", target_vendor = \"apple\")))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_arch = \"wasm32\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_family = \"wasm\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], "cfg(not(windows))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -9830,15 +25451,57 @@ "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu" ], + "cfg(target_arch = \"wasm32\")": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(target_arch = \"x86_64\")": [ + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" + ], "cfg(target_env = \"sgx\")": [], + "cfg(target_feature = \"atomics\")": [], + "cfg(target_os = \"android\")": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "x86_64-linux-android" + ], "cfg(target_os = \"fuchsia\")": [ "aarch64-fuchsia", "x86_64-fuchsia" ], + "cfg(target_os = \"haiku\")": [], "cfg(target_os = \"hermit\")": [], + "cfg(target_os = \"macos\")": [ + "aarch64-apple-darwin", + "i686-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(target_os = \"redox\")": [], "cfg(target_os = \"wasi\")": [ "wasm32-wasi" ], + "cfg(target_os = \"windows\")": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(target_vendor = \"apple\")": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "x86_64-apple-darwin", + "x86_64-apple-ios" + ], + "cfg(tokio_taskdump)": [], "cfg(tracing_unstable)": [], "cfg(unix)": [ "aarch64-apple-darwin", @@ -9869,6 +25532,8 @@ "x86_64-pc-windows-msvc" ], "i686-pc-windows-gnu": [], - "x86_64-pc-windows-gnu": [] + "i686-pc-windows-gnullvm": [], + "x86_64-pc-windows-gnu": [], + "x86_64-pc-windows-gnullvm": [] } } diff --git a/Cargo.lock b/Cargo.lock index 24abadc37..a5f6e8b07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,6 +13,21 @@ dependencies = [ "num-traits", ] +[[package]] +name = "addr2line" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + [[package]] name = "ahash" version = "0.8.11" @@ -25,12 +40,100 @@ dependencies = [ "zerocopy", ] +[[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +dependencies = [ + "memchr", +] + [[package]] name = "allocator-api2" version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" +dependencies = [ + "winapi", +] + +[[package]] +name = "anstream" +version = "0.6.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" + +[[package]] +name = "anstyle-parse" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" +dependencies = [ + "anstyle", + "windows-sys 0.52.0", +] + +[[package]] +name = "anyhow" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" + [[package]] name = "ark-bn254" version = "0.4.0" @@ -150,7 +253,7 @@ version = "0.4.2" source = "git+https://github.com/kroma-network/algebra.git?rev=53f396c#53f396cccdb37dea4c71764353ae374d99464b93" dependencies = [ "quote", - "syn 2.0.61", + "syn 2.0.66", ] [[package]] @@ -175,7 +278,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.61", + "syn 2.0.66", ] [[package]] @@ -213,7 +316,7 @@ dependencies = [ "ark-ff 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "ark-std 0.4.0", "tracing", - "tracing-subscriber", + "tracing-subscriber 0.2.25", ] [[package]] @@ -257,7 +360,7 @@ source = "git+https://github.com/kroma-network/algebra.git?rev=53f396c#53f396ccc dependencies = [ "proc-macro2", "quote", - "syn 2.0.61", + "syn 2.0.66", ] [[package]] @@ -351,12 +454,52 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "autocfg" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +[[package]] +name = "backtrace" +version = "0.3.72" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" +dependencies = [ + "addr2line", + "cc", + "cfg-if 1.0.0", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", + "serde", +] + +[[package]] +name = "base16ct" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "base64ct" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + [[package]] name = "bellman_benchmark" version = "0.0.1" @@ -401,7 +544,7 @@ dependencies = [ "rand 0.4.6", "serde", "smallvec", - "tiny-keccak", + "tiny-keccak 1.5.0", ] [[package]] @@ -412,6 +555,38 @@ dependencies = [ "tachyon_rs", ] +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + +[[package]] +name = "bindgen" +version = "0.69.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" +dependencies = [ + "bitflags 2.5.0", + "cexpr", + "clang-sys", + "itertools 0.12.1", + "lazy_static", + "lazycell", + "log", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 2.0.66", + "which", +] + [[package]] name = "bit-vec" version = "0.4.4" @@ -427,6 +602,18 @@ dependencies = [ "serde", ] +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" + [[package]] name = "bitvec" version = "1.0.1" @@ -480,6 +667,20 @@ dependencies = [ "constant_time_eq 0.1.5", ] +[[package]] +name = "blake3" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +dependencies = [ + "arrayref", + "arrayvec 0.7.4", + "cc", + "cfg-if 1.0.0", + "constant_time_eq 0.3.0", + "rayon", +] + [[package]] name = "block-buffer" version = "0.9.0" @@ -487,7 +688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ "block-padding", - "generic-array", + "generic-array 0.14.7", ] [[package]] @@ -496,7 +697,7 @@ version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "generic-array", + "generic-array 0.14.7", ] [[package]] @@ -518,17 +719,44 @@ dependencies = [ "subtle", ] +[[package]] +name = "bumpalo" +version = "3.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" + +[[package]] +name = "byte-slice-cast" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + [[package]] name = "byteorder" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" +[[package]] +name = "bytes" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" + [[package]] name = "cc" -version = "1.0.97" +version = "1.0.98" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" + +[[package]] +name = "cexpr" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" +checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" +dependencies = [ + "nom", +] [[package]] name = "cfg-if" @@ -542,6 +770,95 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "chrono" +version = "0.4.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +dependencies = [ + "android-tzdata", + "iana-time-zone", + "num-traits", + "serde", + "windows-targets 0.52.5", +] + +[[package]] +name = "clang-sys" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" +dependencies = [ + "glob", + "libc", + "libloading", +] + +[[package]] +name = "clap" +version = "4.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +dependencies = [ + "clap_builder", + "clap_derive", +] + +[[package]] +name = "clap_builder" +version = "4.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +dependencies = [ + "anstream", + "anstyle", + "clap_lex", + "strsim", +] + +[[package]] +name = "clap_derive" +version = "4.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "clap_lex" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" + +[[package]] +name = "colorchoice" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" + +[[package]] +name = "console" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.52.0", +] + +[[package]] +name = "const-oid" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -554,6 +871,22 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" + [[package]] name = "cpufeatures" version = "0.2.12" @@ -605,7 +938,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ "crossbeam-epoch 0.9.18", - "crossbeam-utils 0.8.19", + "crossbeam-utils 0.8.20", ] [[package]] @@ -629,7 +962,7 @@ version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "crossbeam-utils 0.8.19", + "crossbeam-utils 0.8.20", ] [[package]] @@ -656,9 +989,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -666,16 +999,55 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +[[package]] +name = "crypto-bigint" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" +dependencies = [ + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle", + "zeroize", +] + [[package]] name = "crypto-common" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array", + "generic-array 0.14.7", "typenum", ] +[[package]] +name = "curve25519-dalek" +version = "4.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "curve25519-dalek-derive", + "fiat-crypto", + "platforms", + "rustc_version", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "cxx" version = "1.0.122" @@ -702,7 +1074,62 @@ checksum = "928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783" dependencies = [ "proc-macro2", "quote", - "syn 2.0.61", + "syn 2.0.66", +] + +[[package]] +name = "darling" +version = "0.20.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.20.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.66", +] + +[[package]] +name = "darling_macro" +version = "0.20.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" +dependencies = [ + "darling_core", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "der" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +dependencies = [ + "const-oid", + "zeroize", +] + +[[package]] +name = "deranged" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +dependencies = [ + "powerfmt", + "serde", ] [[package]] @@ -716,13 +1143,24 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "derive_more" +version = "0.99.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "digest" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array", + "generic-array 0.14.7", ] [[package]] @@ -732,15 +1170,119 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer 0.10.4", + "const-oid", "crypto-common", "subtle", ] [[package]] -name = "either" -version = "1.11.0" +name = "dirs" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + +[[package]] +name = "downcast-rs" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" + +[[package]] +name = "ecdsa" +version = "0.16.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" +dependencies = [ + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "signature", + "spki", +] + +[[package]] +name = "either" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" + +[[package]] +name = "elf" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b" + +[[package]] +name = "elliptic-curve" +version = "0.13.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" +dependencies = [ + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff 0.13.0", + "generic-array 0.14.7", + "group 0.13.0", + "pkcs8", + "rand_core 0.6.4", + "sec1", + "subtle", + "zeroize", +] + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + +[[package]] +name = "encoding_rs" +version = "0.8.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" +dependencies = [ + "cfg-if 1.0.0", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "fastrand" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "ff" @@ -810,6 +1352,42 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "fiat-crypto" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +dependencies = [ + "percent-encoding", +] + [[package]] name = "fuchsia-cprng" version = "0.1.1" @@ -887,6 +1465,17 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +[[package]] +name = "futures-macro" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "futures-sink" version = "0.3.30" @@ -908,6 +1497,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-io", + "futures-macro", "futures-sink", "futures-task", "memchr", @@ -930,6 +1520,17 @@ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", + "zeroize", +] + +[[package]] +name = "generic-array" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe739944a5406424e080edccb6add95685130b9f160d5407c639c7df0c5836b0" +dependencies = [ + "serde", + "typenum", ] [[package]] @@ -943,6 +1544,18 @@ dependencies = [ "wasi", ] +[[package]] +name = "gimli" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + +[[package]] +name = "glob" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + [[package]] name = "group" version = "0.12.1" @@ -966,6 +1579,25 @@ dependencies = [ "subtle", ] +[[package]] +name = "h2" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http", + "indexmap 2.2.6", + "slab", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "halo2" version = "0.1.0-beta.2" @@ -1046,6 +1678,12 @@ dependencies = [ "subtle", ] +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + [[package]] name = "hashbrown" version = "0.13.2" @@ -1065,6 +1703,12 @@ dependencies = [ "allocator-api2", ] +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.3.9" @@ -1078,767 +1722,3225 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] -name = "horizen_poseidon2_benchmark" -version = "0.0.1" +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "tachyon_rs", - "zkhash", + "digest 0.10.7", ] [[package]] -name = "itertools" -version = "0.10.5" +name = "home" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "either", + "windows-sys 0.52.0", ] [[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +name = "horizen_poseidon2_benchmark" +version = "0.0.1" dependencies = [ - "either", + "tachyon_rs", + "zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9)", ] [[package]] -name = "jubjub" -version = "0.9.0" +name = "http" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ - "bitvec", - "bls12_381", - "ff 0.12.1", - "group 0.12.1", - "rand_core 0.6.4", - "subtle", + "bytes", + "fnv", + "itoa", ] [[package]] -name = "keccak" -version = "0.1.5" +name = "http-body" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ - "cpufeatures", + "bytes", + "http", ] [[package]] -name = "lazy_static" -version = "1.4.0" +name = "http-body-util" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ - "spin", + "bytes", + "futures-core", + "http", + "http-body", + "pin-project-lite", ] [[package]] -name = "libc" -version = "0.2.154" +name = "httparse" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] -name = "link-cplusplus" -version = "1.0.9" +name = "hyper" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" dependencies = [ - "cc", + "bytes", + "futures-channel", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", ] [[package]] -name = "log" -version = "0.4.21" +name = "hyper-rustls" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" +dependencies = [ + "futures-util", + "http", + "hyper", + "hyper-util", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tower-service", +] [[package]] -name = "maybe-uninit" -version = "2.0.0" +name = "hyper-tls" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] [[package]] -name = "memchr" -version = "2.7.2" +name = "hyper-util" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http", + "http-body", + "hyper", + "pin-project-lite", + "socket2", + "tokio", + "tower", + "tower-service", + "tracing", +] [[package]] -name = "memoffset" -version = "0.5.6" +name = "iana-time-zone" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ - "autocfg", + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core", ] [[package]] -name = "memuse" -version = "0.2.1" +name = "iana-time-zone-haiku" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2145869435ace5ea6ea3d35f59be559317ec9a0d04e1812d5f185a87b6d36f1a" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] [[package]] -name = "num-bigint" -version = "0.3.3" +name = "ident_case" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "autocfg", - "num-integer", - "num-traits", + "unicode-bidi", + "unicode-normalization", ] [[package]] -name = "num-bigint" -version = "0.4.5" +name = "impl-trait-for-tuples" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" dependencies = [ - "num-integer", - "num-traits", - "rand 0.8.5", + "proc-macro2", + "quote", + "syn 1.0.109", ] [[package]] -name = "num-integer" -version = "0.1.46" +name = "indexmap" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ - "num-traits", + "autocfg", + "hashbrown 0.12.3", + "serde", ] [[package]] -name = "num-traits" -version = "0.2.19" +name = "indexmap" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ - "autocfg", + "equivalent", + "hashbrown 0.14.5", + "serde", ] [[package]] -name = "num_cpus" -version = "1.16.0" +name = "indicatif" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ - "hermit-abi", - "libc", + "console", + "instant", + "number_prefix", + "portable-atomic", + "unicode-width", ] [[package]] -name = "nums" -version = "0.1.0" +name = "instant" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3c74f925fb8cfc49a8022f2afce48a0683b70f9e439885594e84c5edbf5b01" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ - "num-bigint 0.4.5", - "num-integer", - "num-traits", - "rand 0.8.5", + "cfg-if 1.0.0", ] [[package]] -name = "once_cell" -version = "1.19.0" +name = "ipnet" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] -name = "opaque-debug" -version = "0.3.1" +name = "is_terminal_polyfill" +version = "1.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" [[package]] -name = "p3-bn254-fr" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" -dependencies = [ +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" + +[[package]] +name = "js-sys" +version = "0.3.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "jubjub" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a575df5f985fe1cd5b2b05664ff6accfc46559032b954529fd225a2168d27b0f" +dependencies = [ + "bitvec", + "bls12_381", + "ff 0.12.1", + "group 0.12.1", + "rand_core 0.6.4", + "subtle", +] + +[[package]] +name = "k256" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +dependencies = [ + "cfg-if 1.0.0", + "ecdsa", + "elliptic-curve", + "once_cell", + "sha2", + "signature", +] + +[[package]] +name = "keccak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +dependencies = [ + "cpufeatures", +] + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +dependencies = [ + "spin 0.5.2", +] + +[[package]] +name = "lazycell" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + +[[package]] +name = "libc" +version = "0.2.155" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" + +[[package]] +name = "libloading" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +dependencies = [ + "cfg-if 1.0.0", + "windows-targets 0.52.5", +] + +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.5.0", + "libc", +] + +[[package]] +name = "link-cplusplus" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +dependencies = [ + "cc", +] + +[[package]] +name = "linux-raw-sys" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" + +[[package]] +name = "lock_api" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + +[[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +dependencies = [ + "regex-automata 0.1.10", +] + +[[package]] +name = "maybe-uninit" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" + +[[package]] +name = "memchr" +version = "2.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" + +[[package]] +name = "memoffset" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" +dependencies = [ + "autocfg", +] + +[[package]] +name = "memuse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2145869435ace5ea6ea3d35f59be559317ec9a0d04e1812d5f185a87b6d36f1a" + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniz_oxide" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +dependencies = [ + "adler", +] + +[[package]] +name = "mio" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.48.0", +] + +[[package]] +name = "native-tls" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "nohash-hasher" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" +dependencies = [ + "num-bigint 0.4.5", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", +] + +[[package]] +name = "num-bigint" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-bigint" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +dependencies = [ + "num-integer", + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + +[[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-iter" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-rational" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" +dependencies = [ + "num-bigint 0.4.5", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +dependencies = [ + "hermit-abi", + "libc", +] + +[[package]] +name = "num_enum" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" +dependencies = [ + "num_enum_derive", +] + +[[package]] +name = "num_enum_derive" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + +[[package]] +name = "nums" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3c74f925fb8cfc49a8022f2afce48a0683b70f9e439885594e84c5edbf5b01" +dependencies = [ + "num-bigint 0.4.5", + "num-integer", + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "object" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" + +[[package]] +name = "opaque-debug" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" + +[[package]] +name = "openssl" +version = "0.10.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +dependencies = [ + "bitflags 2.5.0", + "cfg-if 1.0.0", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "openssl-sys" +version = "0.9.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "p3-air" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", +] + +[[package]] +name = "p3-baby-bear" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "num-bigint 0.4.5", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-blake3" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "blake3", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", +] + +[[package]] +name = "p3-bn254-fr" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "ff 0.13.0", + "num-bigint 0.4.5", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-bn254-fr" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "ff 0.13.0", + "num-bigint 0.4.5", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-challenger" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-symmetric 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "tracing", +] + +[[package]] +name = "p3-challenger" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "tracing", +] + +[[package]] +name = "p3-commit" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-challenger 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-matrix 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "serde", +] + +[[package]] +name = "p3-commit" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", +] + +[[package]] +name = "p3-dft" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-matrix 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "tracing", +] + +[[package]] +name = "p3-dft" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "tracing", +] + +[[package]] +name = "p3-dft" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "tracing", +] + +[[package]] +name = "p3-field" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "num-bigint 0.4.5", + "num-traits", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-field" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "num-bigint 0.4.5", + "num-traits", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-field" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "itertools 0.12.1", + "num-bigint 0.4.5", + "num-integer", + "num-traits", + "nums", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "rand 0.8.5", + "serde", +] + +[[package]] +name = "p3-fri" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-challenger 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-commit 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-dft 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-interpolation 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-matrix 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "serde", + "tracing", +] + +[[package]] +name = "p3-fri" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-interpolation 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "tracing", +] + +[[package]] +name = "p3-interpolation" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-matrix 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", +] + +[[package]] +name = "p3-interpolation" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", +] + +[[package]] +name = "p3-keccak" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "tiny-keccak 2.0.2", +] + +[[package]] +name = "p3-keccak-air" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "p3-air", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "tracing", +] + +[[package]] +name = "p3-matrix" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "rand 0.8.5", + "serde", + "tracing", +] + +[[package]] +name = "p3-matrix" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", + "serde", + "tracing", +] + +[[package]] +name = "p3-matrix" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "rand 0.8.5", + "serde", + "tracing", +] + +[[package]] +name = "p3-maybe-rayon" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "rayon", +] + +[[package]] +name = "p3-maybe-rayon" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "rayon", +] + +[[package]] +name = "p3-maybe-rayon" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" + +[[package]] +name = "p3-mds" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", +] + +[[package]] +name = "p3-mds" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "itertools 0.12.1", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "rand 0.8.5", +] + +[[package]] +name = "p3-merkle-tree" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "tracing", +] + +[[package]] +name = "p3-poseidon2" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "gcd", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", +] + +[[package]] +name = "p3-poseidon2" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "gcd", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-mds 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "rand 0.8.5", +] + +[[package]] +name = "p3-symmetric" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "serde", +] + +[[package]] +name = "p3-symmetric" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", +] + +[[package]] +name = "p3-symmetric" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "itertools 0.12.1", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "serde", +] + +[[package]] +name = "p3-uni-stark" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "itertools 0.12.1", + "p3-air", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "tracing", +] + +[[package]] +name = "p3-util" +version = "0.1.0" +source = "git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "serde", +] + +[[package]] +name = "p3-util" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a#3b5265f9d5af36534a46caebf0617595cfb42c5a" +dependencies = [ + "serde", +] + +[[package]] +name = "p3-util" +version = "0.1.0" +source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +dependencies = [ + "serde", +] + +[[package]] +name = "pairing" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" +dependencies = [ + "group 0.12.1", +] + +[[package]] +name = "pairing_ce" +version = "0.28.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db007b21259660d025918e653508f03050bf23fb96a88601f9936329faadc597" +dependencies = [ + "byteorder", + "cfg-if 1.0.0", + "ff_ce", + "rand 0.4.6", + "serde", +] + +[[package]] +name = "parity-scale-codec" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +dependencies = [ + "arrayvec 0.7.4", + "byte-slice-cast", + "impl-trait-for-tuples", + "parity-scale-codec-derive", +] + +[[package]] +name = "parity-scale-codec-derive" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +dependencies = [ + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "parking_lot" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "redox_syscall", + "smallvec", + "windows-targets 0.52.5", +] + +[[package]] +name = "pasta_curves" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" +dependencies = [ + "blake2b_simd", + "ff 0.12.1", + "group 0.12.1", + "lazy_static", + "rand 0.8.5", + "static_assertions", + "subtle", +] + +[[package]] +name = "pasta_curves" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" +dependencies = [ + "blake2b_simd", + "ff 0.13.0", + "group 0.13.0", + "lazy_static", + "rand 0.8.5", + "static_assertions", + "subtle", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "percent-encoding" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + +[[package]] +name = "pin-project" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" + +[[package]] +name = "platforms" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" + +[[package]] +name = "plonky3_poseidon2_benchmark" +version = "0.0.1" +dependencies = [ + "ff 0.13.0", + "p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=54069b1)", + "tachyon_rs", + "zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2.git?rev=bb476b9)", +] + +[[package]] +name = "portable-atomic" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" + +[[package]] +name = "poseidon" +version = "0.2.0" +source = "git+https://github.com/kroma-network/poseidon.git?rev=00a2fe0#00a2fe049208860a5835b1f24d2a80105439b995" +dependencies = [ + "group 0.12.1", + "halo2curves", + "subtle", +] + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "ppv-lite86" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + +[[package]] +name = "prettyplease" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +dependencies = [ + "proc-macro2", + "syn 2.0.66", +] + +[[package]] +name = "proc-macro-crate" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +dependencies = [ + "once_cell", + "toml_edit 0.19.15", +] + +[[package]] +name = "proc-macro-crate" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +dependencies = [ + "toml_edit 0.21.1", +] + +[[package]] +name = "proc-macro2" +version = "1.0.85" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quote" +version = "1.0.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "radium" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + +[[package]] +name = "rand" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" +dependencies = [ + "fuchsia-cprng", + "libc", + "rand_core 0.3.1", + "rdrand", + "winapi", +] + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_core" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" +dependencies = [ + "rand_core 0.4.2", +] + +[[package]] +name = "rand_core" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core 0.6.4", +] + +[[package]] +name = "rayon" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +dependencies = [ + "crossbeam-deque 0.8.5", + "crossbeam-utils 0.8.20", +] + +[[package]] +name = "rayon-scan" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f87cc11a0140b4b0da0ffc889885760c61b13672d80a908920b2c0df078fa14" +dependencies = [ + "rayon", +] + +[[package]] +name = "rdrand" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" +dependencies = [ + "rand_core 0.3.1", +] + +[[package]] +name = "redox_syscall" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +dependencies = [ + "bitflags 2.5.0", +] + +[[package]] +name = "redox_users" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +dependencies = [ + "getrandom", + "libredox", + "thiserror", +] + +[[package]] +name = "regex" +version = "1.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata 0.4.6", + "regex-syntax 0.8.3", +] + +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax 0.6.29", +] + +[[package]] +name = "regex-automata" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.8.3", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" + +[[package]] +name = "reqwest" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" +dependencies = [ + "base64", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-rustls", + "hyper-tls", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls", + "rustls-pemfile", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "system-configuration", + "tokio", + "tokio-native-tls", + "tokio-rustls", + "tokio-util", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "wasm-streams", + "web-sys", + "webpki-roots", + "winreg", +] + +[[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" +dependencies = [ + "hmac", + "subtle", +] + +[[package]] +name = "ring" +version = "0.17.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +dependencies = [ + "cc", + "cfg-if 1.0.0", + "getrandom", + "libc", + "spin 0.9.8", + "untrusted", + "windows-sys 0.52.0", +] + +[[package]] +name = "rrs-lib" +version = "0.1.0" +source = "git+https://github.com/GregAC/rrs.git?branch=main#b23afc16b4e6a1fb5c4a73eb1e337e9400816507" +dependencies = [ + "downcast-rs", + "num_enum", + "paste", +] + +[[package]] +name = "rustc-demangle" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc_version" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +dependencies = [ + "semver", +] + +[[package]] +name = "rustix" +version = "0.38.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +dependencies = [ + "bitflags 2.5.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.52.0", +] + +[[package]] +name = "rustls" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +dependencies = [ + "log", + "ring", + "rustls-pki-types", + "rustls-webpki", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-pemfile" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +dependencies = [ + "base64", + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" + +[[package]] +name = "rustls-webpki" +version = "0.102.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustversion" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" + +[[package]] +name = "ryu" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" + +[[package]] +name = "scale-info" +version = "2.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" +dependencies = [ + "cfg-if 1.0.0", + "derive_more", + "parity-scale-codec", + "scale-info-derive", +] + +[[package]] +name = "scale-info-derive" +version = "2.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" +dependencies = [ + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "scc" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76ad2bbb0ae5100a07b7a6f2ed7ab5fd0045551a4c507989b7a620046ea3efdc" +dependencies = [ + "sdd", +] + +[[package]] +name = "schannel" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "sdd" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b84345e4c9bd703274a082fb80caaa99b7612be48dfaa1dd9266577ec412309d" + +[[package]] +name = "sec1" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" +dependencies = [ + "base16ct", + "der", + "generic-array 0.14.7", + "pkcs8", + "subtle", + "zeroize", +] + +[[package]] +name = "security-framework" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +dependencies = [ + "bitflags 2.5.0", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "semver" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" + +[[package]] +name = "serde" +version = "1.0.203" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.203" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "serde_json" +version = "1.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +dependencies = [ + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_with" +version = "3.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" +dependencies = [ + "base64", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.2.6", + "serde", + "serde_derive", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "serial_test" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d" +dependencies = [ + "futures 0.3.30", + "log", + "once_cell", + "parking_lot", + "scc", + "serial_test_derive", +] + +[[package]] +name = "serial_test_derive" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "sha2" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.10.7", +] + +[[package]] +name = "sha3" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" +dependencies = [ + "block-buffer 0.9.0", + "digest 0.9.0", + "keccak", + "opaque-debug", +] + +[[package]] +name = "sha3" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" +dependencies = [ + "digest 0.10.7", + "keccak", +] + +[[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "signal-hook-registry" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +dependencies = [ + "libc", +] + +[[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" +dependencies = [ + "digest 0.10.7", + "rand_core 0.6.4", +] + +[[package]] +name = "size" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d" + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + +[[package]] +name = "snowbridge-amcl" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" +dependencies = [ + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "socket2" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "sp1-core" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "anyhow", + "arrayref", + "bincode", + "blake3", + "cfg-if 1.0.0", + "curve25519-dalek", + "elf", + "elliptic-curve", + "generic-array 1.0.0", + "hex", + "itertools 0.12.1", + "k256", + "log", + "nohash-hasher", + "num", + "num-bigint 0.4.5", + "num_cpus", + "p3-air", + "p3-baby-bear", + "p3-blake3", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-keccak", + "p3-keccak-air", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-merkle-tree", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-uni-stark", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rayon-scan", + "rrs-lib", + "serde", + "serde_with", + "size", + "snowbridge-amcl", + "sp1-derive", + "sp1-primitives", + "strum", + "strum_macros", + "tempfile", + "thiserror", + "tracing", + "tracing-forest", + "tracing-subscriber 0.3.18", + "typenum", + "web-time", +] + +[[package]] +name = "sp1-derive" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sp1-primitives" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "itertools 0.12.1", + "lazy_static", + "p3-baby-bear", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", +] + +[[package]] +name = "sp1-prover" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "anyhow", + "backtrace", + "bincode", + "clap", + "dirs", + "futures 0.3.30", + "hex", + "indicatif", + "itertools 0.12.1", + "num-bigint 0.4.5", + "p3-baby-bear", + "p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rayon", + "reqwest", + "serde", + "serde_json", + "serial_test", + "sha2", + "size", + "sp1-core", + "sp1-primitives", + "sp1-recursion-circuit", + "sp1-recursion-compiler", + "sp1-recursion-core", + "sp1-recursion-gnark-ffi", + "sp1-recursion-program", + "subtle-encoding", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-subscriber 0.3.18", +] + +[[package]] +name = "sp1-recursion-circuit" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "bincode", + "itertools 0.12.1", + "p3-air", + "p3-baby-bear", + "p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "sp1-core", + "sp1-recursion-compiler", + "sp1-recursion-core", + "sp1-recursion-derive", + "sp1-recursion-program", +] + +[[package]] +name = "sp1-recursion-compiler" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "backtrace", + "itertools 0.12.1", + "p3-air", + "p3-baby-bear", + "p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "sp1-core", + "sp1-recursion-core", + "sp1-recursion-derive", + "tracing", +] + +[[package]] +name = "sp1-recursion-core" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "arrayref", + "backtrace", "ff 0.13.0", + "hashbrown 0.14.5", + "itertools 0.12.1", + "p3-air", + "p3-baby-bear", + "p3-bn254-fr 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-merkle-tree", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "serde", + "serde_with", + "sp1-core", + "sp1-derive", + "sp1-primitives", + "static_assertions", + "tracing", + "zkhash 0.2.0 (git+https://github.com/HorizenLabs/poseidon2)", +] + +[[package]] +name = "sp1-recursion-derive" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "sp1-recursion-gnark-ffi" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "bindgen", + "cc", + "cfg-if 1.0.0", + "log", "num-bigint 0.4.5", - "p3-field", - "p3-poseidon2", - "p3-symmetric", + "p3-baby-bear", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "rand 0.8.5", + "serde", + "serde_json", + "sp1-recursion-compiler", + "tempfile", +] + +[[package]] +name = "sp1-recursion-program" +version = "0.1.0" +source = "git+https://github.com/kroma-network/sp1.git?rev=353bf42#353bf429877bfeeeddb722b5a1e0c4c59881668f" +dependencies = [ + "itertools 0.12.1", + "p3-air", + "p3-baby-bear", + "p3-challenger 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-commit 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-dft 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-field 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-fri 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-matrix 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-merkle-tree", + "p3-poseidon2 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-symmetric 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", + "p3-util 0.1.0 (git+https://github.com/Plonky3/Plonky3.git?rev=3b5265f9d5af36534a46caebf0617595cfb42c5a)", "rand 0.8.5", "serde", + "sp1-core", + "sp1-recursion-compiler", + "sp1-recursion-core", + "tracing", +] + +[[package]] +name = "spin" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + +[[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" +dependencies = [ + "base64ct", + "der", +] + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" + +[[package]] +name = "strum_macros" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.66", +] + +[[package]] +name = "subtle" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + +[[package]] +name = "subtle-encoding" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dcb1ed7b8330c5eed5441052651dd7a12c75e2ed88f2ec024ae1fa3a5e59945" +dependencies = [ + "zeroize", +] + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "tachyon_halo2" +version = "0.0.1" +dependencies = [ + "cxx", + "digest 0.10.7", + "ff 0.12.1", + "halo2_proofs 0.2.0", + "halo2curves", + "num-bigint 0.4.5", + "rand_core 0.6.4", + "rand_xorshift", + "sha2", + "tachyon_rs", +] + +[[package]] +name = "tachyon_rs" +version = "0.0.1" +dependencies = [ + "zeroize", +] + +[[package]] +name = "tachyon_sp1" +version = "0.0.1" +dependencies = [ + "anyhow", + "cxx", + "p3-challenger 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-commit 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-dft 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-field 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-fri 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-matrix 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-maybe-rayon 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "p3-util 0.1.0 (git+https://github.com/kroma-network/Plonky3.git?rev=3b5265f)", + "sp1-core", + "sp1-prover", + "tachyon_rs", +] + +[[package]] +name = "tap" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + +[[package]] +name = "tempfile" +version = "3.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +dependencies = [ + "cfg-if 1.0.0", + "fastrand", + "rustix", + "windows-sys 0.52.0", ] [[package]] -name = "p3-dft" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "thiserror" +version = "1.0.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ - "p3-field", - "p3-matrix", - "p3-maybe-rayon", - "p3-util", - "tracing", + "thiserror-impl", ] [[package]] -name = "p3-field" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "thiserror-impl" +version = "1.0.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ - "itertools 0.12.1", - "num-bigint 0.4.5", - "num-integer", - "num-traits", - "nums", - "p3-util", - "rand 0.8.5", - "serde", + "proc-macro2", + "quote", + "syn 2.0.66", ] [[package]] -name = "p3-matrix" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "thread_local" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ - "itertools 0.12.1", - "p3-field", - "p3-maybe-rayon", - "p3-util", - "rand 0.8.5", + "cfg-if 1.0.0", + "once_cell", +] + +[[package]] +name = "time" +version = "0.3.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +dependencies = [ + "deranged", + "itoa", + "num-conv", + "powerfmt", "serde", - "tracing", + "time-core", + "time-macros", ] [[package]] -name = "p3-maybe-rayon" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "time-core" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] -name = "p3-mds" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "time-macros" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ - "itertools 0.12.1", - "p3-dft", - "p3-field", - "p3-matrix", - "p3-symmetric", - "p3-util", - "rand 0.8.5", + "num-conv", + "time-core", ] [[package]] -name = "p3-poseidon2" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "tiny-keccak" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" dependencies = [ - "gcd", - "p3-field", - "p3-mds", - "p3-symmetric", - "rand 0.8.5", + "crunchy", ] [[package]] -name = "p3-symmetric" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" dependencies = [ - "itertools 0.12.1", - "p3-field", - "serde", + "crunchy", ] [[package]] -name = "p3-util" -version = "0.1.0" -source = "git+https://github.com/Plonky3/Plonky3.git?rev=54069b1#54069b141e6f22a045d34edb91eb404decbfbd09" +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" dependencies = [ - "serde", + "tinyvec_macros", ] [[package]] -name = "pairing" -version = "0.22.0" +name = "tinyvec_macros" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135590d8bdba2b31346f9cd1fb2a912329f5135e832a4f422942eb6ead8b6b3b" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ - "group 0.12.1", + "backtrace", + "bytes", + "libc", + "mio", + "num_cpus", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2", + "tokio-macros", + "windows-sys 0.48.0", ] [[package]] -name = "pairing_ce" -version = "0.28.5" +name = "tokio-macros" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db007b21259660d025918e653508f03050bf23fb96a88601f9936329faadc597" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ - "byteorder", - "cfg-if 1.0.0", - "ff_ce", - "rand 0.4.6", - "serde", + "proc-macro2", + "quote", + "syn 2.0.66", ] [[package]] -name = "pasta_curves" -version = "0.4.1" +name = "tokio-native-tls" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc65faf8e7313b4b1fbaa9f7ca917a0eed499a9663be71477f87993604341d8" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" dependencies = [ - "blake2b_simd", - "ff 0.12.1", - "group 0.12.1", - "lazy_static", - "rand 0.8.5", - "static_assertions", - "subtle", + "native-tls", + "tokio", ] [[package]] -name = "pasta_curves" -version = "0.5.1" +name = "tokio-rustls" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095" +checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" dependencies = [ - "blake2b_simd", - "ff 0.13.0", - "group 0.13.0", - "lazy_static", - "rand 0.8.5", - "static_assertions", - "subtle", + "rustls", + "rustls-pki-types", + "tokio", ] [[package]] -name = "paste" -version = "1.0.15" +name = "tokio-util" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", +] [[package]] -name = "pin-project-lite" -version = "0.2.14" +name = "toml_datetime" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" [[package]] -name = "pin-utils" -version = "0.1.0" +name = "toml_edit" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap 2.2.6", + "toml_datetime", + "winnow", +] [[package]] -name = "plonky3_poseidon2_benchmark" -version = "0.0.1" +name = "toml_edit" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "ff 0.13.0", - "p3-bn254-fr", - "p3-field", - "p3-poseidon2", - "p3-symmetric", - "tachyon_rs", - "zkhash", + "indexmap 2.2.6", + "toml_datetime", + "winnow", ] [[package]] -name = "poseidon" -version = "0.2.0" -source = "git+https://github.com/kroma-network/poseidon.git?rev=00a2fe0#00a2fe049208860a5835b1f24d2a80105439b995" +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ - "group 0.12.1", - "halo2curves", - "subtle", + "futures-core", + "futures-util", + "pin-project", + "pin-project-lite", + "tokio", + "tower-layer", + "tower-service", ] [[package]] -name = "ppv-lite86" -version = "0.2.17" +name = "tower-layer" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" [[package]] -name = "proc-macro2" -version = "1.0.82" +name = "tower-service" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + +[[package]] +name = "tracing" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "unicode-ident", + "pin-project-lite", + "tracing-attributes", + "tracing-core", ] [[package]] -name = "quote" -version = "1.0.36" +name = "tracing-attributes" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", + "quote", + "syn 2.0.66", ] [[package]] -name = "radium" -version = "0.7.0" +name = "tracing-core" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +dependencies = [ + "once_cell", + "valuable", +] [[package]] -name = "rand" -version = "0.4.6" +name = "tracing-forest" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" +checksum = "ee40835db14ddd1e3ba414292272eddde9dad04d3d4b65509656414d1c42592f" dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi", + "ansi_term", + "smallvec", + "thiserror", + "tracing", + "tracing-subscriber 0.3.18", ] [[package]] -name = "rand" -version = "0.8.5" +name = "tracing-log" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ - "libc", - "rand_chacha", - "rand_core 0.6.4", + "log", + "once_cell", + "tracing-core", ] [[package]] -name = "rand_chacha" -version = "0.3.1" +name = "tracing-subscriber" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "typenum" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + +[[package]] +name = "unicode-bidi" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" + +[[package]] +name = "unicode-ident" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + +[[package]] +name = "unicode-normalization" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-width" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "url" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", ] [[package]] -name = "rand_core" -version = "0.3.1" +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vcpkg" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -dependencies = [ - "rand_core 0.4.2", -] +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] -name = "rand_core" -version = "0.4.2" +name = "version_check" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] -name = "rand_core" -version = "0.6.4" +name = "want" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "getrandom", + "try-lock", ] [[package]] -name = "rand_xorshift" -version = "0.3.0" +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" -dependencies = [ - "rand_core 0.6.4", -] +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] -name = "rayon" -version = "1.10.0" +name = "wasm-bindgen" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ - "either", - "rayon-core", + "cfg-if 1.0.0", + "wasm-bindgen-macro", ] [[package]] -name = "rayon-core" -version = "1.12.1" +name = "wasm-bindgen-backend" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" dependencies = [ - "crossbeam-deque 0.8.5", - "crossbeam-utils 0.8.19", + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn 2.0.66", + "wasm-bindgen-shared", ] [[package]] -name = "rdrand" -version = "0.4.0" +name = "wasm-bindgen-futures" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" dependencies = [ - "rand_core 0.3.1", + "cfg-if 1.0.0", + "js-sys", + "wasm-bindgen", + "web-sys", ] [[package]] -name = "rustc_version" -version = "0.4.0" +name = "wasm-bindgen-macro" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" dependencies = [ - "semver", + "quote", + "wasm-bindgen-macro-support", ] [[package]] -name = "scopeguard" -version = "1.2.0" +name = "wasm-bindgen-macro-support" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] [[package]] -name = "semver" -version = "1.0.23" +name = "wasm-bindgen-shared" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] -name = "serde" -version = "1.0.164" +name = "wasm-streams" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" +checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" dependencies = [ - "serde_derive", + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", ] [[package]] -name = "serde_derive" -version = "1.0.164" +name = "web-sys" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.61", + "js-sys", + "wasm-bindgen", ] [[package]] -name = "sha2" -version = "0.10.8" +name = "web-time" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.10.7", + "js-sys", + "wasm-bindgen", ] [[package]] -name = "sha3" -version = "0.9.1" +name = "webpki-roots" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" +checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" dependencies = [ - "block-buffer 0.9.0", - "digest 0.9.0", - "keccak", - "opaque-debug", + "rustls-pki-types", ] [[package]] -name = "sha3" -version = "0.10.8" +name = "which" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" +checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" dependencies = [ - "digest 0.10.7", - "keccak", + "either", + "home", + "once_cell", + "rustix", ] [[package]] -name = "slab" -version = "0.4.9" +name = "winapi" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" dependencies = [ - "autocfg", + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", ] [[package]] -name = "smallvec" -version = "1.13.2" +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] -name = "spin" -version = "0.5.2" +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] -name = "static_assertions" -version = "1.1.0" +name = "windows-core" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.5", +] [[package]] -name = "subtle" -version = "2.5.0" +name = "windows-sys" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] [[package]] -name = "syn" -version = "1.0.109" +name = "windows-sys" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "windows-targets 0.52.5", ] [[package]] -name = "syn" -version = "2.0.61" +name = "windows-targets" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", ] [[package]] -name = "tachyon_halo2" -version = "0.0.1" +name = "windows-targets" +version = "0.52.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" dependencies = [ - "cxx", - "digest 0.10.7", - "ff 0.12.1", - "halo2_proofs 0.2.0", - "halo2curves", - "num-bigint 0.4.5", - "rand_core 0.6.4", - "rand_xorshift", - "sha2", - "tachyon_rs", + "windows_aarch64_gnullvm 0.52.5", + "windows_aarch64_msvc 0.52.5", + "windows_i686_gnu 0.52.5", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.5", + "windows_x86_64_gnu 0.52.5", + "windows_x86_64_gnullvm 0.52.5", + "windows_x86_64_msvc 0.52.5", ] [[package]] -name = "tachyon_rs" -version = "0.0.1" -dependencies = [ - "zeroize", -] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] -name = "tap" -version = "1.0.1" +name = "windows_aarch64_gnullvm" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" [[package]] -name = "tiny-keccak" -version = "1.5.0" +name = "windows_aarch64_msvc" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" -dependencies = [ - "crunchy", -] +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] -name = "tracing" -version = "0.1.40" +name = "windows_aarch64_msvc" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" -dependencies = [ - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] +checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" [[package]] -name = "tracing-attributes" -version = "0.1.27" +name = "windows_i686_gnu" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.61", -] +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] -name = "tracing-core" -version = "0.1.32" +name = "windows_i686_gnu" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" -dependencies = [ - "once_cell", - "valuable", -] +checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" [[package]] -name = "tracing-subscriber" -version = "0.2.25" +name = "windows_i686_gnullvm" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "tracing-core", -] +checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" [[package]] -name = "typenum" -version = "1.17.0" +name = "windows_i686_msvc" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] -name = "unicode-ident" -version = "1.0.12" +name = "windows_i686_msvc" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" [[package]] -name = "valuable" -version = "0.1.0" +name = "windows_x86_64_gnu" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] -name = "version_check" -version = "0.9.4" +name = "windows_x86_64_gnu" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" [[package]] -name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +name = "windows_x86_64_gnullvm" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] -name = "winapi" -version = "0.3.9" +name = "windows_x86_64_gnullvm" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] +checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" [[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" +name = "windows_x86_64_msvc" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" +name = "windows_x86_64_msvc" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" + +[[package]] +name = "winnow" +version = "0.5.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if 1.0.0", + "windows-sys 0.48.0", +] [[package]] name = "wyz" @@ -1866,14 +4968,14 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.61", + "syn 2.0.66", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] @@ -1886,7 +4988,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.61", + "syn 2.0.66", ] [[package]] @@ -1914,3 +5016,29 @@ dependencies = [ "sha3 0.10.8", "subtle", ] + +[[package]] +name = "zkhash" +version = "0.2.0" +source = "git+https://github.com/HorizenLabs/poseidon2#bb476b9ca38198cf5092487283c8b8c5d4317c4e" +dependencies = [ + "ark-ff 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ark-std 0.4.0", + "bitvec", + "blake2", + "bls12_381", + "byteorder", + "cfg-if 1.0.0", + "group 0.12.1", + "group 0.13.0", + "halo2", + "hex", + "jubjub", + "lazy_static", + "pasta_curves 0.5.1", + "rand 0.8.5", + "serde", + "sha2", + "sha3 0.10.8", + "subtle", +] diff --git a/Cargo.toml b/Cargo.toml index 15342498c..17a00d99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,5 @@ members = [ "benchmark/poseidon2/plonky3", "tachyon/rs", "vendors/halo2", + "vendors/sp1", ] diff --git a/WORKSPACE b/WORKSPACE index cd2da8678..f8f6d5cfe 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -44,6 +44,18 @@ load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_repository") crates_repository( name = "crate_index", + annotations = { + "ring": [crate.annotation( + build_script_env = { + "CARGO_MANIFEST_LINKS": "ring_core_0_17_8", + }, + )], + "sp1-prover": [crate.annotation( + data = [ + "src/fibonacci/program/elf/riscv32im-succinct-zkvm-elf", + ], + )], + }, cargo_lockfile = "//:Cargo.lock", lockfile = "//:Cargo.Bazel.lock", manifests = [ @@ -59,10 +71,20 @@ crates_repository( "//benchmark/poseidon2/plonky3:Cargo.toml", "//tachyon/rs:Cargo.toml", "//vendors/halo2:Cargo.toml", + "//vendors/sp1:Cargo.toml", ], packages = { - # See https://github.com/bazelbuild/rules_rust/issues/2071#issuecomment-1656204269 - "serde": crate.spec(version = "=1.0.164"), + "hashbrown": crate.spec( + features = ["raw"], + version = "0.12.3", + ), + "deranged": crate.spec( + features = [ + "powerfmt", + "std", + ], + version = "0.3.9", + ), }, ) diff --git a/docs/how_to_use/how_to_build.md b/docs/how_to_use/how_to_build.md index a306c164b..5160163e9 100644 --- a/docs/how_to_use/how_to_build.md +++ b/docs/how_to_use/how_to_build.md @@ -217,6 +217,24 @@ Please add this line to your `.bazelrc.user`. build --spawn_strategy=local ``` +### Control build && test + +As you can see in [.bazelrc](/.bazelrc), we don't enable all of the build and test targets. To enable additional targets, you may add customized `--build_tag_filters` and `--test_tag_filters` to your `.bazelrc.user` file. + +For example, add the following to `.bazelrc.user` to build rust on linux: + +``` +build --build_tag_filters -objc,-cuda +``` + +### Build SP1 Rust code + +Since [scale-info](https://crates.io/crates/scale-info) needs a `CARGO` environment variable, add this to your `.bazelrc.user`. + +``` +build --action_env=CARGO= +``` + ### Py Binding `ModuleNotFoundError` may occur in certain python versions (v3.11.6). Python v3.10.12 is recommended. diff --git a/tachyon/c/zk/plonk/halo2/BUILD.bazel b/tachyon/c/zk/plonk/halo2/BUILD.bazel index ea08418e3..f41e17556 100644 --- a/tachyon/c/zk/plonk/halo2/BUILD.bazel +++ b/tachyon/c/zk/plonk/halo2/BUILD.bazel @@ -330,6 +330,8 @@ tachyon_cc_binary( tachyon_cc_unittest( name = "halo2_unittests", + # NOTE(chokobole): Timeout time increased due to CI. + timeout = "moderate", srcs = [ "bn254_gwc_prover_unittest.cc", "bn254_shplonk_prover_unittest.cc", diff --git a/vendors/halo2/BUILD.bazel b/vendors/halo2/BUILD.bazel index 487e100f0..08e2deb7a 100644 --- a/vendors/halo2/BUILD.bazel +++ b/vendors/halo2/BUILD.bazel @@ -32,8 +32,8 @@ tachyon_rust_library( ], ) -# NOTE(chokobole): Maybe we can add this attribute to `halo2_test`. -# But this approach doesn't work when compiling with nvcc. +# NOTE(chokobole): This attribute could be added to `halo2_test`, +# but this approach doesn't work when compiling with nvcc. # rustc_flags = if_has_openmp(["-lgomp"]), cc_library( name = "openmp", diff --git a/vendors/sp1/BUILD.bazel b/vendors/sp1/BUILD.bazel new file mode 100644 index 000000000..6e5235a68 --- /dev/null +++ b/vendors/sp1/BUILD.bazel @@ -0,0 +1,44 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda") +load("//bazel:tachyon.bzl", "if_gpu_is_configured") +load("//bazel:tachyon_cc.bzl", "tachyon_openmp_linkopts") +load("//bazel:tachyon_rust.bzl", "tachyon_rust_library", "tachyon_rust_test") + +FEATURES = if_gpu_is_configured(["gpu"]) + +tachyon_rust_library( + name = "sp1", + srcs = glob(["src/**/*.rs"]), + aliases = aliases(), + crate_features = FEATURES, + proc_macro_deps = all_crate_deps(proc_macro = True), + deps = all_crate_deps(normal = True) + [ + "//tachyon/rs:tachyon_rs", + ], +) + +# NOTE(chokobole): This attribute could be added to `sp1_test`, +# but this approach doesn't work when compiling with nvcc. +# rustc_flags = if_has_openmp(["-lgomp"]), +cc_library( + name = "openmp", + linkopts = tachyon_openmp_linkopts(), +) + +tachyon_rust_test( + name = "sp1_test", + size = "small", + # NOTE(chokobole): Timeout time increased due to CI. + timeout = "moderate", + aliases = aliases(), + crate = ":sp1", + crate_features = FEATURES, + data = ["src/tests/fibonacci/elf/riscv32im-succinct-zkvm-elf"], + proc_macro_deps = all_crate_deps(proc_macro_dev = True), + deps = all_crate_deps(normal_dev = True) + [ + ":openmp", + "@local_config_gmp//:gmp", + ] + if_cuda([ + "@local_config_cuda//cuda:cudart_static", + ]), +) diff --git a/vendors/sp1/Cargo.toml b/vendors/sp1/Cargo.toml new file mode 100644 index 000000000..b4528c4fb --- /dev/null +++ b/vendors/sp1/Cargo.toml @@ -0,0 +1,38 @@ +[package] +name = "tachyon_sp1" +version = "0.0.1" +authors = ["The Tachyon Authors "] +edition = "2021" +rust-version = "1.56.1" +description = """ +SP1 unittest based on tachyon +""" +license = "MIT OR Apache-2.0" +repository = "https://github.com/kroma-network/tachyon" +readme = "README.md" +categories = ["cryptography"] +keywords = ["tachyon", "sp1", "proofs", "zkp", "zkSNARKs"] +publish = false + +[dependencies] +anyhow = "1.0.83" +cxx = "1.0" +p3-challenger = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-commit = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-dft = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-field = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-fri = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-matrix = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +p3-maybe-rayon = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f", features = [ + "parallel", +] } +p3-util = { git = "https://github.com/kroma-network/Plonky3.git", rev = "3b5265f" } +sp1-core = { git = "https://github.com/kroma-network/sp1.git", rev = "353bf42" } +sp1-prover = { git = "https://github.com/kroma-network/sp1.git", rev = "353bf42" } +tachyon_rs = { path = "../../tachyon/rs" } + +[dev-dependencies] + +[features] +default = [] +gpu = [] diff --git a/vendors/sp1/src/lib.rs b/vendors/sp1/src/lib.rs new file mode 100644 index 000000000..3b4af076d --- /dev/null +++ b/vendors/sp1/src/lib.rs @@ -0,0 +1,28 @@ +pub mod sp1; + +#[cfg(test)] +mod test { + use anyhow::Result; + use sp1_core::io::SP1Stdin; + use sp1_core::utils::setup_logger; + use sp1_prover::SP1Prover; + + #[test] + // This causes an stack overflow error on debug mode. + #[cfg(not(debug_assertions))] + fn test_e2e() -> Result<()> { + setup_logger(); + let elf = include_bytes!("tests/fibonacci/elf/riscv32im-succinct-zkvm-elf"); + + let prover = SP1Prover::new(); + + let (pk, vk) = prover.setup(elf); + + let stdin = SP1Stdin::new(); + let core_proof = prover.prove_core(&pk, &stdin)?; + + prover.verify(&core_proof.proof, &vk)?; + + Ok(()) + } +} diff --git a/vendors/sp1/src/sp1.rs b/vendors/sp1/src/sp1.rs new file mode 100644 index 000000000..ccfef87fb --- /dev/null +++ b/vendors/sp1/src/sp1.rs @@ -0,0 +1,128 @@ +use std::marker::PhantomData; + +use p3_challenger::{CanObserve, CanSample, GrindingChallenger}; +use p3_commit::{Mmcs, OpenedValues, Pcs, PolynomialSpace, TwoAdicMultiplicativeCoset}; +use p3_dft::TwoAdicSubgroupDft; +use p3_field::{ExtensionField, TwoAdicField}; +use p3_fri::{FriConfig, TwoAdicFriPcsProof, VerificationError}; +use p3_matrix::bitrev::BitReversableMatrix; +use p3_matrix::dense::RowMajorMatrix; +use p3_matrix::Matrix; +use p3_util::log2_strict_usize; + +#[derive(Debug)] +pub struct TwoAdicFriPcs { + // degree bound + log_n: usize, + dft: Dft, + mmcs: InputMmcs, + fri: FriConfig, + _phantom: PhantomData, +} + +impl Pcs + for TwoAdicFriPcs +where + Val: TwoAdicField, + Dft: TwoAdicSubgroupDft, + InputMmcs: Mmcs, + FriMmcs: Mmcs, + Challenge: TwoAdicField + ExtensionField, + Challenger: + CanObserve + CanSample + GrindingChallenger, + >::ProverData>: Clone, +{ + type Domain = TwoAdicMultiplicativeCoset; + + type Commitment = InputMmcs::Commitment; + + type ProverData = InputMmcs::ProverData>; + + type Proof = TwoAdicFriPcsProof; + + type Error = VerificationError; + + fn natural_domain_for_degree(&self, degree: usize) -> Self::Domain { + let log_n = log2_strict_usize(degree); + assert!(log_n <= self.log_n); + TwoAdicMultiplicativeCoset { + log_n, + shift: Val::one(), + } + } + + fn commit( + &self, + evaluations: Vec<(Self::Domain, RowMajorMatrix)>, + ) -> (Self::Commitment, Self::ProverData) { + let ldes: Vec<_> = evaluations + .into_iter() + .map(|(domain, evals)| { + assert_eq!(domain.size(), evals.height()); + let log_n = log2_strict_usize(domain.size()); + assert!(log_n <= self.log_n); + let shift = Val::generator() / domain.shift; + // Commit to the bit-reversed LDE. + self.dft + .coset_lde_batch(evals, self.fri.log_blowup, shift) + .bit_reverse_rows() + .to_row_major_matrix() + }) + .collect(); + + self.mmcs.commit(ldes) + } + + fn get_evaluations_on_domain<'a>( + &self, + prover_data: &'a Self::ProverData, + idx: usize, + domain: Self::Domain, + ) -> impl Matrix + 'a { + // todo: handle extrapolation for LDEs we don't have + assert_eq!(domain.shift, Val::generator()); + let lde = self.mmcs.get_matrices(prover_data)[idx]; + assert!(lde.height() >= domain.size()); + lde.split_rows(domain.size()).0.bit_reverse_rows() + } + + fn open( + &self, + // For each round, + rounds: Vec<( + &Self::ProverData, + // for each matrix, + Vec< + // points to open + Vec, + >, + )>, + challenger: &mut Challenger, + ) -> (OpenedValues, Self::Proof) { + todo!() + } + + fn verify( + &self, + // For each round: + rounds: Vec<( + Self::Commitment, + // for each matrix: + Vec<( + // its domain, + Self::Domain, + // for each point: + Vec<( + // the point, + Challenge, + // values at the point + Vec, + )>, + )>, + )>, + proof: &Self::Proof, + challenger: &mut Challenger, + ) -> Result<(), Self::Error> { + todo!() + } +} diff --git a/vendors/sp1/src/tests/fibonacci/elf/README.md b/vendors/sp1/src/tests/fibonacci/elf/README.md new file mode 100644 index 000000000..a1e8e15ac --- /dev/null +++ b/vendors/sp1/src/tests/fibonacci/elf/README.md @@ -0,0 +1,3 @@ +# Fibonacci + +See [riscv32im-succinct-zkvm-elf](https://github.com/kroma-network/sp1/blob/f783c30014e16aeb0905dd16235a5c91bc6c2309/tests/fibonacci/elf/riscv32im-succinct-zkvm-elf). diff --git a/vendors/sp1/src/tests/fibonacci/elf/riscv32im-succinct-zkvm-elf b/vendors/sp1/src/tests/fibonacci/elf/riscv32im-succinct-zkvm-elf new file mode 100755 index 000000000..1c59449d8 Binary files /dev/null and b/vendors/sp1/src/tests/fibonacci/elf/riscv32im-succinct-zkvm-elf differ