Spaces:
Sleeping
Sleeping
| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| version = 4 | |
| [[package]] | |
| name = "ahash" | |
| version = "0.8.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" | |
| dependencies = [ | |
| "cfg-if", | |
| "getrandom", | |
| "once_cell", | |
| "version_check", | |
| "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 = "arc-swap" | |
| version = "1.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
| [[package]] | |
| name = "bit-set" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" | |
| dependencies = [ | |
| "bit-vec", | |
| ] | |
| [[package]] | |
| name = "bit-vec" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" | |
| [[package]] | |
| name = "castaway" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" | |
| dependencies = [ | |
| "rustversion", | |
| ] | |
| [[package]] | |
| name = "cfg-if" | |
| version = "1.0.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" | |
| [[package]] | |
| name = "compact_str" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" | |
| dependencies = [ | |
| "castaway", | |
| "cfg-if", | |
| "itoa", | |
| "rustversion", | |
| "ryu", | |
| "static_assertions", | |
| ] | |
| [[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 = "dary_heap" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728" | |
| [[package]] | |
| name = "either" | |
| version = "1.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| [[package]] | |
| name = "equivalent" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| [[package]] | |
| name = "fancy-regex" | |
| version = "0.16.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bf04c5ec15464ace8355a7b440a33aece288993475556d461154d7a62ad9947c" | |
| dependencies = [ | |
| "bit-set", | |
| "regex-automata", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "r-efi", | |
| "wasi", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.15.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | |
| [[package]] | |
| name = "heck" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
| [[package]] | |
| name = "indexmap" | |
| version = "2.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" | |
| dependencies = [ | |
| "equivalent", | |
| "hashbrown", | |
| ] | |
| [[package]] | |
| name = "indoc" | |
| version = "2.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" | |
| [[package]] | |
| name = "itoa" | |
| version = "1.0.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.175" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" | |
| [[package]] | |
| name = "log" | |
| version = "0.4.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" | |
| [[package]] | |
| name = "memchr" | |
| version = "2.7.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
| [[package]] | |
| name = "memoffset" | |
| version = "0.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.21.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| [[package]] | |
| name = "portable-atomic" | |
| version = "1.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" | |
| [[package]] | |
| name = "proc-macro2" | |
| version = "1.0.101" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" | |
| 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-log" | |
| version = "0.12.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "45192e5e4a4d2505587e27806c7b710c231c40c56f3bfc19535d0bb25df52264" | |
| dependencies = [ | |
| "arc-swap", | |
| "log", | |
| "pyo3", | |
| ] | |
| [[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.40" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
| 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 = "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 = "regex-automata" | |
| version = "0.4.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-syntax" | |
| version = "0.8.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" | |
| [[package]] | |
| name = "rustbpe" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "ahash", | |
| "compact_str", | |
| "dary_heap", | |
| "fancy-regex", | |
| "indexmap", | |
| "log", | |
| "pyo3", | |
| "pyo3-log", | |
| "rayon", | |
| ] | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[package]] | |
| name = "ryu" | |
| version = "1.0.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
| [[package]] | |
| name = "static_assertions" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
| [[package]] | |
| name = "syn" | |
| version = "2.0.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" | |
| 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 = "unicode-ident" | |
| version = "1.0.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
| [[package]] | |
| name = "unindent" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" | |
| [[package]] | |
| name = "version_check" | |
| version = "0.9.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | |
| [[package]] | |
| name = "wasi" | |
| version = "0.14.4+wasi-0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a" | |
| dependencies = [ | |
| "wit-bindgen", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen" | |
| version = "0.45.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" | |
| [[package]] | |
| name = "zerocopy" | |
| version = "0.8.26" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" | |
| dependencies = [ | |
| "zerocopy-derive", | |
| ] | |
| [[package]] | |
| name = "zerocopy-derive" | |
| version = "0.8.26" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |