301 lines
7.8 KiB
Plaintext
Raw Normal View History

2025-01-29 14:42:27 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "anyhow"
version = "1.0.95"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
2025-01-29 14:42:27 -08:00
[[package]]
name = "autocfg"
version = "1.4.0"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2025-01-29 14:42:27 -08:00
[[package]]
name = "cc"
version = "1.2.9"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
2025-01-29 14:42:27 -08:00
dependencies = [
"jobserver",
"libc",
"shlex",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2025-01-29 14:42:27 -08:00
[[package]]
name = "itoa"
version = "1.0.14"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2025-01-29 14:42:27 -08:00
[[package]]
name = "jobserver"
version = "0.1.32"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2025-01-29 14:42:27 -08:00
dependencies = [
"libc",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "libc"
version = "0.2.169"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2025-01-29 14:42:27 -08:00
[[package]]
name = "memchr"
version = "2.7.4"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2025-01-29 14:42:27 -08:00
[[package]]
name = "num-bigint"
version = "0.4.6"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2025-01-29 14:42:27 -08:00
dependencies = [
"num-integer",
"num-traits",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "num-integer"
version = "0.1.46"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2025-01-29 14:42:27 -08:00
dependencies = [
"num-traits",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "num-traits"
version = "0.2.19"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2025-01-29 14:42:27 -08:00
dependencies = [
"autocfg",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "paste"
version = "1.0.15"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2025-01-29 14:42:27 -08:00
[[package]]
name = "proc-macro2"
version = "1.0.93"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2025-01-29 14:42:27 -08:00
dependencies = [
"unicode-ident",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "quote"
version = "1.0.38"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2025-01-29 14:42:27 -08:00
dependencies = [
"proc-macro2",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "rust-rapidsnark"
version = "0.1.0"
2025-01-29 14:42:27 -08:00
dependencies = [
"anyhow",
"cc",
"num-bigint",
"num-traits",
"rust-witness",
"serde",
"serde_json",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "rust-witness"
version = "0.1.2"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a367cd88f01e03d529bcfcf0837169a53f8e14c5acf6948c4e556f27b78aef2"
2025-01-29 14:42:27 -08:00
dependencies = [
"cc",
"fnv",
"num-bigint",
"num-traits",
"paste",
"walkdir",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "ryu"
version = "1.0.18"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2025-01-29 14:42:27 -08:00
[[package]]
name = "same-file"
version = "1.0.6"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2025-01-29 14:42:27 -08:00
dependencies = [
"winapi-util",
]
[[package]]
name = "serde"
version = "1.0.217"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2025-01-29 14:42:27 -08:00
dependencies = [
"serde_derive",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "serde_derive"
version = "1.0.217"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2025-01-29 14:42:27 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "serde_json"
version = "1.0.135"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
2025-01-29 14:42:27 -08:00
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "shlex"
version = "1.3.0"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2025-01-29 14:42:27 -08:00
[[package]]
name = "syn"
version = "2.0.96"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
2025-01-29 14:42:27 -08:00
dependencies = [
"proc-macro2",
"quote",
2025-01-29 14:42:27 -08:00
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.14"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
2025-01-29 14:42:27 -08:00
[[package]]
name = "walkdir"
version = "2.5.0"
2025-01-29 14:42:27 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2025-01-29 14:42:27 -08:00
dependencies = [
"same-file",
"winapi-util",
2025-01-29 14:42:27 -08:00
]
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"