Spaces:
Running
Running
| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| version = 4 | |
| [[package]] | |
| name = "allocator-api2" | |
| version = "0.2.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
| [[package]] | |
| name = "base64" | |
| version = "0.22.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |
| [[package]] | |
| name = "base64ct" | |
| version = "1.8.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" | |
| [[package]] | |
| name = "bitflags" | |
| version = "2.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" | |
| [[package]] | |
| name = "bumpalo" | |
| version = "3.19.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" | |
| [[package]] | |
| name = "byteorder" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | |
| [[package]] | |
| name = "bytes" | |
| version = "1.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" | |
| [[package]] | |
| name = "cc" | |
| version = "1.2.54" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" | |
| dependencies = [ | |
| "find-msvc-tools", | |
| "shlex", | |
| ] | |
| [[package]] | |
| name = "cfg-if" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | |
| [[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.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |
| [[package]] | |
| name = "crossbeam-deque" | |
| version = "0.8.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" | |
| dependencies = [ | |
| "crossbeam-epoch", | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "crossbeam-epoch" | |
| version = "0.9.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" | |
| dependencies = [ | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "crossbeam-utils" | |
| version = "0.8.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" | |
| [[package]] | |
| name = "der" | |
| version = "0.7.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" | |
| dependencies = [ | |
| "pem-rfc7468", | |
| "zeroize", | |
| ] | |
| [[package]] | |
| name = "either" | |
| version = "1.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| [[package]] | |
| name = "engine_rust" | |
| version = "0.1.2" | |
| dependencies = [ | |
| "getrandom", | |
| "lru", | |
| "ndarray 0.16.1", | |
| "numpy", | |
| "ort", | |
| "pyo3", | |
| "rand", | |
| "rand_pcg", | |
| "rayon", | |
| "serde", | |
| "serde-wasm-bindgen", | |
| "serde_json", | |
| "serde_repr", | |
| "smallvec", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "equivalent" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| [[package]] | |
| name = "errno" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" | |
| dependencies = [ | |
| "libc", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "fastrand" | |
| version = "2.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" | |
| [[package]] | |
| name = "find-msvc-tools" | |
| version = "0.1.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" | |
| [[package]] | |
| name = "foldhash" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | |
| [[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 = "getrandom" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" | |
| dependencies = [ | |
| "cfg-if", | |
| "js-sys", | |
| "libc", | |
| "r-efi", | |
| "wasip2", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.15.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | |
| dependencies = [ | |
| "allocator-api2", | |
| "equivalent", | |
| "foldhash", | |
| ] | |
| [[package]] | |
| name = "heck" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
| [[package]] | |
| name = "hmac-sha256" | |
| version = "1.1.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d0f0ae375a85536cac3a243e3a9cda80a47910348abdea7e2c22f8ec556d586d" | |
| [[package]] | |
| name = "http" | |
| version = "1.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" | |
| dependencies = [ | |
| "bytes", | |
| "itoa", | |
| ] | |
| [[package]] | |
| name = "httparse" | |
| version = "1.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" | |
| [[package]] | |
| name = "indoc" | |
| version = "2.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" | |
| dependencies = [ | |
| "rustversion", | |
| ] | |
| [[package]] | |
| name = "itoa" | |
| version = "1.0.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | |
| [[package]] | |
| name = "js-sys" | |
| version = "0.3.85" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" | |
| dependencies = [ | |
| "once_cell", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.180" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" | |
| [[package]] | |
| name = "linux-raw-sys" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" | |
| [[package]] | |
| name = "log" | |
| version = "0.4.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | |
| [[package]] | |
| name = "lru" | |
| version = "0.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" | |
| dependencies = [ | |
| "hashbrown", | |
| ] | |
| [[package]] | |
| name = "lzma-rust2" | |
| version = "0.15.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69" | |
| [[package]] | |
| name = "matrixmultiply" | |
| version = "0.3.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" | |
| dependencies = [ | |
| "autocfg", | |
| "rawpointer", | |
| ] | |
| [[package]] | |
| name = "memchr" | |
| version = "2.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" | |
| [[package]] | |
| name = "memoffset" | |
| version = "0.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "native-tls" | |
| version = "0.2.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" | |
| dependencies = [ | |
| "libc", | |
| "log", | |
| "openssl", | |
| "openssl-probe", | |
| "openssl-sys", | |
| "schannel", | |
| "security-framework", | |
| "security-framework-sys", | |
| "tempfile", | |
| ] | |
| [[package]] | |
| name = "ndarray" | |
| version = "0.16.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" | |
| dependencies = [ | |
| "matrixmultiply", | |
| "num-complex", | |
| "num-integer", | |
| "num-traits", | |
| "portable-atomic", | |
| "portable-atomic-util", | |
| "rawpointer", | |
| ] | |
| [[package]] | |
| name = "ndarray" | |
| version = "0.17.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" | |
| dependencies = [ | |
| "matrixmultiply", | |
| "num-complex", | |
| "num-integer", | |
| "num-traits", | |
| "portable-atomic", | |
| "portable-atomic-util", | |
| "rawpointer", | |
| ] | |
| [[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-integer" | |
| version = "0.1.46" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" | |
| dependencies = [ | |
| "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 = "numpy" | |
| version = "0.23.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b94caae805f998a07d33af06e6a3891e38556051b8045c615470a71590e13e78" | |
| dependencies = [ | |
| "libc", | |
| "ndarray 0.16.1", | |
| "num-complex", | |
| "num-integer", | |
| "num-traits", | |
| "pyo3", | |
| "rustc-hash", | |
| ] | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.21.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| [[package]] | |
| name = "openssl" | |
| version = "0.10.75" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" | |
| dependencies = [ | |
| "bitflags", | |
| "cfg-if", | |
| "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", | |
| ] | |
| [[package]] | |
| name = "openssl-probe" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" | |
| [[package]] | |
| name = "openssl-sys" | |
| version = "0.9.111" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" | |
| dependencies = [ | |
| "cc", | |
| "libc", | |
| "pkg-config", | |
| "vcpkg", | |
| ] | |
| [[package]] | |
| name = "ort" | |
| version = "2.0.0-rc.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4a5df903c0d2c07b56950f1058104ab0c8557159f2741782223704de9be73c3c" | |
| dependencies = [ | |
| "ndarray 0.17.2", | |
| "ort-sys", | |
| "smallvec", | |
| "tracing", | |
| "ureq", | |
| ] | |
| [[package]] | |
| name = "ort-sys" | |
| version = "2.0.0-rc.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06503bb33f294c5f1ba484011e053bfa6ae227074bdb841e9863492dc5960d4b" | |
| dependencies = [ | |
| "hmac-sha256", | |
| "lzma-rust2", | |
| "ureq", | |
| ] | |
| [[package]] | |
| name = "pem-rfc7468" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" | |
| dependencies = [ | |
| "base64ct", | |
| ] | |
| [[package]] | |
| name = "percent-encoding" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" | |
| [[package]] | |
| name = "pin-project-lite" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" | |
| [[package]] | |
| name = "pkg-config" | |
| version = "0.3.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" | |
| [[package]] | |
| name = "portable-atomic" | |
| version = "1.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" | |
| [[package]] | |
| name = "portable-atomic-util" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" | |
| dependencies = [ | |
| "portable-atomic", | |
| ] | |
| [[package]] | |
| name = "ppv-lite86" | |
| version = "0.2.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" | |
| dependencies = [ | |
| "zerocopy", | |
| ] | |
| [[package]] | |
| name = "proc-macro2" | |
| version = "1.0.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" | |
| dependencies = [ | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "pyo3" | |
| version = "0.23.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872" | |
| dependencies = [ | |
| "cfg-if", | |
| "indoc", | |
| "libc", | |
| "memoffset", | |
| "once_cell", | |
| "portable-atomic", | |
| "pyo3-build-config", | |
| "pyo3-ffi", | |
| "pyo3-macros", | |
| "unindent", | |
| ] | |
| [[package]] | |
| name = "pyo3-build-config" | |
| version = "0.23.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb" | |
| dependencies = [ | |
| "once_cell", | |
| "target-lexicon", | |
| ] | |
| [[package]] | |
| name = "pyo3-ffi" | |
| version = "0.23.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d" | |
| dependencies = [ | |
| "libc", | |
| "pyo3-build-config", | |
| ] | |
| [[package]] | |
| name = "pyo3-macros" | |
| version = "0.23.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da" | |
| dependencies = [ | |
| "proc-macro2", | |
| "pyo3-macros-backend", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "pyo3-macros-backend" | |
| version = "0.23.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028" | |
| dependencies = [ | |
| "heck", | |
| "proc-macro2", | |
| "pyo3-build-config", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "quote" | |
| version = "1.0.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" | |
| dependencies = [ | |
| "proc-macro2", | |
| ] | |
| [[package]] | |
| name = "r-efi" | |
| version = "5.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" | |
| [[package]] | |
| name = "rand" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" | |
| dependencies = [ | |
| "rand_chacha", | |
| "rand_core", | |
| ] | |
| [[package]] | |
| name = "rand_chacha" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | |
| dependencies = [ | |
| "ppv-lite86", | |
| "rand_core", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.9.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" | |
| dependencies = [ | |
| "getrandom", | |
| ] | |
| [[package]] | |
| name = "rand_pcg" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b48ac3f7ffaab7fac4d2376632268aa5f89abdb55f7ebf8f4d11fffccb2320f7" | |
| dependencies = [ | |
| "rand_core", | |
| ] | |
| [[package]] | |
| name = "rawpointer" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
| [[package]] | |
| name = "rayon" | |
| version = "1.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" | |
| dependencies = [ | |
| "either", | |
| "rayon-core", | |
| ] | |
| [[package]] | |
| name = "rayon-core" | |
| version = "1.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" | |
| dependencies = [ | |
| "crossbeam-deque", | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "rustc-hash" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
| [[package]] | |
| name = "rustix" | |
| version = "1.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" | |
| dependencies = [ | |
| "bitflags", | |
| "errno", | |
| "libc", | |
| "linux-raw-sys", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "rustls-pki-types" | |
| version = "1.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" | |
| dependencies = [ | |
| "zeroize", | |
| ] | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[package]] | |
| name = "schannel" | |
| version = "0.1.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" | |
| dependencies = [ | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "security-framework" | |
| version = "2.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" | |
| dependencies = [ | |
| "bitflags", | |
| "core-foundation", | |
| "core-foundation-sys", | |
| "libc", | |
| "security-framework-sys", | |
| ] | |
| [[package]] | |
| name = "security-framework-sys" | |
| version = "2.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" | |
| dependencies = [ | |
| "core-foundation-sys", | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "serde" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" | |
| dependencies = [ | |
| "serde_core", | |
| "serde_derive", | |
| ] | |
| [[package]] | |
| name = "serde-wasm-bindgen" | |
| version = "0.6.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" | |
| dependencies = [ | |
| "js-sys", | |
| "serde", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "serde_core" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | |
| dependencies = [ | |
| "serde_derive", | |
| ] | |
| [[package]] | |
| name = "serde_derive" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "serde_json" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | |
| dependencies = [ | |
| "itoa", | |
| "memchr", | |
| "serde", | |
| "serde_core", | |
| "zmij", | |
| ] | |
| [[package]] | |
| name = "serde_repr" | |
| version = "0.1.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "shlex" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| [[package]] | |
| name = "smallvec" | |
| version = "1.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" | |
| dependencies = [ | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "socks" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" | |
| dependencies = [ | |
| "byteorder", | |
| "libc", | |
| "winapi", | |
| ] | |
| [[package]] | |
| name = "syn" | |
| version = "2.0.114" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "target-lexicon" | |
| version = "0.12.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" | |
| [[package]] | |
| name = "tempfile" | |
| version = "3.24.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" | |
| dependencies = [ | |
| "fastrand", | |
| "getrandom", | |
| "once_cell", | |
| "rustix", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "tracing" | |
| version = "0.1.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" | |
| dependencies = [ | |
| "pin-project-lite", | |
| "tracing-core", | |
| ] | |
| [[package]] | |
| name = "tracing-core" | |
| version = "0.1.36" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" | |
| dependencies = [ | |
| "once_cell", | |
| ] | |
| [[package]] | |
| name = "unicode-ident" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" | |
| [[package]] | |
| name = "unindent" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" | |
| [[package]] | |
| name = "ureq" | |
| version = "3.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" | |
| dependencies = [ | |
| "base64", | |
| "der", | |
| "log", | |
| "native-tls", | |
| "percent-encoding", | |
| "rustls-pki-types", | |
| "socks", | |
| "ureq-proto", | |
| "utf-8", | |
| "webpki-root-certs", | |
| ] | |
| [[package]] | |
| name = "ureq-proto" | |
| version = "0.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" | |
| dependencies = [ | |
| "base64", | |
| "http", | |
| "httparse", | |
| "log", | |
| ] | |
| [[package]] | |
| name = "utf-8" | |
| version = "0.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | |
| [[package]] | |
| name = "vcpkg" | |
| version = "0.2.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
| [[package]] | |
| name = "wasip2" | |
| version = "1.0.2+wasi-0.2.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" | |
| dependencies = [ | |
| "wit-bindgen", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen" | |
| version = "0.2.108" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" | |
| dependencies = [ | |
| "cfg-if", | |
| "once_cell", | |
| "rustversion", | |
| "wasm-bindgen-macro", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro" | |
| version = "0.2.108" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" | |
| dependencies = [ | |
| "quote", | |
| "wasm-bindgen-macro-support", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro-support" | |
| version = "0.2.108" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" | |
| dependencies = [ | |
| "bumpalo", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-shared" | |
| version = "0.2.108" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" | |
| dependencies = [ | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "webpki-root-certs" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc" | |
| dependencies = [ | |
| "rustls-pki-types", | |
| ] | |
| [[package]] | |
| name = "winapi" | |
| version = "0.3.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
| dependencies = [ | |
| "winapi-i686-pc-windows-gnu", | |
| "winapi-x86_64-pc-windows-gnu", | |
| ] | |
| [[package]] | |
| name = "winapi-i686-pc-windows-gnu" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
| [[package]] | |
| name = "winapi-x86_64-pc-windows-gnu" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
| [[package]] | |
| name = "windows-link" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | |
| [[package]] | |
| name = "windows-sys" | |
| version = "0.61.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen" | |
| version = "0.51.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" | |
| [[package]] | |
| name = "zerocopy" | |
| version = "0.8.33" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" | |
| dependencies = [ | |
| "zerocopy-derive", | |
| ] | |
| [[package]] | |
| name = "zerocopy-derive" | |
| version = "0.8.33" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "zeroize" | |
| version = "1.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" | |
| [[package]] | |
| name = "zmij" | |
| version = "1.0.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" | |