2020-07-30 10:15:18 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-08-03 13:10:14 +02:00
|
|
|
version = 3
|
|
|
|
|
2023-07-12 12:30:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-12-06 08:18:41 +01:00
|
|
|
version = "0.1.5"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 08:18:41 +01:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-12 17:35:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-30 10:15:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-08-03 13:10:14 +02:00
|
|
|
version = "1.1.0"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-03 13:10:14 +02:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
2022-08-04 18:49:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-19 20:47:45 +02:00
|
|
|
version = "3.14.0"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:47:45 +02:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-12-06 08:18:41 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-19 20:47:45 +02:00
|
|
|
version = "1.0.83"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:47:45 +02:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-08-17 10:17:49 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-07-30 10:15:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.4.33"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
2023-07-12 12:30:28 +02:00
|
|
|
"android-tzdata",
|
2022-08-12 17:35:54 +02:00
|
|
|
"iana-time-zone",
|
2020-07-30 10:15:18 +02:00
|
|
|
"num-traits",
|
2024-02-09 18:25:07 +01:00
|
|
|
"windows-targets",
|
2020-07-30 10:15:18 +02:00
|
|
|
]
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-31 10:42:35 +01:00
|
|
|
version = "0.8.6"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-31 10:42:35 +01:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-08-12 17:35:54 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.1.60"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-08-12 17:35:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-12-06 08:18:41 +01:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-12 17:35:54 +02:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-29 10:35:52 +01:00
|
|
|
"windows-core",
|
2022-08-12 17:35:54 +02:00
|
|
|
]
|
|
|
|
|
2022-12-06 08:18:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.1.2"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-06 08:18:41 +01:00
|
|
|
dependencies = [
|
2023-07-12 12:30:28 +02:00
|
|
|
"cc",
|
2022-12-06 08:18:41 +01:00
|
|
|
]
|
|
|
|
|
2020-07-30 10:15:18 +02:00
|
|
|
[[package]]
|
2022-08-04 18:49:12 +02:00
|
|
|
name = "js-sys"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.3.68"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.153"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-08-12 17:35:54 +02:00
|
|
|
|
2022-08-04 18:49:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-17 10:17:49 +02:00
|
|
|
version = "0.4.20"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 10:17:49 +02:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logtimes"
|
2024-02-09 18:27:13 +01:00
|
|
|
version = "1.0.5"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.18"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-04 18:49:12 +02:00
|
|
|
name = "once_cell"
|
2023-12-31 10:42:35 +01:00
|
|
|
version = "1.19.0"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-31 10:42:35 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "1.0.78"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
2022-08-04 18:49:12 +02:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-05 22:21:21 +01:00
|
|
|
version = "1.0.35"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-05 22:21:21 +01:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2023-04-05 17:50:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-05 22:21:21 +01:00
|
|
|
version = "2.0.48"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-05 22:21:21 +01:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-19 20:47:45 +02:00
|
|
|
version = "1.0.12"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:47:45 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.91"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.91"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-12 12:30:28 +02:00
|
|
|
"syn",
|
2022-08-04 18:49:12 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.91"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.91"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-12 12:30:28 +02:00
|
|
|
"syn",
|
2022-08-04 18:49:12 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-07-30 10:15:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-04 18:49:12 +02:00
|
|
|
name = "wasm-bindgen-shared"
|
2024-02-09 18:25:07 +01:00
|
|
|
version = "0.2.91"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 18:25:07 +01:00
|
|
|
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-29 10:35:52 +01:00
|
|
|
name = "windows-core"
|
2023-12-31 10:42:35 +01:00
|
|
|
version = "0.52.0"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-31 10:42:35 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-04-05 17:50:00 +02:00
|
|
|
dependencies = [
|
2024-02-09 18:25:07 +01:00
|
|
|
"windows-targets",
|
2023-12-31 10:42:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
2024-02-09 18:25:07 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-05 17:50:00 +02:00
|
|
|
]
|
|
|
|
|
2023-12-31 10:42:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|