2024-03-17 14:46:15 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2026-06-11 11:35:05 +03:00
|
|
|
version = 4
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "allocator-api2"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
|
2026-06-11 11:35:05 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
|
|
|
|
version = "1.0.102"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "approx"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2024-03-26 11:00:28 +02:00
|
|
|
version = "1.2.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 11:00:28 +02:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2024-03-17 14:46:15 +02:00
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "bitflags"
|
|
|
|
|
version = "2.13.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2026-06-11 11:35:05 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "chacha20"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-17 16:36:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
|
version = "0.8.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
|
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.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "delaunator"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0ab46e386c7a38300a0d93b0f3e484bc2ee0aded66c47b14762ec9ab383934fa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"robust 0.2.3",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "earcutr"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01"
|
|
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"itertools",
|
2024-03-17 14:46:15 +02:00
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
|
|
|
|
version = "1.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|
|
|
|
|
2026-06-11 11:35:05 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "float_next_after"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
|
|
|
|
|
|
2026-06-11 11:35:05 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "foldhash"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "geo"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "0.30.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "4416397671d8997e9a3e7ad99714f4f00a22e9eaa9b966a5985d2194fc9e02e1"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"earcutr",
|
|
|
|
|
"float_next_after",
|
|
|
|
|
"geo-types",
|
|
|
|
|
"geographiclib-rs",
|
2026-06-11 11:35:05 +03:00
|
|
|
"i_overlay",
|
2024-03-17 14:46:15 +02:00
|
|
|
"log",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"robust 1.1.0",
|
|
|
|
|
"rstar",
|
|
|
|
|
"spade",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "geo-types"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "0.7.19"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "94776032c45f950d30a13af6113c2ad5625316c9abfbccee4dd5a6695f8fe0f5"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"approx",
|
|
|
|
|
"num-traits",
|
2026-06-11 11:35:05 +03:00
|
|
|
"rayon",
|
2024-03-17 14:46:15 +02:00
|
|
|
"rstar",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "geographiclib-rs"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libm",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "0.4.2"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2026-06-11 11:35:05 +03:00
|
|
|
"r-efi",
|
|
|
|
|
"rand_core",
|
|
|
|
|
"wasip2",
|
|
|
|
|
"wasip3",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hash32"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "0.15.5"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"allocator-api2",
|
2026-06-11 11:35:05 +03:00
|
|
|
"equivalent",
|
|
|
|
|
"foldhash",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
|
|
|
|
|
2026-06-11 11:35:05 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.17.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heapless"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hash32",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "heck"
|
|
|
|
|
version = "0.5.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-03-17 14:46:15 +02:00
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "i_float"
|
|
|
|
|
version = "1.7.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "85df3a416829bb955fdc2416c7b73680c8dcea8d731f2c7aa23e1042fe1b8343"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"serde",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "i_key_sort"
|
|
|
|
|
version = "0.2.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "347c253b4748a1a28baf94c9ce133b6b166f08573157e05afe718812bc599fcd"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "i_overlay"
|
|
|
|
|
version = "2.0.5"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "0542dfef184afdd42174a03dcc0625b6147fb73e1b974b1a08a2a42ac35cee49"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"i_float",
|
|
|
|
|
"i_key_sort",
|
|
|
|
|
"i_shape",
|
|
|
|
|
"i_tree",
|
|
|
|
|
"rayon",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "i_shape"
|
|
|
|
|
version = "1.7.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "0a38f5a42678726718ff924f6d4a0e79b129776aeed298f71de4ceedbd091bce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"i_float",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "i_tree"
|
|
|
|
|
version = "0.8.3"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "155181bc97d770181cf9477da51218a19ee92a8e5be642e796661aee2b601139"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "id-arena"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
2024-03-17 14:46:15 +02:00
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "indexmap"
|
|
|
|
|
version = "2.14.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"equivalent",
|
|
|
|
|
"hashbrown 0.17.1",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.11.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"either",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leb128fmt"
|
2024-03-17 19:18:53 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.186"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "libm"
|
|
|
|
|
version = "0.2.8"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "log"
|
|
|
|
|
version = "0.4.21"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"libm",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "prettyplease"
|
|
|
|
|
version = "0.2.37"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "1.0.106"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "r-efi"
|
|
|
|
|
version = "6.0.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "rand"
|
|
|
|
|
version = "0.10.1"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"chacha20",
|
|
|
|
|
"getrandom",
|
2024-03-17 14:46:15 +02:00
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "0.10.1"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
2024-03-17 19:18:53 +02:00
|
|
|
|
2024-03-17 16:36:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "1.12.0"
|
2024-03-17 16:36:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
2024-03-17 16:36:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "1.13.0"
|
2024-03-17 16:36:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
2024-03-17 16:36:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "robust"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "robust"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rstar"
|
|
|
|
|
version = "0.12.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "133315eb94c7b1e8d0cb097e5a710d850263372fd028fff18969de708afc7008"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heapless",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "semver"
|
|
|
|
|
version = "1.0.28"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"serde_core",
|
|
|
|
|
"serde_derive",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "1.0.228"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-06-11 11:35:05 +03:00
|
|
|
"syn",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "serde_json"
|
|
|
|
|
version = "1.0.150"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"itoa",
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"zmij",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2024-03-26 11:00:28 +02:00
|
|
|
version = "1.13.2"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 11:00:28 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "spade"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "2.14.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "a14e31a007e9f85c32784b04f89e6e194bb252a4d41b4a8ccd9e77245d901c8c"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"hashbrown 0.15.5",
|
2024-03-17 14:46:15 +02:00
|
|
|
"num-traits",
|
|
|
|
|
"robust 1.1.0",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2026-06-11 11:35:05 +03:00
|
|
|
version = "2.0.117"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "unicode-ident"
|
|
|
|
|
version = "1.0.12"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasip2"
|
|
|
|
|
version = "1.0.3+wasi-0.2.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"wit-bindgen 0.57.1",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
|
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wasip3"
|
|
|
|
|
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen 0.51.0",
|
|
|
|
|
]
|
2024-03-17 19:18:53 +02:00
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wasm-encoder"
|
|
|
|
|
version = "0.244.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"leb128fmt",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wasm-metadata"
|
|
|
|
|
version = "0.244.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"wasm-encoder",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wasmparser"
|
|
|
|
|
version = "0.244.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"hashbrown 0.15.5",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
2024-03-17 14:46:15 +02:00
|
|
|
|
2024-03-17 19:18:53 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.51.0"
|
2024-03-17 19:18:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
2024-03-17 19:18:53 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"wit-bindgen-rust-macro",
|
2024-03-17 19:18:53 +02:00
|
|
|
]
|
|
|
|
|
|
2024-03-26 11:00:28 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.57.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen-core"
|
|
|
|
|
version = "0.51.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
2024-03-26 11:00:28 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"anyhow",
|
|
|
|
|
"heck",
|
|
|
|
|
"wit-parser",
|
2024-03-26 11:00:28 +02:00
|
|
|
]
|
|
|
|
|
|
2024-03-17 14:46:15 +02:00
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wit-bindgen-rust"
|
|
|
|
|
version = "0.51.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"anyhow",
|
|
|
|
|
"heck",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"prettyplease",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-metadata",
|
|
|
|
|
"wit-bindgen-core",
|
|
|
|
|
"wit-component",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-06-11 11:35:05 +03:00
|
|
|
name = "wit-bindgen-rust-macro"
|
|
|
|
|
version = "0.51.0"
|
2024-03-17 14:46:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-06-11 11:35:05 +03:00
|
|
|
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
2024-03-17 14:46:15 +02:00
|
|
|
dependencies = [
|
2026-06-11 11:35:05 +03:00
|
|
|
"anyhow",
|
|
|
|
|
"prettyplease",
|
2024-03-17 14:46:15 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2026-06-11 11:35:05 +03:00
|
|
|
"syn",
|
|
|
|
|
"wit-bindgen-core",
|
|
|
|
|
"wit-bindgen-rust",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-component"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"bitflags",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"wasm-encoder",
|
|
|
|
|
"wasm-metadata",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
"wit-parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wit-parser"
|
|
|
|
|
version = "0.244.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"id-arena",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"log",
|
|
|
|
|
"semver",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"unicode-xid",
|
|
|
|
|
"wasmparser",
|
2024-03-17 14:46:15 +02:00
|
|
|
]
|
2026-06-11 11:35:05 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xenobalanus"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"delaunator",
|
|
|
|
|
"geo",
|
|
|
|
|
"rand",
|
|
|
|
|
"rayon",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|