Spaces:
Runtime error
Runtime error
| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| version = 4 | |
| [[package]] | |
| name = "aho-corasick" | |
| version = "1.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | |
| dependencies = [ | |
| "memchr", | |
| ] | |
| [[package]] | |
| name = "allocator-api2" | |
| version = "0.2.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" | |
| [[package]] | |
| name = "anndists" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d4bbb2296f2525e53a52680f5c2df6de9a83b8a94cc22a8cc629301a27b5e0b7" | |
| dependencies = [ | |
| "anyhow", | |
| "cfg-if", | |
| "cpu-time", | |
| "env_logger", | |
| "lazy_static", | |
| "log", | |
| "num-traits", | |
| "num_cpus", | |
| "rayon", | |
| ] | |
| [[package]] | |
| name = "anstream" | |
| version = "0.6.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" | |
| dependencies = [ | |
| "anstyle", | |
| "anstyle-parse", | |
| "anstyle-query", | |
| "anstyle-wincon", | |
| "colorchoice", | |
| "is_terminal_polyfill", | |
| "utf8parse", | |
| ] | |
| [[package]] | |
| name = "anstyle" | |
| version = "1.0.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" | |
| [[package]] | |
| name = "anstyle-parse" | |
| version = "0.2.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" | |
| dependencies = [ | |
| "utf8parse", | |
| ] | |
| [[package]] | |
| name = "anstyle-query" | |
| version = "1.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" | |
| dependencies = [ | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "anstyle-wincon" | |
| version = "3.0.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" | |
| dependencies = [ | |
| "anstyle", | |
| "once_cell_polyfill", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "anyhow" | |
| version = "1.0.100" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
| [[package]] | |
| name = "bincode" | |
| version = "1.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" | |
| 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.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" | |
| [[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 = "cfg-if" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | |
| [[package]] | |
| name = "colorchoice" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" | |
| [[package]] | |
| name = "combine" | |
| version = "4.6.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" | |
| dependencies = [ | |
| "bytes", | |
| "memchr", | |
| ] | |
| [[package]] | |
| name = "cpu-time" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" | |
| dependencies = [ | |
| "libc", | |
| "winapi", | |
| ] | |
| [[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 = "either" | |
| version = "1.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| [[package]] | |
| name = "enum-as-inner" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" | |
| dependencies = [ | |
| "heck", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "env_filter" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" | |
| dependencies = [ | |
| "log", | |
| "regex", | |
| ] | |
| [[package]] | |
| name = "env_logger" | |
| version = "0.11.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" | |
| dependencies = [ | |
| "anstream", | |
| "anstyle", | |
| "env_filter", | |
| "jiff", | |
| "log", | |
| ] | |
| [[package]] | |
| name = "equivalent" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| [[package]] | |
| name = "foldhash" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "wasi", | |
| ] | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "r-efi", | |
| "wasip2", | |
| ] | |
| [[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 = "hashbrown" | |
| version = "0.16.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" | |
| [[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.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" | |
| [[package]] | |
| name = "hnsw_rs" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "22884c1debedfe585612f1f6da7bfe257f557639143cac270a8ac2f8702de750" | |
| dependencies = [ | |
| "anndists", | |
| "anyhow", | |
| "bincode", | |
| "cfg-if", | |
| "cpu-time", | |
| "env_logger", | |
| "hashbrown 0.15.5", | |
| "indexmap", | |
| "lazy_static", | |
| "log", | |
| "mmap-rs", | |
| "num-traits", | |
| "num_cpus", | |
| "parking_lot", | |
| "rand 0.9.2", | |
| "rayon", | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "indexmap" | |
| version = "2.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" | |
| dependencies = [ | |
| "equivalent", | |
| "hashbrown 0.16.1", | |
| ] | |
| [[package]] | |
| name = "indoc" | |
| version = "2.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" | |
| dependencies = [ | |
| "rustversion", | |
| ] | |
| [[package]] | |
| name = "is_terminal_polyfill" | |
| version = "1.70.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" | |
| [[package]] | |
| name = "jiff" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" | |
| dependencies = [ | |
| "jiff-static", | |
| "log", | |
| "portable-atomic", | |
| "portable-atomic-util", | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "jiff-static" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "lazy_static" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.177" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" | |
| [[package]] | |
| name = "lock_api" | |
| version = "0.4.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" | |
| dependencies = [ | |
| "scopeguard", | |
| ] | |
| [[package]] | |
| name = "log" | |
| version = "0.4.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" | |
| [[package]] | |
| name = "mach2" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "memchr" | |
| version = "2.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" | |
| [[package]] | |
| name = "memoffset" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "memoffset" | |
| version = "0.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "mmap-rs" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "86968d85441db75203c34deefd0c88032f275aaa85cee19a1dcfff6ae9df56da" | |
| dependencies = [ | |
| "bitflags 1.3.2", | |
| "combine", | |
| "libc", | |
| "mach2", | |
| "nix", | |
| "sysctl", | |
| "thiserror", | |
| "widestring", | |
| "windows", | |
| ] | |
| [[package]] | |
| name = "nix" | |
| version = "0.26.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" | |
| dependencies = [ | |
| "bitflags 1.3.2", | |
| "cfg-if", | |
| "libc", | |
| "memoffset 0.7.1", | |
| "pin-utils", | |
| ] | |
| [[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.17.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" | |
| dependencies = [ | |
| "hermit-abi", | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.21.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| [[package]] | |
| name = "once_cell_polyfill" | |
| version = "1.70.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" | |
| [[package]] | |
| name = "parking_lot" | |
| version = "0.12.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" | |
| dependencies = [ | |
| "lock_api", | |
| "parking_lot_core", | |
| ] | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.9.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "redox_syscall", | |
| "smallvec", | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "pin-utils" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
| [[package]] | |
| name = "portable-atomic" | |
| version = "1.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" | |
| [[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.103" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" | |
| 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 0.9.1", | |
| "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.42" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" | |
| 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.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
| dependencies = [ | |
| "libc", | |
| "rand_chacha 0.3.1", | |
| "rand_core 0.6.4", | |
| ] | |
| [[package]] | |
| name = "rand" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" | |
| dependencies = [ | |
| "rand_chacha 0.9.0", | |
| "rand_core 0.9.3", | |
| ] | |
| [[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_chacha" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | |
| dependencies = [ | |
| "ppv-lite86", | |
| "rand_core 0.9.3", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.6.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
| dependencies = [ | |
| "getrandom 0.2.16", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" | |
| dependencies = [ | |
| "getrandom 0.3.4", | |
| ] | |
| [[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 = "redox_syscall" | |
| version = "0.5.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" | |
| dependencies = [ | |
| "bitflags 2.10.0", | |
| ] | |
| [[package]] | |
| name = "regex" | |
| version = "1.12.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-automata", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-automata" | |
| version = "0.4.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-syntax" | |
| version = "0.8.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[package]] | |
| name = "same-file" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
| dependencies = [ | |
| "winapi-util", | |
| ] | |
| [[package]] | |
| name = "scopeguard" | |
| version = "1.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | |
| [[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_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 = "smallvec" | |
| version = "1.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" | |
| [[package]] | |
| name = "syn" | |
| version = "2.0.111" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "sysctl" | |
| version = "0.5.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" | |
| dependencies = [ | |
| "bitflags 2.10.0", | |
| "byteorder", | |
| "enum-as-inner", | |
| "libc", | |
| "thiserror", | |
| "walkdir", | |
| ] | |
| [[package]] | |
| name = "target-lexicon" | |
| version = "0.12.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" | |
| [[package]] | |
| name = "thiserror" | |
| version = "1.0.69" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" | |
| dependencies = [ | |
| "thiserror-impl", | |
| ] | |
| [[package]] | |
| name = "thiserror-impl" | |
| version = "1.0.69" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[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 = "utf8parse" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
| [[package]] | |
| name = "visual_rank_engine" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "hnsw_rs", | |
| "pyo3", | |
| "rand 0.8.5", | |
| "rayon", | |
| ] | |
| [[package]] | |
| name = "walkdir" | |
| version = "2.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" | |
| dependencies = [ | |
| "same-file", | |
| "winapi-util", | |
| ] | |
| [[package]] | |
| name = "wasi" | |
| version = "0.11.1+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | |
| [[package]] | |
| name = "wasip2" | |
| version = "1.0.1+wasi-0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" | |
| dependencies = [ | |
| "wit-bindgen", | |
| ] | |
| [[package]] | |
| name = "widestring" | |
| version = "1.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" | |
| [[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-util" | |
| version = "0.1.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | |
| dependencies = [ | |
| "windows-sys", | |
| ] | |
| [[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" | |
| version = "0.48.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" | |
| dependencies = [ | |
| "windows-targets", | |
| ] | |
| [[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 = "windows-targets" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
| dependencies = [ | |
| "windows_aarch64_gnullvm", | |
| "windows_aarch64_msvc", | |
| "windows_i686_gnu", | |
| "windows_i686_msvc", | |
| "windows_x86_64_gnu", | |
| "windows_x86_64_gnullvm", | |
| "windows_x86_64_msvc", | |
| ] | |
| [[package]] | |
| name = "windows_aarch64_gnullvm" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
| [[package]] | |
| name = "windows_aarch64_msvc" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
| [[package]] | |
| name = "windows_i686_gnu" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
| [[package]] | |
| name = "windows_i686_msvc" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
| [[package]] | |
| name = "windows_x86_64_gnu" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
| [[package]] | |
| name = "windows_x86_64_gnullvm" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
| [[package]] | |
| name = "windows_x86_64_msvc" | |
| version = "0.48.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
| [[package]] | |
| name = "wit-bindgen" | |
| version = "0.46.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" | |
| [[package]] | |
| name = "zerocopy" | |
| version = "0.8.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" | |
| dependencies = [ | |
| "zerocopy-derive", | |
| ] | |
| [[package]] | |
| name = "zerocopy-derive" | |
| version = "0.8.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |