sinoptik/Cargo.lock

2583 lines
64 KiB
Plaintext
Raw Normal View History

2022-02-12 12:25:05 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-06-04 12:12:41 +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 09:44:15 +02:00
[[package]]
name = "android_system_properties"
2022-10-17 19:53:01 +02:00
version = "0.1.5"
2022-08-12 09:44:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-12 09:44:15 +02:00
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-03-23 16:56:48 +01: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 = "assert_float_eq"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cea652ffbedecf29e9cd41bb4c066881057a42c0c119040f022802b26853e77"
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2022-02-12 12:25:05 +01:00
[[package]]
name = "async-stream"
2023-06-04 12:12:41 +02:00
version = "0.3.5"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-02-12 12:25:05 +01:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-03-23 16:56:48 +01:00
"pin-project-lite",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "async-stream-impl"
2023-06-04 12:12:41 +02:00
version = "0.3.5"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "async-trait"
2023-06-04 12:12:41 +02:00
version = "0.1.68"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "atomic"
2023-06-04 12:12:41 +02:00
version = "0.5.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2022-02-12 12:25:05 +01:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
2023-06-04 12:12:41 +02:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-02-12 12:25:05 +01:00
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
2022-02-12 21:08:13 +01:00
[[package]]
name = "bit_field"
2023-03-23 16:56:48 +01:00
version = "0.10.2"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2022-02-12 21:08:13 +01:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-05-10 14:55:57 +02:00
[[package]]
2023-03-24 13:04:56 +01:00
name = "bitflags"
2023-06-04 12:12:41 +02:00
version = "2.3.1"
2022-05-10 14:55:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
2022-05-10 14:55:57 +02:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "bumpalo"
2023-06-04 12:12:41 +02:00
version = "3.13.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-02-12 12:25:05 +01:00
2022-02-12 21:08:13 +01:00
[[package]]
name = "bytemuck"
2023-03-23 16:56:48 +01:00
version = "1.13.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-02-12 21:08:13 +01:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-02-12 12:25:05 +01:00
[[package]]
name = "bytes"
2023-03-23 16:56:48 +01:00
version = "1.4.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-02-12 12:25:05 +01:00
[[package]]
name = "cached"
2023-06-04 12:10:07 +02:00
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:10:07 +02:00
checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700"
dependencies = [
"async-trait",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.13.2",
"instant",
"once_cell",
"thiserror",
"tokio",
]
[[package]]
name = "cached_proc_macro"
2023-06-04 12:10:07 +02:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:10:07 +02:00
checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082"
dependencies = [
"cached_proc_macro_types",
"darling",
"proc-macro2",
"quote",
2023-03-23 16:56:48 +01:00
"syn 1.0.109",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
2022-02-12 12:25:05 +01:00
[[package]]
name = "cc"
version = "1.0.79"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-02-12 12:25:05 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-06-04 12:12:41 +02:00
version = "0.4.26"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-06-04 12:12:41 +02:00
"android-tzdata",
2022-08-12 09:44:15 +02:00
"iana-time-zone",
"js-sys",
2022-02-12 12:25:05 +01:00
"num-traits",
"serde",
"time 0.1.45",
2022-08-12 09:44:15 +02:00
"wasm-bindgen",
"winapi",
2022-02-12 12:25:05 +01:00
]
2022-02-13 15:38:17 +01:00
[[package]]
name = "chrono-tz"
2023-06-04 12:12:41 +02:00
version = "0.8.2"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552"
2022-02-13 15:38:17 +01:00
dependencies = [
"chrono",
"chrono-tz-build",
"phf",
]
[[package]]
name = "chrono-tz-build"
version = "0.1.0"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751"
2022-02-13 15:38:17 +01:00
dependencies = [
"parse-zoneinfo",
"phf",
"phf_codegen",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2022-02-12 12:25:05 +01:00
[[package]]
name = "cookie"
2023-03-24 13:04:56 +01:00
version = "0.17.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
2022-02-12 12:25:05 +01:00
dependencies = [
"percent-encoding",
2023-06-04 12:12:41 +02:00
"time 0.3.21",
2022-02-12 12:25:05 +01:00
"version_check",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-06-04 12:12:41 +02:00
version = "0.8.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-02-12 12:25:05 +01:00
2022-02-12 21:08:13 +01:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
2022-02-12 21:08:13 +01:00
]
[[package]]
name = "crossbeam-channel"
2023-06-04 12:12:41 +02:00
version = "0.5.8"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2022-02-12 21:08:13 +01:00
dependencies = [
"cfg-if",
2022-02-12 21:08:13 +01:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-03-23 16:56:48 +01:00
version = "0.8.3"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-02-12 21:08:13 +01:00
dependencies = [
"cfg-if",
2022-02-12 21:08:13 +01:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-03-23 16:56:48 +01:00
version = "0.9.14"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2022-02-12 21:08:13 +01:00
dependencies = [
2022-05-07 20:21:09 +02:00
"autocfg",
"cfg-if",
2022-02-12 21:08:13 +01:00
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-03-23 16:56:48 +01:00
version = "0.8.15"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2022-02-12 21:08:13 +01:00
dependencies = [
"cfg-if",
2022-02-12 21:08:13 +01:00
]
2022-10-17 19:53:01 +02:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "csv"
2023-06-04 12:12:41 +02:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
dependencies = [
"csv-core",
2023-03-23 16:56:48 +01:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "darling"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-03-23 16:56:48 +01:00
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
"darling_core",
"quote",
2023-03-23 16:56:48 +01:00
"syn 1.0.109",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "devise"
2023-03-24 13:04:56 +01:00
version = "0.4.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
2022-02-12 12:25:05 +01:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
2023-03-24 13:04:56 +01:00
version = "0.4.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
2022-02-12 12:25:05 +01:00
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
2023-03-24 13:04:56 +01:00
version = "0.4.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-06-04 12:12:41 +02:00
"bitflags 2.3.1",
2022-02-12 12:25:05 +01:00
"proc-macro2",
2023-03-24 13:04:56 +01:00
"proc-macro2-diagnostics",
2022-02-12 12:25:05 +01:00
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-05-10 14:55:57 +02:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "either"
version = "1.8.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-02-12 12:25:05 +01:00
[[package]]
name = "encoding_rs"
2023-03-23 16:56:48 +01:00
version = "0.8.32"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
]
2023-03-23 16:56:48 +01:00
[[package]]
name = "errno"
2023-06-04 12:12:41 +02:00
version = "0.3.1"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-23 16:56:48 +01:00
dependencies = [
"errno-dragonfly",
"libc",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2023-03-23 16:56:48 +01:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "exr"
2023-06-04 12:12:41 +02:00
version = "1.6.4"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56"
2022-02-12 21:08:13 +01:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
"miniz_oxide",
2023-03-23 16:56:48 +01:00
"rayon-core",
2022-02-12 21:08:13 +01:00
"smallvec",
2023-03-23 16:56:48 +01:00
"zune-inflate",
2022-02-12 21:08:13 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "fastrand"
2023-03-23 16:56:48 +01:00
version = "1.9.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-02-12 12:25:05 +01:00
dependencies = [
"instant",
]
2023-06-04 12:12:41 +02:00
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "figment"
2023-06-04 12:12:41 +02:00
version = "0.10.10"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5"
2022-02-12 12:25:05 +01:00
dependencies = [
"atomic",
"pear",
"serde",
"toml",
"uncased",
"version_check",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "flate2"
2023-06-04 12:12:41 +02:00
version = "1.0.26"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-02-12 21:08:13 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
2022-02-12 21:08:13 +01:00
]
[[package]]
name = "flume"
2022-08-12 09:44:15 +02:00
version = "0.10.14"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-02-12 21:08:13 +01:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2022-10-17 19:53:01 +02:00
version = "1.1.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2022-02-12 12:25:05 +01:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2022-02-12 12:25:05 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-02-12 12:25:05 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-02-12 12:25:05 +01:00
[[package]]
name = "futures-io"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-02-12 12:25:05 +01:00
[[package]]
name = "futures-sink"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-02-12 12:25:05 +01:00
[[package]]
name = "futures-task"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-02-12 12:25:05 +01:00
[[package]]
name = "futures-util"
2023-06-04 12:12:41 +02:00
version = "0.3.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-02-12 12:25:05 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2023-06-04 12:12:41 +02:00
version = "0.7.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a"
2022-02-12 12:25:05 +01:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2023-06-04 12:12:41 +02:00
"windows",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "geo-types"
2023-03-23 16:56:48 +01:00
version = "0.7.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "a5f0b3068e1537a4b861ec3734f4aa9c317d537cf0845bf6fb6221973499d26c"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-23 16:56:48 +01:00
"approx",
2022-02-12 12:25:05 +01:00
"num-traits",
2023-03-23 16:56:48 +01:00
"serde",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "geocoding"
version = "0.4.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa5cbcc647209c5e0526a0ce3503e57413e1f17dca846b36c402587b2959a719"
2022-02-12 12:25:05 +01:00
dependencies = [
"chrono",
"geo-types",
"hyper",
2022-02-12 12:25:05 +01:00
"num-traits",
"reqwest",
2022-02-12 12:25:05 +01:00
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "getrandom"
2023-06-04 12:12:41 +02:00
version = "0.2.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 21:08:13 +01:00
"js-sys",
2022-02-12 12:25:05 +01:00
"libc",
2022-07-17 13:24:56 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-02-12 21:08:13 +01:00
"wasm-bindgen",
]
[[package]]
name = "gif"
2023-06-04 12:12:41 +02:00
version = "0.12.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
2022-02-12 21:08:13 +01:00
dependencies = [
"color_quant",
"weezl",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "glob"
version = "0.3.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-02-12 12:25:05 +01:00
[[package]]
name = "h2"
2023-06-04 12:12:41 +02:00
version = "0.3.19"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2022-02-12 12:25:05 +01:00
dependencies = [
"bytes",
2022-02-12 12:25:05 +01:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-07-17 13:24:56 +02:00
"tokio-util",
2022-02-12 12:25:05 +01:00
"tracing",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "half"
version = "2.2.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2022-10-17 19:53:01 +02:00
dependencies = [
"crunchy",
]
2022-02-12 21:08:13 +01:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "hashbrown"
2022-07-17 13:24:56 +02:00
version = "0.12.3"
2022-05-07 20:21:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-05-07 20:21:09 +02:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-23 16:56:48 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-02-12 12:25:05 +01:00
[[package]]
name = "http"
2023-03-23 16:56:48 +01:00
version = "0.2.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-02-12 12:25:05 +01:00
dependencies = [
"bytes",
2022-02-12 12:25:05 +01:00
"fnv",
2023-03-23 16:56:48 +01:00
"itoa",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "http-body"
2022-07-17 13:24:56 +02:00
version = "0.4.5"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-02-12 12:25:05 +01:00
dependencies = [
"bytes",
2022-02-12 12:25:05 +01:00
"http",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "httparse"
2022-10-17 19:53:01 +02:00
version = "1.8.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-02-12 12:25:05 +01:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
2023-06-04 12:12:41 +02:00
version = "0.14.26"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2022-02-12 12:25:05 +01:00
dependencies = [
"bytes",
2022-02-12 12:25:05 +01:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
2022-02-12 12:25:05 +01:00
"http",
"http-body",
2022-02-12 12:25:05 +01:00
"httparse",
"httpdate",
2023-03-23 16:56:48 +01:00
"itoa",
"pin-project-lite",
"socket2",
"tokio",
2022-02-12 12:25:05 +01:00
"tower-service",
"tracing",
"want",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
2022-02-12 21:08:13 +01:00
"native-tls",
"tokio",
2022-02-12 21:08:13 +01:00
"tokio-native-tls",
]
2022-08-12 09:44:15 +02:00
[[package]]
name = "iana-time-zone"
2023-06-04 12:12:41 +02:00
version = "0.1.56"
2022-08-12 09:44:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
2022-08-12 09:44:15 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-17 19:53:01 +02:00
"iana-time-zone-haiku",
2022-08-12 09:44:15 +02:00
"js-sys",
"wasm-bindgen",
2023-06-04 12:12:41 +02:00
"windows",
2022-08-12 09:44:15 +02:00
]
2022-10-17 19:53:01 +02:00
[[package]]
name = "iana-time-zone-haiku"
2023-06-04 12:12:41 +02:00
version = "0.1.2"
2022-10-17 19:53:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-17 19:53:01 +02:00
dependencies = [
2023-06-04 12:12:41 +02:00
"cc",
2022-10-17 19:53:01 +02:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-02-12 12:25:05 +01:00
[[package]]
name = "idna"
2022-10-17 19:53:01 +02:00
version = "0.3.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2022-02-12 12:25:05 +01:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "image"
2023-06-04 12:12:41 +02:00
version = "0.24.6"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2022-02-12 21:08:13 +01:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
2022-05-07 20:21:09 +02:00
"jpeg-decoder",
2022-02-12 21:08:13 +01:00
"num-rational",
"num-traits",
"png",
2023-06-04 12:12:41 +02:00
"qoi",
2022-02-12 21:08:13 +01:00
"tiff",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "indexmap"
2023-06-04 12:12:41 +02:00
version = "1.9.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-02-12 12:25:05 +01:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2022-02-12 12:25:05 +01:00
"serde",
]
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
]
[[package]]
2023-03-23 16:56:48 +01:00
name = "io-lifetimes"
2023-06-04 12:12:41 +02:00
version = "1.0.11"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-03-23 16:56:48 +01:00
dependencies = [
"hermit-abi 0.3.1",
"libc",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2023-03-23 16:56:48 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
2023-03-23 16:56:48 +01:00
name = "ipnet"
2023-06-04 12:12:41 +02:00
version = "2.7.2"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2022-02-12 12:25:05 +01:00
2023-03-24 13:04:56 +01:00
[[package]]
name = "is-terminal"
2023-06-04 12:12:41 +02:00
version = "0.4.7"
2023-03-24 13:04:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-03-24 13:04:56 +01:00
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2023-03-24 13:04:56 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "itoa"
2023-03-23 16:56:48 +01:00
version = "1.0.6"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-02-12 12:25:05 +01:00
2022-02-12 21:08:13 +01:00
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2022-02-12 21:08:13 +01:00
dependencies = [
"rayon",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "js-sys"
2023-06-04 12:12:41 +02:00
version = "0.3.63"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
2022-02-12 12:25:05 +01:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-02-12 21:08:13 +01:00
[[package]]
name = "lebe"
2022-10-17 19:53:01 +02:00
version = "0.5.2"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-02-12 21:08:13 +01:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "libc"
2023-06-04 12:12:41 +02:00
version = "0.2.144"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
2023-03-23 16:56:48 +01:00
[[package]]
name = "libm"
2023-06-04 12:12:41 +02:00
version = "0.2.7"
2022-10-17 19:53:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2022-02-12 12:25:05 +01:00
2023-03-23 16:56:48 +01:00
[[package]]
name = "linux-raw-sys"
2023-06-04 12:12:41 +02:00
version = "0.3.8"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-23 16:56:48 +01:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "lock_api"
2022-10-17 19:53:01 +02:00
version = "0.4.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-02-12 12:25:05 +01:00
dependencies = [
2022-05-07 20:21:09 +02:00
"autocfg",
2022-02-12 12:25:05 +01:00
"scopeguard",
]
[[package]]
name = "log"
2023-06-04 12:12:41 +02:00
version = "0.4.18"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2022-02-12 12:25:05 +01:00
[[package]]
name = "loom"
2022-07-17 13:24:56 +02:00
version = "0.5.6"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
2022-05-07 20:21:09 +02:00
"tracing-subscriber",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "memchr"
2022-05-07 20:21:09 +02:00
version = "2.5.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-02-12 12:25:05 +01:00
2022-02-12 21:08:13 +01:00
[[package]]
name = "memoffset"
2023-03-23 16:56:48 +01:00
version = "0.8.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2022-02-12 21:08:13 +01:00
dependencies = [
"autocfg",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "mime"
2023-03-23 16:56:48 +01:00
version = "0.3.17"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-02-12 12:25:05 +01:00
2022-10-17 19:53:01 +02:00
[[package]]
name = "miniz_oxide"
2023-06-04 12:12:41 +02:00
version = "0.7.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-02-12 21:08:13 +01:00
dependencies = [
"adler",
2023-06-04 12:12:41 +02:00
"simd-adler32",
2022-02-12 21:08:13 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "mio"
2023-06-04 12:12:41 +02:00
version = "0.8.8"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-02-12 12:25:05 +01:00
dependencies = [
"libc",
2022-05-07 20:21:09 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "multer"
2023-06-04 12:12:41 +02:00
version = "2.1.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2022-02-12 12:25:05 +01:00
dependencies = [
"bytes",
2022-02-12 12:25:05 +01:00
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"memchr",
"mime",
"spin",
"tokio",
2022-07-17 13:24:56 +02:00
"tokio-util",
2022-02-12 12:25:05 +01:00
"version_check",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "nanorand"
2022-05-07 20:21:09 +02:00
version = "0.7.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2022-02-12 21:08:13 +01:00
dependencies = [
"getrandom",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "native-tls"
version = "0.2.11"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-02-12 12:25:05 +01:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-10-17 19:53:01 +02:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "num-integer"
2022-05-07 20:21:09 +02:00
version = "0.1.45"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-02-12 12:25:05 +01:00
dependencies = [
"autocfg",
"num-traits",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "num-rational"
2022-07-17 13:24:56 +02:00
version = "0.4.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2022-02-12 21:08:13 +01:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "num-traits"
2022-05-07 20:21:09 +02:00
version = "0.2.15"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-02-12 12:25:05 +01:00
dependencies = [
"autocfg",
2023-03-23 16:56:48 +01:00
"libm",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "num_cpus"
version = "1.15.0"
2022-05-10 14:55:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-05-10 14:55:57 +02:00
dependencies = [
"hermit-abi 0.2.6",
2022-05-10 14:55:57 +02:00
"libc",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "once_cell"
2023-06-04 12:12:41 +02:00
version = "1.17.2"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
2022-02-12 12:25:05 +01:00
[[package]]
name = "openssl"
2023-06-04 12:12:41 +02:00
version = "0.10.54"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"bitflags 1.3.2",
"cfg-if",
2022-02-12 12:25:05 +01:00
"foreign-types",
"libc",
"once_cell",
2022-05-07 20:21:09 +02:00
"openssl-macros",
2022-02-12 12:25:05 +01:00
"openssl-sys",
]
2022-05-07 20:21:09 +02:00
[[package]]
name = "openssl-macros"
2023-06-04 12:12:41 +02:00
version = "0.1.1"
2022-05-07 20:21:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-05-07 20:21:09 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-05-07 20:21:09 +02:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-06-04 12:12:41 +02:00
version = "0.9.88"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
2022-02-12 12:25:05 +01:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-10-17 19:53:01 +02:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-02-12 12:25:05 +01:00
[[package]]
name = "parking_lot"
2022-07-17 13:24:56 +02:00
version = "0.12.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-12 12:25:05 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-03-23 16:56:48 +01:00
version = "0.9.7"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
"libc",
2023-06-04 12:12:41 +02:00
"redox_syscall 0.2.16",
2022-02-12 12:25:05 +01:00
"smallvec",
2023-03-23 16:56:48 +01:00
"windows-sys 0.45.0",
2022-02-12 12:25:05 +01:00
]
2022-02-13 15:38:17 +01:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
dependencies = [
"regex",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "pear"
2023-03-23 16:56:48 +01:00
version = "0.2.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "0ec95680a7087503575284e5063e14b694b7a9c0b065e5dceec661e0497127e8"
2022-02-12 12:25:05 +01:00
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
]
[[package]]
name = "pear_codegen"
2023-03-23 16:56:48 +01:00
version = "0.2.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "9661a3a53f93f09f2ea882018e4d7c88f6ff2956d809a276060476fd8c879d3c"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
2023-03-24 13:04:56 +01:00
"proc-macro2-diagnostics",
2022-02-12 12:25:05 +01:00
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "percent-encoding"
2022-10-17 19:53:01 +02:00
version = "2.2.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-02-12 12:25:05 +01:00
2022-02-13 15:38:17 +01:00
[[package]]
name = "phf"
2022-08-12 09:44:15 +02:00
version = "0.11.1"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2022-02-13 15:38:17 +01:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
2022-08-12 09:44:15 +02:00
version = "0.11.1"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
2022-02-13 15:38:17 +01:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2022-08-12 09:44:15 +02:00
version = "0.11.1"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
2022-02-13 15:38:17 +01:00
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
2022-08-12 09:44:15 +02:00
version = "0.11.1"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2022-02-13 15:38:17 +01:00
dependencies = [
"siphasher",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "pin-project"
2023-06-04 12:12:41 +02:00
version = "1.1.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2022-02-12 12:25:05 +01:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-06-04 12:12:41 +02:00
version = "1.1.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "pin-project-lite"
2022-05-07 20:21:09 +02:00
version = "0.2.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-02-12 12:25:05 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-06-04 12:12:41 +02:00
version = "0.3.27"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-02-12 12:25:05 +01:00
2022-02-12 21:08:13 +01:00
[[package]]
name = "png"
2023-06-04 12:12:41 +02:00
version = "0.17.8"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
2022-02-12 21:08:13 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"bitflags 1.3.2",
2022-02-12 21:08:13 +01:00
"crc32fast",
2023-06-04 12:12:41 +02:00
"fdeflate",
2022-10-17 19:53:01 +02:00
"flate2",
"miniz_oxide",
2022-02-12 21:08:13 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
2022-05-10 14:55:57 +02:00
name = "ppv-lite86"
version = "0.2.17"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-02-12 12:25:05 +01:00
[[package]]
name = "proc-macro2"
2023-06-04 12:12:41 +02:00
version = "1.0.59"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
2022-02-12 12:25:05 +01:00
dependencies = [
2022-07-17 13:24:56 +02:00
"unicode-ident",
2022-02-12 12:25:05 +01:00
]
2023-03-23 16:56:48 +01:00
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b"
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
"version_check",
"yansi",
]
2023-06-04 12:12:41 +02:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "quote"
2023-06-04 12:12:41 +02:00
version = "1.0.28"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2022-02-12 12:25:05 +01:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-10-17 19:53:01 +02:00
version = "0.6.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-02-12 12:25:05 +01:00
dependencies = [
"getrandom",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "rayon"
2023-03-23 16:56:48 +01:00
version = "1.7.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-02-12 21:08:13 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-23 16:56:48 +01:00
version = "1.11.0"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-02-12 21:08:13 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "redox_syscall"
2022-08-12 09:44:15 +02:00
version = "0.2.16"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-12 09:44:15 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"bitflags 1.3.2",
2022-02-12 12:25:05 +01:00
]
2023-06-04 12:12:41 +02:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "ref-cast"
2023-03-23 16:56:48 +01:00
version = "1.0.16"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
2022-02-12 12:25:05 +01:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2023-03-23 16:56:48 +01:00
version = "1.0.16"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "regex"
2023-06-04 12:12:41 +02:00
version = "1.8.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-06-04 12:12:41 +02:00
"regex-syntax 0.7.2",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-06-04 12:12:41 +02:00
"regex-syntax 0.6.29",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "regex-syntax"
2023-03-23 16:56:48 +01:00
version = "0.6.29"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-02-12 12:25:05 +01:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2022-02-12 21:08:13 +01:00
[[package]]
name = "reqwest"
2023-06-04 12:12:41 +02:00
version = "0.11.18"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2022-02-12 21:08:13 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"base64",
"bytes",
2022-02-12 21:08:13 +01:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2022-02-12 21:08:13 +01:00
"http",
"http-body",
"hyper",
"hyper-tls",
2022-02-12 21:08:13 +01:00
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-10-17 19:53:01 +02:00
"once_cell",
2022-02-12 21:08:13 +01:00
"percent-encoding",
"pin-project-lite",
2022-02-12 21:08:13 +01:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-02-12 21:08:13 +01:00
"tokio-native-tls",
2022-07-17 13:24:56 +02:00
"tower-service",
2022-02-12 21:08:13 +01:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
2022-02-12 21:08:13 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "rocket"
2023-03-24 13:04:56 +01:00
version = "0.5.0-rc.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "58734f7401ae5cfd129685b48f61182331745b357b96f2367f01aebaf1cc9cc9"
2022-02-12 12:25:05 +01:00
dependencies = [
"async-stream",
"async-trait",
"atomic",
"binascii",
"bytes",
2022-02-12 12:25:05 +01:00
"either",
"figment",
"futures",
"indexmap",
2023-03-24 13:04:56 +01:00
"is-terminal",
2022-02-12 12:25:05 +01:00
"log",
"memchr",
"multer",
"num_cpus",
"parking_lot",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
"rand",
"ref-cast",
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
2023-06-04 12:12:41 +02:00
"time 0.3.21",
"tokio",
2022-02-12 12:25:05 +01:00
"tokio-stream",
2022-07-17 13:24:56 +02:00
"tokio-util",
2022-02-12 12:25:05 +01:00
"ubyte",
"version_check",
"yansi",
]
[[package]]
name = "rocket_codegen"
2023-03-24 13:04:56 +01:00
version = "0.5.0-rc.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "7093353f14228c744982e409259fb54878ba9563d08214f2d880d59ff2fc508b"
2022-02-12 12:25:05 +01:00
dependencies = [
"devise",
"glob",
"indexmap",
"proc-macro2",
"quote",
"rocket_http",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
"unicode-xid",
]
[[package]]
name = "rocket_http"
2023-03-24 13:04:56 +01:00
version = "0.5.0-rc.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 13:04:56 +01:00
checksum = "936012c99162a03a67f37f9836d5f938f662e26f2717809761a9ac46432090f4"
2022-02-12 12:25:05 +01:00
dependencies = [
"cookie",
"either",
2022-05-10 14:55:57 +02:00
"futures",
2022-02-12 12:25:05 +01:00
"http",
"hyper",
2022-02-12 12:25:05 +01:00
"indexmap",
"log",
"memchr",
"pear",
"percent-encoding",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
"ref-cast",
"serde",
"smallvec",
"stable-pattern",
"state",
2023-06-04 12:12:41 +02:00
"time 0.3.21",
"tokio",
2022-02-12 12:25:05 +01:00
"uncased",
]
2023-03-23 16:56:48 +01:00
[[package]]
name = "rustix"
2023-06-04 12:12:41 +02:00
version = "0.37.19"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2023-03-23 16:56:48 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"bitflags 1.3.2",
2023-03-23 16:56:48 +01:00
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2023-03-23 16:56:48 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "rustversion"
2023-03-23 16:56:48 +01:00
version = "1.0.12"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2022-02-12 12:25:05 +01:00
[[package]]
name = "ryu"
2023-03-23 16:56:48 +01:00
version = "1.0.13"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-02-12 12:25:05 +01:00
[[package]]
name = "schannel"
version = "0.1.21"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-23 16:56:48 +01:00
"windows-sys 0.42.0",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-02-12 12:25:05 +01:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "security-framework"
2023-06-04 12:12:41 +02:00
version = "2.9.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-24 13:04:56 +01:00
"bitflags 1.3.2",
2022-02-12 12:25:05 +01:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-06-04 12:12:41 +02:00
version = "2.9.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2022-02-12 12:25:05 +01:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
2023-06-04 12:12:41 +02:00
version = "1.0.163"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2022-02-12 12:25:05 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-06-04 12:12:41 +02:00
version = "1.0.163"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "serde_json"
2023-06-04 12:12:41 +02:00
version = "1.0.96"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-23 16:56:48 +01:00
"itoa",
2022-02-12 12:25:05 +01:00
"ryu",
"serde",
]
2023-06-04 12:12:41 +02:00
[[package]]
name = "serde_spanned"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-03-23 16:56:48 +01:00
"itoa",
2022-02-12 12:25:05 +01:00
"ryu",
"serde",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
2023-03-23 16:56:48 +01:00
version = "1.4.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-02-12 12:25:05 +01:00
dependencies = [
"libc",
]
2023-03-23 16:56:48 +01:00
[[package]]
name = "simd-adler32"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2022-02-12 12:25:05 +01:00
[[package]]
name = "sinoptik"
2023-06-04 12:13:46 +02:00
version = "0.2.8"
2022-02-12 12:25:05 +01:00
dependencies = [
"assert_float_eq",
"assert_matches",
"cached",
2022-02-12 12:25:05 +01:00
"chrono",
2022-02-13 15:38:17 +01:00
"chrono-tz",
"csv",
2022-02-12 12:25:05 +01:00
"geocoding",
2022-02-12 21:08:13 +01:00
"image",
"reqwest",
2022-02-12 12:25:05 +01:00
"rocket",
"thiserror",
"vergen",
2022-02-12 12:25:05 +01:00
]
2022-02-13 15:38:17 +01:00
[[package]]
name = "siphasher"
2022-05-07 20:21:09 +02:00
version = "0.3.10"
2022-02-13 15:38:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-02-13 15:38:17 +01:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "slab"
2023-03-23 16:56:48 +01:00
version = "0.4.8"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-12 09:44:15 +02:00
dependencies = [
"autocfg",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "smallvec"
2022-10-17 19:53:01 +02:00
version = "1.10.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-02-12 12:25:05 +01:00
[[package]]
name = "socket2"
2023-03-23 16:56:48 +01:00
version = "0.4.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-02-12 12:25:05 +01:00
dependencies = [
"libc",
"winapi",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "spin"
2023-06-04 12:12:41 +02:00
version = "0.9.8"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-02-12 21:08:13 +01:00
dependencies = [
"lock_api",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "state"
2022-05-07 20:21:09 +02:00
version = "0.5.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2022-02-12 12:25:05 +01:00
dependencies = [
"loom",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-02-12 12:25:05 +01:00
[[package]]
name = "syn"
2023-03-23 16:56:48 +01:00
version = "1.0.109"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-06-04 12:12:41 +02:00
version = "2.0.18"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2022-07-17 13:24:56 +02:00
"unicode-ident",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "tempfile"
2023-06-04 12:12:41 +02:00
version = "3.5.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
"fastrand",
2023-06-04 12:12:41 +02:00
"redox_syscall 0.3.5",
2023-03-23 16:56:48 +01:00
"rustix",
2023-06-04 12:12:41 +02:00
"windows-sys 0.45.0",
2022-10-17 19:53:01 +02:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "thiserror"
2023-03-23 16:56:48 +01:00
version = "1.0.40"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-02-12 12:25:05 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-23 16:56:48 +01:00
version = "1.0.40"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "thread_local"
2023-03-23 16:56:48 +01:00
version = "1.1.7"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-23 16:56:48 +01:00
"cfg-if",
2022-02-12 12:25:05 +01:00
"once_cell",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "tiff"
version = "0.8.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
2022-02-12 21:08:13 +01:00
dependencies = [
"flate2",
2022-05-07 20:21:09 +02:00
"jpeg-decoder",
2022-02-12 21:08:13 +01:00
"weezl",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "time"
version = "0.1.45"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-02-12 12:25:05 +01:00
dependencies = [
"libc",
2022-05-07 20:21:09 +02:00
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "time"
2023-06-04 12:12:41 +02:00
version = "0.3.21"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
2022-02-12 12:25:05 +01:00
dependencies = [
2023-03-23 16:56:48 +01:00
"itoa",
"serde",
"time-core",
2022-02-12 12:25:05 +01:00
"time-macros",
]
[[package]]
name = "time-core"
2023-06-04 12:12:41 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2022-02-12 12:25:05 +01:00
[[package]]
name = "time-macros"
2023-06-04 12:12:41 +02:00
version = "0.2.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "tinyvec"
2022-05-07 20:21:09 +02:00
version = "1.6.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-02-12 12:25:05 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-23 16:56:48 +01:00
version = "0.1.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-02-12 12:25:05 +01:00
[[package]]
name = "tokio"
2023-06-04 12:12:41 +02:00
version = "1.28.2"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2022-02-12 12:25:05 +01:00
dependencies = [
2022-07-17 13:24:56 +02:00
"autocfg",
"bytes",
2022-02-12 12:25:05 +01:00
"libc",
"mio",
2022-02-12 12:25:05 +01:00
"num_cpus",
2023-06-04 12:10:07 +02:00
"parking_lot",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
"signal-hook-registry",
"socket2",
2022-02-12 12:25:05 +01:00
"tokio-macros",
2023-06-04 12:12:41 +02:00
"windows-sys 0.48.0",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "tokio-macros"
2023-06-04 12:12:41 +02:00
version = "2.1.0"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "tokio-native-tls"
2023-03-23 16:56:48 +01:00
version = "0.3.1"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2022-02-12 21:08:13 +01:00
dependencies = [
"native-tls",
"tokio",
2022-02-12 21:08:13 +01:00
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "tokio-stream"
2023-06-04 12:12:41 +02:00
version = "0.1.14"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-02-12 12:25:05 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
2022-05-07 20:21:09 +02:00
]
[[package]]
name = "tokio-util"
2023-06-04 12:12:41 +02:00
version = "0.7.8"
2022-05-07 20:21:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-05-07 20:21:09 +02:00
dependencies = [
"bytes",
2022-05-07 20:21:09 +02:00
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-05-07 20:21:09 +02:00
"tracing",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "toml"
2023-06-04 12:12:41 +02:00
version = "0.7.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2022-02-12 12:25:05 +01:00
dependencies = [
"serde",
2023-06-04 12:12:41 +02:00
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "tower-service"
2022-07-17 13:24:56 +02:00
version = "0.3.2"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-02-12 12:25:05 +01:00
[[package]]
name = "tracing"
2022-10-17 19:53:01 +02:00
version = "0.1.37"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
"pin-project-lite",
2022-02-12 12:25:05 +01:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-04 12:12:41 +02:00
version = "0.1.24"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "tracing-core"
2023-06-04 12:12:41 +02:00
version = "0.1.31"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-02-12 12:25:05 +01:00
dependencies = [
2022-07-17 13:24:56 +02:00
"once_cell",
2022-02-12 12:25:05 +01:00
"valuable",
]
[[package]]
name = "tracing-log"
2022-05-07 20:21:09 +02:00
version = "0.1.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2022-02-12 12:25:05 +01:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-06-04 12:12:41 +02:00
version = "0.3.17"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-02-12 12:25:05 +01:00
dependencies = [
"matchers",
2022-10-17 19:53:01 +02:00
"nu-ansi-term",
2022-07-17 13:24:56 +02:00
"once_cell",
2022-02-12 12:25:05 +01:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-02-12 12:25:05 +01:00
[[package]]
name = "ubyte"
2022-10-17 19:53:01 +02:00
version = "0.10.3"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6"
2022-02-12 12:25:05 +01:00
dependencies = [
"serde",
]
[[package]]
name = "uncased"
2023-06-04 12:12:41 +02:00
version = "0.9.9"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
2022-02-12 12:25:05 +01:00
dependencies = [
"serde",
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-03-23 16:56:48 +01:00
version = "0.3.13"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-02-12 12:25:05 +01:00
2022-07-17 13:24:56 +02:00
[[package]]
name = "unicode-ident"
2023-06-04 12:12:41 +02:00
version = "1.0.9"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-07-17 13:24:56 +02:00
2022-02-12 12:25:05 +01:00
[[package]]
name = "unicode-normalization"
2022-10-17 19:53:01 +02:00
version = "0.1.22"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-02-12 12:25:05 +01:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-xid"
2022-10-17 19:53:01 +02:00
version = "0.2.4"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-02-12 12:25:05 +01:00
[[package]]
name = "url"
2022-10-17 19:53:01 +02:00
version = "2.3.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:53:01 +02:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-02-12 12:25:05 +01:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vergen"
version = "8.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3c89c2c7e50f33e4d35527e5bf9c11d6d132226dbbd1753f0fbe9f19ef88c6"
dependencies = [
"anyhow",
"rustversion",
2023-06-04 12:12:41 +02:00
"time 0.3.21",
]
2022-02-12 12:25:05 +01:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-05-07 20:21:09 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-02-12 12:25:05 +01:00
[[package]]
name = "wasm-bindgen"
2023-06-04 12:12:41 +02:00
version = "0.2.86"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-04 12:12:41 +02:00
version = "0.2.86"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2022-02-12 12:25:05 +01:00
dependencies = [
"bumpalo",
"log",
2022-08-12 09:44:15 +02:00
"once_cell",
2022-02-12 12:25:05 +01:00
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-06-04 12:12:41 +02:00
version = "0.4.36"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
2022-02-12 12:25:05 +01:00
dependencies = [
"cfg-if",
2022-02-12 12:25:05 +01:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-04 12:12:41 +02:00
version = "0.2.86"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2022-02-12 12:25:05 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-04 12:12:41 +02:00
version = "0.2.86"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2022-02-12 12:25:05 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-06-04 12:12:41 +02:00
"syn 2.0.18",
2022-02-12 12:25:05 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-04 12:12:41 +02:00
version = "0.2.86"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2022-02-12 12:25:05 +01:00
[[package]]
name = "web-sys"
2023-06-04 12:12:41 +02:00
version = "0.3.63"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2022-02-12 12:25:05 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-02-12 21:08:13 +01:00
[[package]]
name = "weezl"
2022-07-17 13:24:56 +02:00
version = "0.1.7"
2022-02-12 21:08:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 13:24:56 +02:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-02-12 21:08:13 +01:00
2022-02-12 12:25:05 +01: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"
2022-07-17 13:24:56 +02:00
[[package]]
name = "windows"
2023-06-04 12:12:41 +02:00
version = "0.48.0"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-07-17 13:24:56 +02:00
dependencies = [
2023-06-04 12:12:41 +02:00
"windows-targets 0.48.0",
2023-03-23 16:56:48 +01:00
]
[[package]]
2023-06-04 12:12:41 +02:00
name = "windows-sys"
version = "0.42.0"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2023-03-23 16:56:48 +01:00
dependencies = [
2023-06-04 12:12:41 +02:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2022-07-17 13:24:56 +02:00
]
2022-05-10 14:55:57 +02:00
[[package]]
name = "windows-sys"
2023-06-04 12:12:41 +02:00
version = "0.45.0"
2022-05-10 14:55:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2022-05-10 14:55:57 +02:00
dependencies = [
2023-06-04 12:12:41 +02:00
"windows-targets 0.42.2",
2022-05-10 14:55:57 +02:00
]
[[package]]
2023-03-23 16:56:48 +01:00
name = "windows-sys"
2023-06-04 12:12:41 +02:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-03-23 16:56:48 +01:00
dependencies = [
2023-06-04 12:12:41 +02:00
"windows-targets 0.48.0",
2023-03-23 16:56:48 +01:00
]
2022-07-17 13:24:56 +02:00
[[package]]
2023-03-23 16:56:48 +01:00
name = "windows-targets"
version = "0.42.2"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-06-04 12:12:41 +02:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-03-23 16:56:48 +01:00
]
2022-07-17 13:24:56 +02:00
2022-05-10 14:55:57 +02:00
[[package]]
2023-03-23 16:56:48 +01:00
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2022-05-10 14:55:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-05-10 14:55:57 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-07-17 13:24:56 +02:00
[[package]]
2023-03-23 16:56:48 +01:00
name = "windows_aarch64_msvc"
version = "0.42.2"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-07-17 13:24:56 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-05-10 14:55:57 +02:00
[[package]]
name = "windows_i686_gnu"
2023-03-23 16:56:48 +01:00
version = "0.42.2"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-07-17 13:24:56 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-05-10 14:55:57 +02:00
[[package]]
name = "windows_i686_msvc"
2023-03-23 16:56:48 +01:00
version = "0.42.2"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-07-17 13:24:56 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-05-10 14:55:57 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-23 16:56:48 +01:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-23 16:56:48 +01:00
version = "0.42.2"
2022-07-17 13:24:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-07-17 13:24:56 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-05-10 14:55:57 +02:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-23 16:56:48 +01:00
version = "0.42.2"
2022-05-10 14:55:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 16:56:48 +01:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-05-10 14:55:57 +02:00
2023-06-04 12:12:41 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
dependencies = [
"memchr",
]
2022-05-07 20:21:09 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
2022-02-12 12:25:05 +01:00
]
[[package]]
name = "yansi"
2022-05-07 20:21:09 +02:00
version = "0.5.1"
2022-02-12 12:25:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-07 20:21:09 +02:00
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
2023-03-23 16:56:48 +01:00
[[package]]
name = "zune-inflate"
2023-06-04 12:12:41 +02:00
version = "0.2.54"
2023-03-23 16:56:48 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 12:12:41 +02:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2023-03-23 16:56:48 +01:00
dependencies = [
"simd-adler32",
]