2023-04-17 12:09:26 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-27 16:03:00 +03:00
|
|
|
version = 4
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-01-27 16:03:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.95"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
|
2023-04-17 12:09:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.4.0"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "3.16.0"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.2.10"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.4.39"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
2025-01-27 16:03:00 +03:00
|
|
|
"android-tzdata",
|
2023-04-17 12:09:26 +03:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2025-01-27 16:03:00 +03:00
|
|
|
"windows-targets",
|
2023-04-17 12:09:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.8.7"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-27 16:03:00 +03:00
|
|
|
name = "either"
|
|
|
|
version = "1.13.0"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-27 16:03:00 +03:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-04-27 12:32:00 +03:00
|
|
|
|
2023-04-17 12:09:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.15.2"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.1.61"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2025-01-27 16:03:00 +03:00
|
|
|
"windows-core",
|
2023-04-17 12:09:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.1.2"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
2025-01-27 16:03:00 +03:00
|
|
|
"cc",
|
2023-04-17 12:09:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "2.7.1"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
2025-01-27 16:03:00 +03:00
|
|
|
"equivalent",
|
2023-04-17 12:09:26 +03:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-04-27 12:32:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-04-17 12:09:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.3.77"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
2025-01-27 16:03:00 +03:00
|
|
|
"once_cell",
|
2023-04-17 12:09:26 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "laika"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 16:03:00 +03:00
|
|
|
"anyhow",
|
2023-04-17 12:09:26 +03:00
|
|
|
"chrono",
|
2023-04-27 12:32:00 +03:00
|
|
|
"itertools",
|
2023-04-17 12:09:26 +03:00
|
|
|
"serde",
|
|
|
|
"sysinfo",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.169"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.4.25"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "2.7.4"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.4.1"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.19"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.20.2"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.0.93"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.0.38"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-27 16:03:00 +03:00
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.19"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.0.217"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.0.217"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-27 16:03:00 +03:00
|
|
|
"syn",
|
2023-04-17 12:09:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.6.8"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-27 16:03:00 +03:00
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "2.0.96"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
|
|
|
version = "0.28.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.7.8"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.6.8"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.19.15"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "1.0.15"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.100"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-01-27 16:03:00 +03:00
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
2023-04-17 12:09:26 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.100"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-27 16:03:00 +03:00
|
|
|
"syn",
|
2023-04-17 12:09:26 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.100"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.100"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-27 16:03:00 +03:00
|
|
|
"syn",
|
2023-04-17 12:09:26 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.2.100"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-27 16:03:00 +03:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2025-01-27 16:03:00 +03:00
|
|
|
"windows_i686_gnullvm",
|
2023-04-17 12:09:26 +03:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.52.6"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-04-17 12:09:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-01-27 16:03:00 +03:00
|
|
|
version = "0.5.40"
|
2023-04-17 12:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 16:03:00 +03:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-04-17 12:09:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|