2024-10-16 21:26:54 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.24.2"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:59:12 +08:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-10-16 21:26:54 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.89"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.3.74"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-10-16 21:59:12 +08:00
|
|
|
"windows-targets",
|
2024-10-16 21:26:54 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cl3"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823f24e72fa0c68aa14a250ae1c0848e68d4ae188b71c3972343e45b46f8644"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"opencl-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.31.1"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-10-16 21:26:54 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.2.159"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
2024-10-16 21:26:54 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.8.0"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
2024-10-16 21:59:12 +08:00
|
|
|
"adler2",
|
2024-10-16 21:26:54 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "0.36.5"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opencl-sys"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de15dd01496ae90c5799f5266184ab020082b4065800ff0b732f489371d0e5cf"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opencl-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"opencl3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opencl3"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26ab4a90cb496f787d3934deb0c54fa9d65e7bed710c10071234aab0196fba04"
|
|
|
|
dependencies = [
|
|
|
|
"cl3",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.87"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.37"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.210"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.210"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "2.0.79"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.64"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.64"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
2024-10-16 21:26:54 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-10-16 21:59:12 +08:00
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
|
|
|
|
|
|
[[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"
|
2024-10-16 21:26:54 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:59:12 +08:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|