2020-07-30 10:15:18 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-10 12:50:46 +02:00
|
|
|
version = 4
|
2022-08-03 13:10:14 +02:00
|
|
|
|
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"
|
2024-10-06 08:57:27 +02:00
|
|
|
version = "1.4.0"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 08:57:27 +02:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
2022-08-04 18:49:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-12 17:33:32 +02:00
|
|
|
version = "3.16.0"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-12 17:33:32 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-12-06 08:18:41 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-21 13:50:56 +02:00
|
|
|
version = "1.1.31"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 13:50:56 +02:00
|
|
|
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
2024-08-14 15:24:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
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-08-14 15:24:22 +02:00
|
|
|
version = "0.4.38"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
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"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.8.7"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-08-12 17:35:54 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-09-19 10:59:35 +02:00
|
|
|
version = "0.1.61"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 10:59:35 +02:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
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-10-11 16:00:53 +02:00
|
|
|
version = "0.3.72"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-18 14:41:16 +02:00
|
|
|
version = "0.2.161"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 14:41:16 +02:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2022-08-12 17:35:54 +02:00
|
|
|
|
2022-08-04 18:49:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.4.22"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2020-07-30 10:15:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logtimes"
|
2024-10-21 13:51:05 +02:00
|
|
|
version = "1.0.20"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.2.19"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-04 18:49:12 +02:00
|
|
|
name = "once_cell"
|
2024-10-06 08:57:27 +02:00
|
|
|
version = "1.20.2"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-06 08:57:27 +02:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-18 14:41:16 +02:00
|
|
|
version = "1.0.88"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 14:41:16 +02:00
|
|
|
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
2022-08-04 18:49:12 +02:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-09-03 20:52:53 +02:00
|
|
|
version = "1.0.37"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-03 20:52:53 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-04-05 17:50:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-08-14 15:24:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-04-05 17:50:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-21 13:50:56 +02:00
|
|
|
version = "2.0.82"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 13:50:56 +02:00
|
|
|
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-09-19 10:59:35 +02:00
|
|
|
version = "1.0.13"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 10:59:35 +02:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-10-11 16:00:53 +02:00
|
|
|
version = "0.2.95"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-14 15:24:22 +02:00
|
|
|
"once_cell",
|
2022-08-04 18:49:12 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-11 16:00:53 +02:00
|
|
|
version = "0.2.95"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
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-10-11 16:00:53 +02:00
|
|
|
version = "0.2.95"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-11 16:00:53 +02:00
|
|
|
version = "0.2.95"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
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-10-11 16:00:53 +02:00
|
|
|
version = "0.2.95"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 16:00:53 +02:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
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"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-31 10:42:35 +01:00
|
|
|
dependencies = [
|
2024-02-09 18:25:07 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-08-14 15:24:22 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-02-09 18:25:07 +01:00
|
|
|
"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"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-14 15:24:22 +02: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-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-31 10:42:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-14 15:24:22 +02:00
|
|
|
version = "0.52.6"
|
2023-12-31 10:42:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-14 15:24:22 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|