Spaces:
Running
Running
| # 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 0.3.4", | |
| "once_cell", | |
| "version_check", | |
| "zerocopy", | |
| ] | |
| [[package]] | |
| name = "aho-corasick" | |
| version = "1.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | |
| dependencies = [ | |
| "memchr", | |
| ] | |
| [[package]] | |
| name = "android_system_properties" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "anstyle" | |
| version = "1.0.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" | |
| [[package]] | |
| name = "antlr4rust" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "093d520274bfff7278d776f7ea12981a0a0a6f96db90964658e0f38fc6e9a6a6" | |
| dependencies = [ | |
| "better_any", | |
| "bit-set", | |
| "byteorder", | |
| "lazy_static", | |
| "murmur3", | |
| "once_cell", | |
| "parking_lot", | |
| "typed-arena", | |
| "uuid", | |
| ] | |
| [[package]] | |
| name = "antlr_fc_tool_call_parser" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "antlr4rust", | |
| ] | |
| [[package]] | |
| name = "antlr_python_tool_call_parser" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "antlr4rust", | |
| ] | |
| [[package]] | |
| name = "anyhow" | |
| version = "1.0.101" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
| [[package]] | |
| name = "base64" | |
| version = "0.13.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | |
| [[package]] | |
| name = "better_any" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4372b9543397a4b86050cc5e7ee36953edf4bac9518e8a774c2da694977fb6e4" | |
| [[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 = "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 = "bytemuck" | |
| version = "1.25.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" | |
| [[package]] | |
| name = "bytemuck_derive" | |
| version = "1.10.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "byteorder" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | |
| [[package]] | |
| name = "cc" | |
| version = "1.2.55" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" | |
| 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 = "chrono" | |
| version = "0.4.43" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" | |
| dependencies = [ | |
| "iana-time-zone", | |
| "js-sys", | |
| "num-traits", | |
| "wasm-bindgen", | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "clap" | |
| version = "4.5.57" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" | |
| dependencies = [ | |
| "clap_builder", | |
| ] | |
| [[package]] | |
| name = "clap_builder" | |
| version = "4.5.57" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" | |
| dependencies = [ | |
| "anstyle", | |
| "clap_lex", | |
| "strsim", | |
| ] | |
| [[package]] | |
| name = "clap_lex" | |
| version = "0.7.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" | |
| [[package]] | |
| name = "codespan-reporting" | |
| version = "0.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" | |
| dependencies = [ | |
| "termcolor", | |
| "unicode-width", | |
| ] | |
| [[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 = "cxx" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "478c837c611bc2a9fdeec08f85a5b198bb4e0bbdb3069f02443d2291383a7b42" | |
| dependencies = [ | |
| "cc", | |
| "cxxbridge-cmd", | |
| "cxxbridge-flags", | |
| "cxxbridge-macro", | |
| "foldhash", | |
| "link-cplusplus", | |
| ] | |
| [[package]] | |
| name = "cxxbridge-cmd" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a5fff7916bbde05c2db99469f09dcfaf203bf25b096ccbf4e761a04792412e10" | |
| dependencies = [ | |
| "clap", | |
| "codespan-reporting", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "cxxbridge-flags" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4336c994ee47479f439b61a9723ed894ab4551d91e0f217c1e84515d57ea3d4f" | |
| [[package]] | |
| name = "cxxbridge-macro" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4212f144792e9bc9d6891e369f87cc3adb7387a552993df8767d352482b3f88a" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "rustversion", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "darling" | |
| version = "0.20.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" | |
| dependencies = [ | |
| "darling_core", | |
| "darling_macro", | |
| ] | |
| [[package]] | |
| name = "darling_core" | |
| version = "0.20.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" | |
| dependencies = [ | |
| "fnv", | |
| "ident_case", | |
| "proc-macro2", | |
| "quote", | |
| "strsim", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "darling_macro" | |
| version = "0.20.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" | |
| dependencies = [ | |
| "darling_core", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "derive_builder" | |
| version = "0.20.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" | |
| dependencies = [ | |
| "derive_builder_macro", | |
| ] | |
| [[package]] | |
| name = "derive_builder_core" | |
| version = "0.20.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" | |
| dependencies = [ | |
| "darling", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "derive_builder_macro" | |
| version = "0.20.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" | |
| dependencies = [ | |
| "derive_builder_core", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "derivre" | |
| version = "0.3.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "786c7c65c4ef0c7deb05de3005e01991612a8f09fe0844fc0969c68b90468ba8" | |
| dependencies = [ | |
| "ahash", | |
| "anyhow", | |
| "bytemuck", | |
| "bytemuck_derive", | |
| "hashbrown 0.15.5", | |
| "regex-syntax", | |
| "strum", | |
| ] | |
| [[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 = "esaxx-rs" | |
| version = "0.1.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" | |
| [[package]] | |
| name = "fc_parser" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "antlr4rust", | |
| "antlr_fc_tool_call_parser", | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[package]] | |
| name = "find-msvc-tools" | |
| version = "0.1.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" | |
| [[package]] | |
| name = "fnv" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
| [[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.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" | |
| 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 = "googletest" | |
| version = "0.14.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06597b7d02ee58b9a37f522785ac15b9e18c6b178747c4439a6c03fbb35ea753" | |
| dependencies = [ | |
| "googletest_macro", | |
| "num-traits", | |
| "regex", | |
| "rustversion", | |
| ] | |
| [[package]] | |
| name = "googletest_macro" | |
| version = "0.14.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c31d9f07c9c19b855faebf71637be3b43f8e13a518aece5d61a3beee7710b4ef" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.15.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | |
| [[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 = "iana-time-zone" | |
| version = "0.1.65" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" | |
| dependencies = [ | |
| "android_system_properties", | |
| "core-foundation-sys", | |
| "iana-time-zone-haiku", | |
| "js-sys", | |
| "log", | |
| "wasm-bindgen", | |
| "windows-core", | |
| ] | |
| [[package]] | |
| name = "iana-time-zone-haiku" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" | |
| dependencies = [ | |
| "cc", | |
| ] | |
| [[package]] | |
| name = "ident_case" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" | |
| [[package]] | |
| name = "indexmap" | |
| version = "2.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | |
| dependencies = [ | |
| "equivalent", | |
| "hashbrown 0.16.1", | |
| ] | |
| [[package]] | |
| name = "itertools" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" | |
| dependencies = [ | |
| "either", | |
| ] | |
| [[package]] | |
| name = "itertools" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" | |
| dependencies = [ | |
| "either", | |
| ] | |
| [[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 = "json_parser" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[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.180" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" | |
| [[package]] | |
| name = "link-cplusplus" | |
| version = "1.0.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" | |
| dependencies = [ | |
| "cc", | |
| ] | |
| [[package]] | |
| name = "litert_lm_deps" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "antlr4rust", | |
| "antlr_fc_tool_call_parser", | |
| "antlr_python_tool_call_parser", | |
| "chrono", | |
| "cxx", | |
| "fc_parser", | |
| "googletest", | |
| "indexmap", | |
| "json_parser", | |
| "llguidance", | |
| "minijinja", | |
| "paste", | |
| "python_parser", | |
| "quote", | |
| "serde", | |
| "serde_json", | |
| "syn", | |
| "tokenizers", | |
| ] | |
| [[package]] | |
| name = "llguidance" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "614b6ece5bc57641b9b727f8a79d338a46584efb943017d0a7454442c0b947fb" | |
| dependencies = [ | |
| "anyhow", | |
| "derivre", | |
| "indexmap", | |
| "rayon", | |
| "regex-syntax", | |
| "serde", | |
| "serde_json", | |
| "toktrie", | |
| ] | |
| [[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.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | |
| [[package]] | |
| name = "macro_rules_attribute" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520" | |
| dependencies = [ | |
| "macro_rules_attribute-proc_macro", | |
| "paste", | |
| ] | |
| [[package]] | |
| name = "macro_rules_attribute-proc_macro" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" | |
| [[package]] | |
| name = "memchr" | |
| version = "2.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" | |
| [[package]] | |
| name = "minijinja" | |
| version = "2.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa" | |
| dependencies = [ | |
| "indexmap", | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[package]] | |
| name = "minimal-lexical" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
| [[package]] | |
| name = "monostate" | |
| version = "0.1.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67" | |
| dependencies = [ | |
| "monostate-impl", | |
| "serde", | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "monostate-impl" | |
| version = "0.1.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "murmur3" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a198f9589efc03f544388dfc4a19fe8af4323662b62f598b8dcfdac62c14771c" | |
| dependencies = [ | |
| "byteorder", | |
| ] | |
| [[package]] | |
| name = "nom" | |
| version = "7.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
| dependencies = [ | |
| "memchr", | |
| "minimal-lexical", | |
| ] | |
| [[package]] | |
| name = "num-traits" | |
| version = "0.2.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.21.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| [[package]] | |
| name = "onig" | |
| version = "6.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" | |
| dependencies = [ | |
| "bitflags", | |
| "libc", | |
| "once_cell", | |
| "onig_sys", | |
| ] | |
| [[package]] | |
| name = "onig_sys" | |
| version = "69.9.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" | |
| dependencies = [ | |
| "cc", | |
| "pkg-config", | |
| ] | |
| [[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 = "paste" | |
| version = "1.0.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" | |
| [[package]] | |
| name = "pkg-config" | |
| version = "0.3.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" | |
| [[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 = "python_parser" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "antlr4rust", | |
| "antlr_python_tool_call_parser", | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[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.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
| dependencies = [ | |
| "libc", | |
| "rand_chacha", | |
| "rand_core", | |
| ] | |
| [[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", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.6.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
| dependencies = [ | |
| "getrandom 0.2.17", | |
| ] | |
| [[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-cond" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" | |
| dependencies = [ | |
| "either", | |
| "itertools 0.11.0", | |
| "rayon", | |
| ] | |
| [[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", | |
| ] | |
| [[package]] | |
| name = "regex" | |
| version = "1.12.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-automata", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-automata" | |
| version = "0.4.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-syntax" | |
| version = "0.8.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[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 = "serde_json" | |
| version = "1.0.149" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | |
| dependencies = [ | |
| "indexmap", | |
| "itoa", | |
| "memchr", | |
| "serde", | |
| "serde_core", | |
| "zmij", | |
| ] | |
| [[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" | |
| [[package]] | |
| name = "spm_precompiled" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" | |
| dependencies = [ | |
| "base64", | |
| "nom", | |
| "serde", | |
| "unicode-segmentation", | |
| ] | |
| [[package]] | |
| name = "strsim" | |
| version = "0.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | |
| [[package]] | |
| name = "strum" | |
| version = "0.27.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" | |
| dependencies = [ | |
| "strum_macros", | |
| ] | |
| [[package]] | |
| name = "strum_macros" | |
| version = "0.27.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" | |
| dependencies = [ | |
| "heck", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[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 = "termcolor" | |
| version = "1.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" | |
| dependencies = [ | |
| "winapi-util", | |
| ] | |
| [[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 = "tokenizers" | |
| version = "0.21.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9ecededfed68a69bc657e486510089e255e53c3d38cc7d4d59c8742668ca2cae" | |
| dependencies = [ | |
| "aho-corasick", | |
| "derive_builder", | |
| "esaxx-rs", | |
| "getrandom 0.2.17", | |
| "itertools 0.12.1", | |
| "lazy_static", | |
| "log", | |
| "macro_rules_attribute", | |
| "monostate", | |
| "onig", | |
| "paste", | |
| "rand", | |
| "rayon", | |
| "rayon-cond", | |
| "regex", | |
| "regex-syntax", | |
| "serde", | |
| "serde_json", | |
| "spm_precompiled", | |
| "thiserror", | |
| "unicode-normalization-alignments", | |
| "unicode-segmentation", | |
| "unicode_categories", | |
| ] | |
| [[package]] | |
| name = "toktrie" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "de81c795b1f2e5b7e531fbb587e541e124b47f434af2c427a4ae73ea0d4eca6c" | |
| dependencies = [ | |
| "anyhow", | |
| "bytemuck", | |
| "bytemuck_derive", | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[package]] | |
| name = "typed-arena" | |
| version = "2.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" | |
| [[package]] | |
| name = "unicode-ident" | |
| version = "1.0.23" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" | |
| [[package]] | |
| name = "unicode-normalization-alignments" | |
| version = "0.1.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" | |
| dependencies = [ | |
| "smallvec", | |
| ] | |
| [[package]] | |
| name = "unicode-segmentation" | |
| version = "1.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" | |
| [[package]] | |
| name = "unicode-width" | |
| version = "0.1.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" | |
| [[package]] | |
| name = "unicode_categories" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" | |
| [[package]] | |
| name = "uuid" | |
| version = "1.20.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" | |
| dependencies = [ | |
| "js-sys", | |
| "wasm-bindgen", | |
| ] | |
| [[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.11.1+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | |
| [[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 = "winapi-util" | |
| version = "0.1.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | |
| dependencies = [ | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "windows-core" | |
| version = "0.62.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" | |
| dependencies = [ | |
| "windows-implement", | |
| "windows-interface", | |
| "windows-link", | |
| "windows-result", | |
| "windows-strings", | |
| ] | |
| [[package]] | |
| name = "windows-implement" | |
| version = "0.60.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "windows-interface" | |
| version = "0.59.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "windows-link" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | |
| [[package]] | |
| name = "windows-result" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "windows-strings" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[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.39" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" | |
| dependencies = [ | |
| "zerocopy-derive", | |
| ] | |
| [[package]] | |
| name = "zerocopy-derive" | |
| version = "0.8.39" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "zmij" | |
| version = "1.0.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" | |