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-07-12 12:30:28 +02:00
|
|
|
version = "3.13.0"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2022-12-06 08:18:41 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-17 10:17:49 +02:00
|
|
|
version = "1.0.82"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 10:17:49 +02:00
|
|
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
|
|
|
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"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.4.26"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-05 17:50:00 +02:00
|
|
|
version = "0.8.4"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 17:50:00 +02:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-08-12 17:35:54 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.1.57"
|
2022-08-12 17:35:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
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-04-05 17:50:00 +02:00
|
|
|
"windows",
|
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"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.3.64"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 17:35:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.147"
|
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 = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-17 10:17:49 +02:00
|
|
|
version = "0.2.16"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 10:17:49 +02:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-04 18:49:12 +02:00
|
|
|
name = "once_cell"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "1.18.0"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-20 08:07:22 +02:00
|
|
|
version = "1.0.66"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 08:07:22 +02:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2020-07-30 10:15:18 +02:00
|
|
|
dependencies = [
|
2022-08-04 18:49:12 +02:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-17 10:17:49 +02:00
|
|
|
version = "1.0.33"
|
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 = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-04-05 17:50:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-08-17 10:17:49 +02:00
|
|
|
version = "2.0.29"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 10:17:49 +02:00
|
|
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-07-20 08:07:22 +02:00
|
|
|
version = "1.0.11"
|
2022-12-06 08:18:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 08:07:22 +02:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-08-04 18:49:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.87"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.87"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
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"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.87"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-08-04 18:49:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.87"
|
2022-08-04 18:49:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
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"
|
2023-07-12 12:30:28 +02:00
|
|
|
version = "0.2.87"
|
2020-07-30 10:15:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 12:30:28 +02:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2020-07-30 10:15:18 +02: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"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-05 17:50:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-05 17:50:00 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-20 16:24:20 +02:00
|
|
|
version = "0.48.5"
|
2023-04-05 17:50:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 16:24:20 +02:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|