chirpstack/Cargo.lock

5681 lines
133 KiB
Plaintext
Raw Normal View History

2022-04-06 20:18:32 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-03 09:07:03 +00:00
[[package]]
name = "addr2line"
2023-09-18 15:21:22 +00:00
version = "0.21.0"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-03 09:07:03 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-04-06 20:18:32 +00:00
[[package]]
name = "aes"
version = "0.8.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"cipher",
2022-04-06 20:18:32 +00:00
"cpufeatures",
]
[[package]]
name = "aes-kw"
2022-07-18 09:14:30 +00:00
version = "0.2.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "aho-corasick"
2024-04-02 10:39:57 +00:00
version = "1.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-04-06 20:18:32 +00:00
dependencies = [
"memchr",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "amq-protocol"
version = "7.1.2"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d40d8b2465c7959dd40cee32ba6ac334b5de57e9fca0cc756759894a4152a5d"
2022-07-07 09:16:55 +00:00
dependencies = [
"amq-protocol-tcp",
"amq-protocol-types",
"amq-protocol-uri",
"cookie-factory",
"nom",
"serde",
]
[[package]]
name = "amq-protocol-tcp"
version = "7.1.2"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cb2100adae7da61953a2c3a01935d86caae13329fadce3333f524d6d6ce12e2"
2022-07-07 09:16:55 +00:00
dependencies = [
"amq-protocol-uri",
"tcp-stream",
"tracing",
]
[[package]]
name = "amq-protocol-types"
version = "7.1.2"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "156ff13c8a3ced600b4e54ed826a2ae6242b6069d00dd98466827cef07d3daff"
2022-07-07 09:16:55 +00:00
dependencies = [
"cookie-factory",
"nom",
"serde",
"serde_json",
]
[[package]]
name = "amq-protocol-uri"
version = "7.1.2"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "751bbd7d440576066233e740576f1b31fdc6ab86cfabfbd48c548de77eca73e4"
2022-07-07 09:16:55 +00:00
dependencies = [
"amq-protocol-types",
"percent-encoding",
"url",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "anstream"
version = "0.6.13"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
2023-04-10 09:22:37 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-26 11:04:54 +00:00
"anstyle-query",
2023-04-10 09:22:37 +00:00
"anstyle-wincon",
2023-04-26 11:04:54 +00:00
"colorchoice",
2023-04-10 09:22:37 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.6"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-04-10 09:22:37 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.3"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-04-10 09:22:37 +00:00
dependencies = [
"utf8parse",
]
2023-04-26 11:04:54 +00:00
[[package]]
name = "anstyle-query"
version = "1.0.2"
2023-04-26 11:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-04-26 11:04:54 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-04-26 11:04:54 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "anstyle-wincon"
version = "3.0.2"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-04-10 09:22:37 +00:00
dependencies = [
"anstyle",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-04-10 09:22:37 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "anyhow"
version = "1.0.82"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
2023-03-28 12:41:20 +00:00
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
[[package]]
name = "asn1-rs"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d"
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time",
]
[[package]]
name = "asn1-rs-derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "assert-json-diff"
2022-07-18 09:14:30 +00:00
version = "2.0.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
2022-04-06 20:18:32 +00:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
"syn 1.0.109",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-channel"
2023-07-13 10:39:20 +00:00
version = "1.9.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2022-04-06 20:18:32 +00:00
dependencies = [
"concurrent-queue",
2023-11-23 15:27:20 +00:00
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
version = "2.2.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
2023-11-23 15:27:20 +00:00
dependencies = [
"concurrent-queue",
"event-listener 5.3.0",
"event-listener-strategy 0.5.1",
2022-04-06 20:18:32 +00:00
"futures-core",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-executor"
version = "1.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f98c37cf288e302c16ef6c8472aad1e034c6c84ce5ea7b8101c98eb4a802fee"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-lock 3.3.0",
2022-04-06 20:18:32 +00:00
"async-task",
"concurrent-queue",
"fastrand 2.0.2",
"futures-lite 2.3.0",
2022-04-06 20:18:32 +00:00
"slab",
]
[[package]]
name = "async-global-executor"
version = "2.4.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-channel 2.2.0",
2022-04-06 20:18:32 +00:00
"async-executor",
"async-io 2.3.2",
"async-lock 3.3.0",
2022-04-06 20:18:32 +00:00
"blocking",
"futures-lite 2.3.0",
2022-04-06 20:18:32 +00:00
"once_cell",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "async-global-executor-trait"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33dd14c5a15affd2abcff50d84efd4009ada28a860f01c14f9d654f3e81b3f75"
dependencies = [
"async-global-executor",
"async-trait",
"executor-trait",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-io"
2023-03-28 12:41:20 +00:00
version = "1.13.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"async-lock 2.8.0",
2022-09-26 12:10:33 +00:00
"autocfg",
2023-03-28 12:41:20 +00:00
"cfg-if",
2022-04-06 20:18:32 +00:00
"concurrent-queue",
2023-11-23 15:27:20 +00:00
"futures-lite 1.13.0",
2022-04-06 20:18:32 +00:00
"log",
"parking",
2023-11-23 15:27:20 +00:00
"polling 2.8.0",
"rustix 0.37.27",
"slab",
"socket2 0.4.10",
"waker-fn",
]
[[package]]
name = "async-io"
version = "2.3.2"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
2023-11-23 15:27:20 +00:00
dependencies = [
"async-lock 3.3.0",
2023-11-23 15:27:20 +00:00
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite 2.3.0",
2023-11-23 15:27:20 +00:00
"parking",
"polling 3.6.0",
"rustix 0.38.32",
2022-04-06 20:18:32 +00:00
"slab",
2023-11-23 15:27:20 +00:00
"tracing",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-lock"
2023-09-18 15:21:22 +00:00
version = "2.8.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
version = "3.3.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
2023-11-23 15:27:20 +00:00
dependencies = [
"event-listener 4.0.3",
"event-listener-strategy 0.4.0",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-object-pool"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc"
dependencies = [
"async-std",
]
[[package]]
name = "async-process"
2023-11-23 15:27:20 +00:00
version = "1.8.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
"async-lock 2.8.0",
"async-signal",
2022-04-06 20:18:32 +00:00
"blocking",
"cfg-if",
2023-11-23 15:27:20 +00:00
"event-listener 3.1.0",
"futures-lite 1.13.0",
"rustix 0.38.32",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "async-reactor-trait"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6012d170ad00de56c9ee354aef2e358359deb1ec504254e0e5a3774771de0e"
dependencies = [
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
2022-07-07 09:16:55 +00:00
"async-trait",
"futures-core",
"reactor-trait",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-recursion"
version = "1.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2023-11-23 15:27:20 +00:00
]
[[package]]
name = "async-signal"
version = "0.2.5"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
2023-11-23 15:27:20 +00:00
dependencies = [
"async-io 2.3.2",
"async-lock 2.8.0",
2023-11-23 15:27:20 +00:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
"rustix 0.38.32",
2023-11-23 15:27:20 +00:00
"signal-hook-registry",
"slab",
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-std"
2022-07-18 09:14:30 +00:00
version = "1.12.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-attributes",
2023-11-23 15:27:20 +00:00
"async-channel 1.9.0",
2022-04-06 20:18:32 +00:00
"async-global-executor",
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
"async-lock 2.8.0",
2022-04-06 20:18:32 +00:00
"async-process",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
2023-11-23 15:27:20 +00:00
"futures-lite 1.13.0",
2022-04-06 20:18:32 +00:00
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2023-09-18 15:21:22 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-task"
version = "4.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-trait"
version = "0.1.79"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "atomic-waker"
2023-11-23 15:27:20 +00:00
version = "1.1.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-04-06 20:18:32 +00:00
[[package]]
name = "autocfg"
version = "1.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2022-04-06 20:18:32 +00:00
[[package]]
name = "aws-sign-v4"
2024-04-02 10:39:57 +00:00
version = "0.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "6a35b1c56648ef2a4eefb5a9e4152bf05310c48c459b9e661a8ea80517e0c2d7"
2022-04-06 20:18:32 +00:00
dependencies = [
"chrono",
2022-04-06 20:18:32 +00:00
"hex",
2024-04-02 10:39:57 +00:00
"http 1.1.0",
"ring",
"sha256",
"url",
2022-04-06 20:18:32 +00:00
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "axum"
2023-08-08 10:53:21 +00:00
version = "0.6.20"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2022-04-12 10:04:30 +00:00
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
2022-04-12 10:04:30 +00:00
"bytes",
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-12 10:04:30 +00:00
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-02-06 12:23:44 +00:00
"rustversion",
2022-04-12 10:04:30 +00:00
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-04-26 11:04:54 +00:00
version = "0.3.4"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 11:04:54 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2022-04-12 10:04:30 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
2022-04-12 10:04:30 +00:00
"mime",
2023-02-06 12:23:44 +00:00
"rustversion",
2022-09-26 12:10:33 +00:00
"tower-layer",
"tower-service",
2022-04-12 10:04:30 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "backend"
2024-05-09 10:22:22 +00:00
version = "4.8.0-test.4"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes-kw",
"anyhow",
"chirpstack_api",
2022-04-06 20:18:32 +00:00
"chrono",
"hex",
2022-06-30 10:11:21 +00:00
"httpmock",
2022-04-06 20:18:32 +00:00
"rand",
"reqwest 0.12.3",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "backtrace"
2024-04-02 10:39:57 +00:00
version = "0.3.71"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2023-07-03 09:07:03 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "base16ct"
2023-07-13 10:39:20 +00:00
version = "0.2.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-05-22 10:53:00 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "base64"
2023-02-06 12:23:44 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2022-04-06 20:18:32 +00:00
2024-03-19 12:41:18 +00:00
[[package]]
name = "base64"
version = "0.22.0"
2024-03-19 12:41:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
2024-03-19 12:41:18 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "base64ct"
2023-02-28 11:45:06 +00:00
version = "1.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 11:45:06 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "basic-cookies"
version = "0.1.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67bd8fd42c16bdb08688243dc5f0cc117a3ca9efeeaba3a345a18a6159ad96f7"
2022-04-06 20:18:32 +00:00
dependencies = [
"lalrpop",
"lalrpop-util",
"regex",
]
2024-03-13 16:23:49 +00:00
[[package]]
name = "bcder"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0"
dependencies = [
"bytes",
"smallvec",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "bigdecimal"
version = "0.4.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"autocfg",
"libm",
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "bindgen"
2024-05-07 11:15:24 +00:00
version = "0.69.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 11:15:24 +00:00
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
2022-04-06 20:18:32 +00:00
dependencies = [
2024-03-19 12:41:18 +00:00
"bitflags 2.5.0",
2022-04-06 20:18:32 +00:00
"cexpr",
"clang-sys",
2024-05-07 11:15:24 +00:00
"itertools 0.12.1",
2022-04-06 20:18:32 +00:00
"lazy_static",
"lazycell",
"log",
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.58",
2024-03-19 12:41:18 +00:00
"which 4.4.2",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "bit-set"
2022-09-26 12:10:33 +00:00
version = "0.5.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2022-04-06 20:18:32 +00:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "block-buffer"
2023-03-28 12:41:20 +00:00
version = "0.10.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "block-padding"
2023-04-10 09:22:37 +00:00
version = "0.3.3"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2022-07-07 09:16:55 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "blocking"
version = "1.5.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-channel 2.2.0",
"async-lock 3.3.0",
2022-04-06 20:18:32 +00:00
"async-task",
"fastrand 2.0.2",
2023-11-23 15:27:20 +00:00
"futures-io",
"futures-lite 2.3.0",
2023-11-23 15:27:20 +00:00
"piper",
"tracing",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "bumpalo"
version = "3.16.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-04-06 20:18:32 +00:00
[[package]]
name = "byteorder"
2023-11-23 15:27:20 +00:00
version = "1.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "bytes"
2024-04-02 10:39:57 +00:00
version = "1.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-04-06 20:18:32 +00:00
2022-07-07 09:16:55 +00:00
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
"cipher",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "cc"
version = "1.0.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
2022-04-06 20:18:32 +00:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chirpstack"
2024-05-09 10:22:22 +00:00
version = "4.8.0-test.4"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes",
2022-04-06 20:18:32 +00:00
"anyhow",
"async-recursion",
"async-trait",
"aws-sign-v4",
2022-04-06 20:18:32 +00:00
"backend",
"base64 0.22.0",
2022-04-06 20:18:32 +00:00
"bigdecimal",
2022-06-30 10:11:21 +00:00
"bytes",
2022-04-06 20:18:32 +00:00
"chirpstack_api",
"chrono",
2023-06-27 08:46:17 +00:00
"clap",
2023-11-28 13:23:15 +00:00
"deadpool-redis",
2022-04-06 20:18:32 +00:00
"diesel",
"diesel-async",
2022-04-06 20:18:32 +00:00
"diesel_migrations",
2023-05-29 15:57:51 +00:00
"dotenv",
"elliptic-curve",
2024-03-19 12:41:18 +00:00
"email_address",
2022-04-06 20:18:32 +00:00
"futures",
"futures-util",
2022-04-06 20:18:32 +00:00
"gcp_auth",
"geohash",
"handlebars",
"hex",
"hmac",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
2022-04-06 20:18:32 +00:00
"httpmock",
"humantime-serde",
2024-04-02 10:39:57 +00:00
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"jsonwebtoken",
2022-07-07 09:16:55 +00:00
"lapin",
2022-04-06 20:18:32 +00:00
"lazy_static",
"lrwn",
"mime_guess",
"oauth2",
2022-04-06 20:18:32 +00:00
"openidconnect",
"p256",
2022-04-06 20:18:32 +00:00
"pbjson-types",
"pbkdf2",
"pem",
2022-07-18 09:14:30 +00:00
"petgraph",
"pin-project",
"prometheus-client",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
"rand",
"rand_core",
"rcgen",
2022-07-12 08:37:15 +00:00
"rdkafka",
2022-04-06 20:18:32 +00:00
"redis",
"regex",
"reqwest 0.12.3",
2022-04-06 20:18:32 +00:00
"rquickjs",
"rsa",
"rumqttc",
2022-04-06 20:18:32 +00:00
"rust-embed",
"rustls 0.22.3",
"rustls-native-certs 0.7.0",
"rustls-pemfile 2.1.2",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"serde_yaml",
2022-09-26 12:10:33 +00:00
"sha2",
2022-04-06 20:18:32 +00:00
"thiserror",
"tokio",
2022-07-07 09:16:55 +00:00
"tokio-executor-trait",
"tokio-postgres",
"tokio-postgres-rustls",
2022-07-07 09:16:55 +00:00
"tokio-reactor-trait",
2022-04-06 20:18:32 +00:00
"tokio-stream",
2024-03-19 12:41:18 +00:00
"toml 0.8.12",
2022-04-06 20:18:32 +00:00
"tonic",
"tonic-reflection",
"tonic-web",
"tower",
2023-04-10 09:22:37 +00:00
"tower-http",
2022-04-06 20:18:32 +00:00
"tracing",
"tracing-subscriber",
"urlencoding",
2022-04-06 20:18:32 +00:00
"uuid",
"warp",
"x509-parser",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "chirpstack_api"
2024-05-09 10:22:22 +00:00
version = "4.8.0-test.4"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel",
"hex",
2022-04-06 20:18:32 +00:00
"pbjson",
"pbjson-build",
"pbjson-types",
"prost",
"prost-types",
"rand",
2022-04-06 20:18:32 +00:00
"serde",
"tokio",
"tonic",
"tonic-build",
]
[[package]]
name = "chirpstack_integration"
2023-12-07 09:22:19 +00:00
version = "4.6.0"
dependencies = [
"anyhow",
"async-trait",
"chirpstack_api",
"lazy_static",
"redis",
"serde",
"serde_json",
"tokio",
2024-03-19 12:41:18 +00:00
"toml 0.8.12",
"tracing",
"tracing-subscriber",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "chrono"
version = "0.4.37"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
2022-04-06 20:18:32 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2022-04-06 20:18:32 +00:00
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.4",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "cipher"
2023-03-28 12:41:20 +00:00
version = "0.4.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-04-06 20:18:32 +00:00
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clang-sys"
version = "1.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
2022-04-06 20:18:32 +00:00
dependencies = [
"glob",
"libc",
"libloading",
]
2022-10-03 14:11:53 +00:00
[[package]]
name = "clap"
2024-04-02 10:39:57 +00:00
version = "4.5.4"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2022-10-03 14:11:53 +00:00
dependencies = [
2023-03-28 12:41:20 +00:00
"clap_builder",
2022-10-03 14:11:53 +00:00
"clap_derive",
2023-03-28 12:41:20 +00:00
]
[[package]]
name = "clap_builder"
version = "4.5.2"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-03-28 12:41:20 +00:00
dependencies = [
2023-04-10 09:22:37 +00:00
"anstream",
"anstyle",
2023-06-27 08:46:17 +00:00
"clap_lex",
"strsim 0.11.1",
2022-10-03 14:11:53 +00:00
]
[[package]]
name = "clap_derive"
2024-04-02 10:39:57 +00:00
version = "4.5.4"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
2022-10-03 14:11:53 +00:00
dependencies = [
"heck 0.5.0",
2022-10-03 14:11:53 +00:00
"proc-macro2",
"quote",
"syn 2.0.58",
2022-10-03 14:11:53 +00:00
]
[[package]]
name = "clap_lex"
version = "0.7.0"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2022-10-03 14:11:53 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "cmac"
2023-03-28 12:41:20 +00:00
version = "0.7.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
2022-04-06 20:18:32 +00:00
dependencies = [
"cipher",
2022-04-06 20:18:32 +00:00
"dbl",
"digest",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "cmake"
2023-03-28 12:41:20 +00:00
version = "0.1.50"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
2022-04-06 20:18:32 +00:00
dependencies = [
"cc",
]
2023-04-26 11:04:54 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
2023-04-26 11:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-04-26 11:04:54 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "combine"
version = "4.6.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"futures-core",
2022-04-06 20:18:32 +00:00
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "concurrent-queue"
version = "2.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-02-06 12:23:44 +00:00
"crossbeam-utils",
2022-04-06 20:18:32 +00:00
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "const-oid"
version = "0.9.6"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2023-05-22 10:53:00 +00:00
2024-03-19 12:41:18 +00:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "cookie-factory"
2024-04-02 10:39:57 +00:00
version = "0.3.3"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
dependencies = [
"futures",
]
2022-07-07 09:16:55 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "core-foundation"
2023-12-11 11:10:06 +00:00
version = "0.9.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-04-06 20:18:32 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-11 11:10:06 +00:00
version = "0.8.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-04-06 20:18:32 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc16"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2022-04-06 20:18:32 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-05-22 10:53:00 +00:00
[[package]]
name = "crypto-bigint"
2023-11-23 15:27:20 +00:00
version = "0.5.5"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2023-05-22 10:53:00 +00:00
dependencies = [
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "crypto-common"
2022-07-18 09:14:30 +00:00
version = "0.1.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-04-06 20:18:32 +00:00
"typenum",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "curve25519-dalek"
version = "4.1.2"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
2023-11-23 15:27:20 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"platforms",
"rustc_version",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "darling"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
"syn 2.0.58",
]
[[package]]
name = "darling_macro"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
dependencies = [
"darling_core",
"quote",
"syn 2.0.58",
]
[[package]]
name = "data-encoding"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
2022-04-06 20:18:32 +00:00
[[package]]
name = "dbl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "deadpool"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
dependencies = [
"async-trait",
2024-04-02 10:39:57 +00:00
"deadpool-runtime",
2024-03-13 16:23:49 +00:00
"num_cpus",
"tokio",
]
[[package]]
name = "deadpool"
version = "0.11.1"
2024-04-02 10:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144f5e4b9ce67c972acc225e71aefe6b21241276f94005024562874611064d30"
2024-03-13 16:23:49 +00:00
dependencies = [
2024-04-02 10:39:57 +00:00
"deadpool-runtime",
"num_cpus",
"tokio",
]
2023-11-28 13:23:15 +00:00
[[package]]
name = "deadpool-redis"
version = "0.15.0"
2024-04-02 10:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2244d421c9514eab2e1ce1aa1e3c9d5c7cbb9cf3d9bbcac21a6b27e6a868d84"
2023-11-28 13:23:15 +00:00
dependencies = [
"deadpool 0.11.1",
2023-11-28 13:23:15 +00:00
"redis",
]
[[package]]
name = "deadpool-runtime"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
2023-11-28 13:23:15 +00:00
dependencies = [
"tokio",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "der"
2024-04-02 10:39:57 +00:00
version = "0.7.9"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2023-05-22 10:53:00 +00:00
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "der-parser"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
dependencies = [
"asn1-rs",
"displaydoc",
"nom",
"num-bigint",
"num-traits",
"rusticata-macros",
]
2023-08-08 10:53:21 +00:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-08-08 10:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-08-08 10:53:21 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"powerfmt",
2023-08-08 10:53:21 +00:00
"serde",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "des"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
dependencies = [
"cipher",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "diesel"
version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559"
2022-04-06 20:18:32 +00:00
dependencies = [
"bigdecimal",
"bitflags 2.5.0",
2022-04-06 20:18:32 +00:00
"byteorder",
"chrono",
"diesel_derives",
2022-09-26 12:10:33 +00:00
"itoa",
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-integer",
"num-traits",
"serde_json",
"uuid",
]
[[package]]
name = "diesel-async"
version = "0.4.1"
source = "git+https://github.com/weiznich/diesel_async.git?rev=017ebe2fb7a2709ab5db92148dea5ce812a35e09#017ebe2fb7a2709ab5db92148dea5ce812a35e09"
dependencies = [
"async-trait",
2024-04-02 10:39:57 +00:00
"deadpool 0.10.0",
"diesel",
"futures-util",
"scoped-futures",
"tokio",
"tokio-postgres",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "diesel_derives"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d02eecb814ae714ffe61ddc2db2dd03e6c49a42e269b5001355500d431cce0c"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel_table_macro_syntax",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "diesel_migrations"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6036b3f0120c5961381b570ee20a02432d7e2d27ea60de9578799cf9156914ac"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel",
2022-04-06 20:18:32 +00:00
"migrations_internals",
"migrations_macros",
]
[[package]]
name = "diesel_table_macro_syntax"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5"
dependencies = [
"syn 2.0.58",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "digest"
2023-05-22 10:53:00 +00:00
version = "0.10.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 10:53:00 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-04-06 20:18:32 +00:00
dependencies = [
"block-buffer",
2023-05-22 10:53:00 +00:00
"const-oid",
2022-04-06 20:18:32 +00:00
"crypto-common",
"subtle",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2023-05-29 15:57:51 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2022-04-06 20:18:32 +00:00
[[package]]
name = "dtoa"
2023-08-08 10:53:21 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2023-05-22 10:53:00 +00:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2023-05-22 10:53:00 +00:00
[[package]]
name = "ecdsa"
2023-11-23 15:27:20 +00:00
version = "0.16.9"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2023-05-22 10:53:00 +00:00
dependencies = [
"der",
2023-07-13 10:39:20 +00:00
"digest",
2023-05-22 10:53:00 +00:00
"elliptic-curve",
"rfc6979",
"signature",
2023-07-13 10:39:20 +00:00
"spki",
2023-05-22 10:53:00 +00:00
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
2023-11-23 15:27:20 +00:00
dependencies = [
"curve25519-dalek",
"ed25519",
"serde",
"sha2",
"subtle",
"zeroize",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "either"
version = "1.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
2022-04-06 20:18:32 +00:00
2023-05-22 10:53:00 +00:00
[[package]]
name = "elliptic-curve"
2023-11-23 15:27:20 +00:00
version = "0.13.8"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2023-05-22 10:53:00 +00:00
dependencies = [
"base16ct",
"crypto-bigint",
"digest",
"ff",
"generic-array",
"group",
"hkdf",
"pem-rfc7468",
"pkcs8",
"rand_core",
"sec1",
"subtle",
"zeroize",
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "email_address"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
dependencies = [
"serde",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "ena"
version = "0.14.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
]
[[package]]
name = "encoding_rs"
version = "0.8.34"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
]
2023-06-26 11:04:08 +00:00
[[package]]
name = "equivalent"
2023-07-13 10:39:20 +00:00
version = "1.0.1"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-26 11:04:08 +00:00
2023-02-06 12:23:44 +00:00
[[package]]
name = "errno"
2023-12-11 11:10:06 +00:00
version = "0.3.8"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-03-28 12:41:20 +00:00
dependencies = [
"libc",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-03-28 12:41:20 +00:00
]
2023-02-06 12:23:44 +00:00
[[package]]
2023-11-23 15:27:20 +00:00
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "3.1.0"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"concurrent-queue",
"parking",
"pin-project-lite",
2023-02-06 12:23:44 +00:00
]
2023-12-11 11:10:06 +00:00
[[package]]
name = "event-listener"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener"
version = "5.3.0"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
2023-12-11 11:10:06 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2022-04-06 20:18:32 +00:00
[[package]]
2023-11-23 15:27:20 +00:00
name = "event-listener-strategy"
2023-12-11 11:10:06 +00:00
version = "0.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
2023-11-23 15:27:20 +00:00
dependencies = [
"event-listener 4.0.3",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
dependencies = [
"event-listener 5.3.0",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
]
2022-04-06 20:18:32 +00:00
2022-07-07 09:16:55 +00:00
[[package]]
name = "executor-trait"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a1052dd43212a7777ec6a69b117da52f5e52f07aec47d00c1a2b33b85d06b08"
dependencies = [
"async-trait",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2022-04-06 20:18:32 +00:00
[[package]]
name = "fastrand"
2023-02-14 14:37:44 +00:00
version = "1.9.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 14:37:44 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-04-06 20:18:32 +00:00
dependencies = [
"instant",
]
2023-08-08 10:53:21 +00:00
[[package]]
name = "fastrand"
version = "2.0.2"
2023-08-08 10:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
2023-08-08 10:53:21 +00:00
2023-05-22 10:53:00 +00:00
[[package]]
name = "ff"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2023-05-22 10:53:00 +00:00
dependencies = [
"rand_core",
"subtle",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "fiat-crypto"
version = "0.2.7"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f"
2023-11-23 15:27:20 +00:00
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2022-04-06 20:18:32 +00:00
[[package]]
name = "fixedbitset"
2022-07-18 09:14:30 +00:00
version = "0.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2022-04-06 20:18:32 +00:00
2022-07-07 09:16:55 +00:00
[[package]]
name = "flume"
version = "0.10.14"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
"spin 0.9.8",
]
2022-07-07 09:16:55 +00:00
2023-11-23 15:27:20 +00:00
[[package]]
name = "flume"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
2023-11-23 15:27:20 +00:00
"spin 0.9.8",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-11-23 15:27:20 +00:00
version = "1.2.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-04-06 20:18:32 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-executor"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-lite"
2023-04-10 09:22:37 +00:00
version = "1.13.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-08-08 10:53:21 +00:00
"fastrand 1.9.0",
2022-04-06 20:18:32 +00:00
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "futures-lite"
version = "2.3.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
2023-11-23 15:27:20 +00:00
dependencies = [
"fastrand 2.0.2",
2023-11-23 15:27:20 +00:00
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-macro"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-task"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gcp_auth"
version = "0.11.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e155fdc0640589cc660d00e7ed7aa608479e20187b9ea352a77dd4443dd2d856"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-trait",
"base64 0.22.0",
2024-03-19 12:41:18 +00:00
"chrono",
"home",
2024-04-02 10:39:57 +00:00
"hyper 0.14.28",
2024-03-19 12:41:18 +00:00
"hyper-rustls 0.25.0",
"ring",
"rustls 0.22.3",
"rustls-pemfile 2.1.2",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
"tracing-futures",
"url",
2024-04-02 10:39:57 +00:00
"which 6.0.1",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "generic-array"
2023-03-28 12:41:20 +00:00
version = "0.14.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-04-06 20:18:32 +00:00
dependencies = [
"typenum",
"version_check",
2023-07-13 10:39:20 +00:00
"zeroize",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "geo-types"
version = "0.7.13"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-03-28 12:41:20 +00:00
"approx",
2022-04-06 20:18:32 +00:00
"num-traits",
2023-03-28 12:41:20 +00:00
"serde",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "geohash"
version = "0.13.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fb94b1a65401d6cbf22958a9040aa364812c26674f841bee538b12c135db1e6"
2022-04-06 20:18:32 +00:00
dependencies = [
"geo-types",
"libm",
]
[[package]]
name = "getrandom"
version = "0.2.14"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2023-09-18 15:21:22 +00:00
"wasi",
2022-04-06 20:18:32 +00:00
"wasm-bindgen",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "gimli"
2023-12-11 11:10:06 +00:00
version = "0.28.1"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-07-03 09:07:03 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "glob"
2023-02-06 12:23:44 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "gloo-timers"
2023-02-06 12:23:44 +00:00
version = "0.2.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "group"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2023-05-22 10:53:00 +00:00
dependencies = [
"ff",
"rand_core",
"subtle",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "h2"
version = "0.3.26"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"indexmap 2.2.6",
2022-04-06 20:18:32 +00:00
"slab",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tracing",
]
[[package]]
name = "handlebars"
2024-04-02 10:39:57 +00:00
version = "5.1.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-07-18 09:14:30 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "hashbrown"
2022-07-18 09:14:30 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-04-06 20:18:32 +00:00
2023-06-26 11:04:08 +00:00
[[package]]
name = "hashbrown"
version = "0.14.3"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-06-26 11:04:08 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "headers"
2023-09-18 15:21:22 +00:00
version = "0.3.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"bytes",
"headers-core",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
2022-04-06 20:18:32 +00:00
"httpdate",
"mime",
"sha1",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
2024-04-02 10:39:57 +00:00
"http 0.2.12",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "heck"
2023-02-14 14:37:44 +00:00
version = "0.4.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 14:37:44 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-04-06 20:18:32 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-02-14 14:37:44 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
2023-02-14 14:37:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-02-14 14:37:44 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-05-22 10:53:00 +00:00
[[package]]
name = "hkdf"
version = "0.12.4"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2023-05-22 10:53:00 +00:00
dependencies = [
"hmac",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "hmac"
2022-07-18 09:14:30 +00:00
version = "0.12.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-04-06 20:18:32 +00:00
dependencies = [
"digest",
2022-04-06 20:18:32 +00:00
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "home"
version = "0.5.9"
2023-09-18 15:21:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-09-18 15:21:22 +00:00
dependencies = [
"windows-sys 0.52.0",
2023-09-18 15:21:22 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "http"
version = "0.2.12"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"fnv",
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
]
2024-04-02 10:39:57 +00:00
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "http-body"
2023-12-11 11:10:06 +00:00
version = "0.4.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
dependencies = [
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.0",
2022-04-06 20:18:32 +00:00
"pin-project-lite",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "http-range-header"
2023-08-08 10:53:21 +00:00
version = "0.3.1"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
2022-04-12 10:04:30 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "httparse"
2022-09-26 12:10:33 +00:00
version = "1.8.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-04-06 20:18:32 +00:00
[[package]]
name = "httpdate"
2023-09-18 15:21:22 +00:00
version = "1.0.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-04-06 20:18:32 +00:00
[[package]]
name = "httpmock"
version = "0.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ec9586ee0910472dec1a1f0f8acf52f0fdde93aea74d70d4a3107b4be0fd5b"
2022-04-06 20:18:32 +00:00
dependencies = [
"assert-json-diff",
"async-object-pool",
"async-std",
2022-04-06 20:18:32 +00:00
"async-trait",
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"basic-cookies",
"crossbeam-utils",
"form_urlencoded",
"futures-util",
2024-04-02 10:39:57 +00:00
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"lazy_static",
"levenshtein",
"log",
"regex",
"serde",
"serde_json",
"serde_regex",
"similar",
"tokio",
"url",
]
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "humantime-serde"
2022-07-18 09:14:30 +00:00
version = "1.1.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2022-04-06 20:18:32 +00:00
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "hyper"
version = "0.14.28"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
2022-04-06 20:18:32 +00:00
"httparse",
"httpdate",
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
"pin-project-lite",
"socket2 0.5.6",
2022-04-06 20:18:32 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
2024-04-02 10:39:57 +00:00
[[package]]
name = "hyper"
version = "1.2.0"
2024-04-02 10:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
2024-04-02 10:39:57 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "hyper-rustls"
2023-11-23 15:27:20 +00:00
version = "0.24.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2023-05-22 10:53:00 +00:00
dependencies = [
2023-07-13 10:39:20 +00:00
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"hyper 0.14.28",
"rustls 0.21.10",
2023-05-22 10:53:00 +00:00
"tokio",
2024-03-13 16:23:49 +00:00
"tokio-rustls 0.24.1",
2022-04-06 20:18:32 +00:00
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "hyper-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070"
dependencies = [
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"hyper 0.14.28",
"rustls 0.22.3",
"rustls-native-certs 0.7.0",
2024-03-19 12:41:18 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
]
2024-04-02 10:39:57 +00:00
[[package]]
name = "hyper-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.2.0",
2024-04-02 10:39:57 +00:00
"hyper-util",
"rustls 0.22.3",
2024-04-02 10:39:57 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
"tower-service",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
2024-04-02 10:39:57 +00:00
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2024-04-02 10:39:57 +00:00
[[package]]
name = "hyper-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.2.0",
2024-04-02 10:39:57 +00:00
"pin-project-lite",
"socket2 0.5.6",
2024-04-02 10:39:57 +00:00
"tokio",
"tower",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-02-06 12:23:44 +00:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-11-23 15:27:20 +00:00
"windows-core",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "iana-time-zone-haiku"
2023-05-22 10:53:00 +00:00
version = "0.1.2"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 10:53:00 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-05-22 10:53:00 +00:00
"cc",
2023-02-06 12:23:44 +00:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-11-23 15:27:20 +00:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "indexmap"
2023-03-28 12:41:20 +00:00
version = "1.9.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-04-06 20:18:32 +00:00
dependencies = [
"autocfg",
2023-06-26 11:04:08 +00:00
"hashbrown 0.12.3",
2023-07-13 10:39:20 +00:00
"serde",
2023-06-26 11:04:08 +00:00
]
[[package]]
name = "indexmap"
2024-04-02 10:39:57 +00:00
version = "2.2.6"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-06-26 11:04:08 +00:00
dependencies = [
"equivalent",
"hashbrown 0.14.3",
2023-08-08 10:53:21 +00:00
"serde",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "inout"
2022-07-18 09:14:30 +00:00
version = "0.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"block-padding",
"generic-array",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"hermit-abi",
2023-02-06 12:23:44 +00:00
"libc",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-02-06 12:23:44 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "ipnet"
2023-11-23 15:27:20 +00:00
version = "2.9.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-02-06 12:23:44 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "itertools"
2022-09-26 12:10:33 +00:00
version = "0.10.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-04-06 20:18:32 +00:00
dependencies = [
"either",
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "itoa"
2024-04-02 10:39:57 +00:00
version = "1.0.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "js-sys"
version = "0.3.69"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2022-04-06 20:18:32 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonwebtoken"
2024-04-02 10:39:57 +00:00
version = "9.3.0"
2022-04-18 20:19:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64 0.21.7",
"js-sys",
"pem",
"ring",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"simple_asn1",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
[[package]]
name = "lalrpop"
version = "0.20.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
2022-04-06 20:18:32 +00:00
dependencies = [
"ascii-canvas",
"bit-set",
"ena",
"itertools 0.11.0",
2022-04-06 20:18:32 +00:00
"lalrpop-util",
2022-07-18 09:14:30 +00:00
"petgraph",
"pico-args",
2022-04-06 20:18:32 +00:00
"regex",
"regex-syntax",
2022-04-06 20:18:32 +00:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
"walkdir",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "lalrpop-util"
version = "0.20.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
2022-04-06 20:18:32 +00:00
dependencies = [
"regex-automata",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "lapin"
version = "2.3.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f3067a1fcfbc3fc46455809c023e69b8f6602463201010f4ae5a3b572adb9dc"
2022-07-07 09:16:55 +00:00
dependencies = [
"amq-protocol",
"async-global-executor-trait",
"async-reactor-trait",
"async-trait",
"executor-trait",
"flume 0.10.14",
2022-07-07 09:16:55 +00:00
"futures-core",
"futures-io",
2022-07-18 09:14:30 +00:00
"parking_lot",
2022-07-07 09:16:55 +00:00
"pinky-swear",
"reactor-trait",
"serde",
"tracing",
"waker-fn",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-05-22 10:53:00 +00:00
dependencies = [
"spin 0.5.2",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "levenshtein"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
[[package]]
name = "libc"
version = "0.2.153"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2022-04-06 20:18:32 +00:00
[[package]]
name = "libloading"
version = "0.8.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"windows-targets 0.52.4",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "libm"
2023-11-23 15:27:20 +00:00
version = "0.2.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2022-04-06 20:18:32 +00:00
2023-11-23 15:27:20 +00:00
[[package]]
name = "libredox"
2024-04-02 10:39:57 +00:00
version = "0.1.3"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2023-11-23 15:27:20 +00:00
dependencies = [
"bitflags 2.5.0",
2023-11-23 15:27:20 +00:00
"libc",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "linux-raw-sys"
2023-05-22 10:53:00 +00:00
version = "0.3.8"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 10:53:00 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-28 12:41:20 +00:00
2023-07-03 09:07:03 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-07-03 09:07:03 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "lock_api"
version = "0.4.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-07 09:16:55 +00:00
"autocfg",
2022-04-06 20:18:32 +00:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.21"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-04-06 20:18:32 +00:00
dependencies = [
"value-bag",
]
[[package]]
name = "lrwn"
2024-05-09 10:22:22 +00:00
version = "4.8.0-test.4"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes",
2022-04-06 20:18:32 +00:00
"anyhow",
"cmac",
"diesel",
"hex",
"lazy_static",
"serde",
"thiserror",
]
[[package]]
name = "lrwn_filters"
2024-05-09 10:22:22 +00:00
version = "4.8.0-test.4"
dependencies = [
"hex",
"lrwn",
"serde",
"thiserror",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "matchit"
2023-11-23 15:27:20 +00:00
version = "0.7.3"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2022-04-12 10:04:30 +00:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "memchr"
2024-04-02 10:39:57 +00:00
version = "2.7.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "migrations_internals"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f23f71580015254b020e856feac3df5878c2c7a8812297edd6c0a485ac9dada"
2022-04-06 20:18:32 +00:00
dependencies = [
"serde",
2024-03-19 12:41:18 +00:00
"toml 0.7.8",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "migrations_macros"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce3325ac70e67bbab5bd837a31cae01f1a6db64e0e744a33cb03a543469ef08"
2022-04-06 20:18:32 +00:00
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
]
[[package]]
name = "mime"
2023-03-28 12:41:20 +00:00
version = "0.3.17"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-04-06 20:18:32 +00:00
[[package]]
name = "mime_guess"
2022-07-18 09:14:30 +00:00
version = "2.0.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-07-03 09:07:03 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.2"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2023-07-03 09:07:03 +00:00
dependencies = [
"adler",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "mio"
version = "0.8.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
2023-09-18 15:21:22 +00:00
"wasi",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "multimap"
version = "0.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2022-04-06 20:18:32 +00:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2022-04-06 20:18:32 +00:00
[[package]]
name = "nom"
2023-02-06 12:23:44 +00:00
version = "7.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-04-06 20:18:32 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[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-04-06 20:18:32 +00:00
[[package]]
name = "num-bigint"
version = "0.4.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2022-04-06 20:18:32 +00:00
dependencies = [
"autocfg",
2022-04-06 20:18:32 +00:00
"num-integer",
"num-traits",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "num-bigint-dig"
2023-07-03 09:07:03 +00:00
version = "0.8.4"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 09:07:03 +00:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2023-05-22 10:53:00 +00:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2022-04-06 20:18:32 +00:00
[[package]]
name = "num-integer"
version = "0.1.46"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2022-04-06 20:18:32 +00:00
dependencies = [
"num-traits",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "num-iter"
version = "0.1.44"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
2023-05-22 10:53:00 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "num-traits"
version = "0.2.18"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2022-04-06 20:18:32 +00:00
dependencies = [
"autocfg",
2023-03-28 12:41:20 +00:00
"libm",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "num_cpus"
2023-07-03 09:07:03 +00:00
version = "1.16.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 09:07:03 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"hermit-abi",
2022-04-06 20:18:32 +00:00
"libc",
]
2022-07-12 08:37:15 +00:00
[[package]]
name = "num_enum"
2023-02-28 11:45:06 +00:00
version = "0.5.11"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 11:45:06 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2022-07-12 08:37:15 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2023-02-28 11:45:06 +00:00
version = "0.5.11"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 11:45:06 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2022-07-12 08:37:15 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-28 12:41:20 +00:00
"syn 1.0.109",
2022-07-12 08:37:15 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "oauth2"
2023-09-18 15:21:22 +00:00
version = "4.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-02-06 12:23:44 +00:00
"base64 0.13.1",
2022-04-06 20:18:32 +00:00
"chrono",
"getrandom",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
2022-04-06 20:18:32 +00:00
"rand",
2024-04-02 10:39:57 +00:00
"reqwest 0.11.27",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"serde_path_to_error",
2022-09-26 12:10:33 +00:00
"sha2",
2022-04-06 20:18:32 +00:00
"thiserror",
"url",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "object"
version = "0.32.2"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-07-03 09:07:03 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "oid-registry"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d"
dependencies = [
"asn1-rs",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "once_cell"
2023-12-11 11:10:06 +00:00
version = "1.19.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-04-06 20:18:32 +00:00
[[package]]
name = "openidconnect"
version = "3.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47e80a9cfae4462dd29c41e987edd228971d6565553fbc14b8a11e666d91590"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-02-06 12:23:44 +00:00
"base64 0.13.1",
2022-04-06 20:18:32 +00:00
"chrono",
2023-05-22 10:53:00 +00:00
"dyn-clone",
2023-11-23 15:27:20 +00:00
"ed25519-dalek",
2023-05-22 10:53:00 +00:00
"hmac",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
2023-09-18 15:21:22 +00:00
"itertools 0.10.5",
2022-04-06 20:18:32 +00:00
"log",
"oauth2",
2023-05-22 10:53:00 +00:00
"p256",
"p384",
2022-04-06 20:18:32 +00:00
"rand",
2023-05-22 10:53:00 +00:00
"rsa",
2022-04-06 20:18:32 +00:00
"serde",
"serde-value",
"serde_derive",
"serde_json",
"serde_path_to_error",
"serde_plain",
"serde_with",
2023-05-22 10:53:00 +00:00
"sha2",
"subtle",
2022-04-06 20:18:32 +00:00
"thiserror",
"url",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "ordered-float"
2023-11-23 15:27:20 +00:00
version = "2.10.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2022-04-06 20:18:32 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-07-07 09:16:55 +00:00
[[package]]
name = "p12"
version = "0.6.3"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224"
2022-07-07 09:16:55 +00:00
dependencies = [
"cbc",
"cipher",
2022-07-07 09:16:55 +00:00
"des",
"getrandom",
"hmac",
"lazy_static",
2022-07-07 09:16:55 +00:00
"rc2",
"sha1",
"yasna",
2022-07-07 09:16:55 +00:00
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "p256"
2023-07-13 10:39:20 +00:00
version = "0.13.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2023-05-22 10:53:00 +00:00
dependencies = [
"ecdsa",
"elliptic-curve",
2023-07-13 10:39:20 +00:00
"primeorder",
2023-05-22 10:53:00 +00:00
"sha2",
]
[[package]]
name = "p384"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2023-05-22 10:53:00 +00:00
dependencies = [
"ecdsa",
"elliptic-curve",
2023-07-13 10:39:20 +00:00
"primeorder",
2023-05-22 10:53:00 +00:00
"sha2",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "parking"
2023-11-23 15:27:20 +00:00
version = "2.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2022-04-06 20:18:32 +00:00
2022-07-07 09:16:55 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-07-07 09:16:55 +00:00
dependencies = [
"lock_api",
2022-07-18 09:14:30 +00:00
"parking_lot_core",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "parking_lot_core"
version = "0.9.9"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-07-07 09:16:55 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2022-07-07 09:16:55 +00:00
"smallvec",
"windows-targets 0.48.5",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "password-hash"
2023-03-28 12:41:20 +00:00
version = "0.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "pbjson"
2023-09-18 15:21:22 +00:00
version = "0.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"serde",
]
[[package]]
name = "pbjson-build"
2023-09-18 15:21:22 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
2022-04-06 20:18:32 +00:00
dependencies = [
"heck 0.4.1",
2023-09-18 15:21:22 +00:00
"itertools 0.11.0",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
]
[[package]]
name = "pbjson-types"
2023-09-18 15:21:22 +00:00
version = "0.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"chrono",
"pbjson",
"pbjson-build",
"prost",
"prost-build",
"serde",
]
[[package]]
name = "pbkdf2"
2023-07-13 10:39:20 +00:00
version = "0.12.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2022-04-06 20:18:32 +00:00
dependencies = [
"digest",
"hmac",
2022-04-06 20:18:32 +00:00
"password-hash",
2022-09-26 12:10:33 +00:00
"sha2",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "pem"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
dependencies = [
"base64 0.22.0",
"serde",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "pem-rfc7468"
2023-07-13 10:39:20 +00:00
version = "0.7.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2023-05-22 10:53:00 +00:00
dependencies = [
"base64ct",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "percent-encoding"
2023-11-23 15:27:20 +00:00
version = "2.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-04-06 20:18:32 +00:00
[[package]]
name = "pest"
version = "2.7.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"memchr",
2022-09-26 12:10:33 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.7.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c"
2022-04-06 20:18:32 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.7.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd"
2022-04-06 20:18:32 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "pest_meta"
version = "2.7.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"once_cell",
2022-04-06 20:18:32 +00:00
"pest",
2023-02-06 12:23:44 +00:00
"sha2",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "petgraph"
version = "0.6.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-18 09:14:30 +00:00
"fixedbitset",
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared 0.11.2",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "phf_shared"
2022-07-18 09:14:30 +00:00
version = "0.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2022-04-06 20:18:32 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2022-04-06 20:18:32 +00:00
[[package]]
name = "pin-project"
version = "1.1.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2022-04-06 20:18:32 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "pin-project-lite"
2024-04-02 10:39:57 +00:00
version = "0.2.14"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-04-06 20:18:32 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2022-07-07 09:16:55 +00:00
[[package]]
name = "pinky-swear"
2023-11-23 15:27:20 +00:00
version = "6.2.0"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "6cfae3ead413ca051a681152bd266438d3bfa301c9bdf836939a14c721bb2a21"
2022-07-07 09:16:55 +00:00
dependencies = [
"doc-comment",
"flume 0.11.0",
2022-07-18 09:14:30 +00:00
"parking_lot",
2022-07-07 09:16:55 +00:00
"tracing",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand 2.0.2",
2023-11-23 15:27:20 +00:00
"futures-io",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "pkcs1"
2023-07-13 10:39:20 +00:00
version = "0.7.5"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2023-05-22 10:53:00 +00:00
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
2023-07-13 10:39:20 +00:00
version = "0.10.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2023-05-22 10:53:00 +00:00
dependencies = [
"der",
"spki",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "pkg-config"
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2022-04-06 20:18:32 +00:00
2023-11-23 15:27:20 +00:00
[[package]]
name = "platforms"
2024-04-02 10:39:57 +00:00
version = "3.4.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
2023-11-23 15:27:20 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "polling"
2023-04-26 11:04:54 +00:00
version = "2.8.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 11:04:54 +00:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"autocfg",
"bitflags 1.3.2",
2022-04-06 20:18:32 +00:00
"cfg-if",
2023-03-28 12:41:20 +00:00
"concurrent-queue",
2022-04-06 20:18:32 +00:00
"libc",
"log",
2023-03-28 12:41:20 +00:00
"pin-project-lite",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "polling"
version = "3.6.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6"
2023-11-23 15:27:20 +00:00
dependencies = [
"cfg-if",
"concurrent-queue",
2024-04-02 10:39:57 +00:00
"hermit-abi",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
"rustix 0.38.32",
2023-11-23 15:27:20 +00:00
"tracing",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-11-23 15:27:20 +00:00
]
[[package]]
name = "postgres-protocol"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
dependencies = [
"base64 0.21.7",
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-04-06 20:18:32 +00:00
[[package]]
name = "ppv-lite86"
2023-02-06 12:23:44 +00:00
version = "0.2.17"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-04-06 20:18:32 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2022-04-12 10:04:30 +00:00
[[package]]
name = "prettyplease"
version = "0.2.17"
2023-06-27 08:46:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
2023-06-27 08:46:17 +00:00
dependencies = [
"proc-macro2",
"syn 2.0.58",
2023-07-13 10:39:20 +00:00
]
[[package]]
name = "primeorder"
2023-11-23 15:27:20 +00:00
version = "0.13.6"
2023-07-13 10:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2023-07-13 10:39:20 +00:00
dependencies = [
"elliptic-curve",
2023-06-27 08:46:17 +00:00
]
2022-07-12 08:37:15 +00:00
[[package]]
name = "proc-macro-crate"
2023-02-28 11:45:06 +00:00
version = "1.3.1"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 11:45:06 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-07-12 08:37:15 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"once_cell",
2024-03-19 12:41:18 +00:00
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
2022-07-12 08:37:15 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.79"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-18 09:14:30 +00:00
"unicode-ident",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "prometheus-client"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa"
dependencies = [
2022-09-26 12:10:33 +00:00
"dtoa",
"itoa",
"parking_lot",
2023-02-06 12:23:44 +00:00
"prometheus-client-derive-encode",
]
[[package]]
2023-02-06 12:23:44 +00:00
name = "prometheus-client-derive-encode"
2023-09-18 15:21:22 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "prost"
version = "0.12.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.12.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"heck 0.5.0",
"itertools 0.12.1",
2022-04-06 20:18:32 +00:00
"log",
"multimap",
2023-09-18 15:21:22 +00:00
"once_cell",
2022-07-18 09:14:30 +00:00
"petgraph",
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
"regex",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
"tempfile",
]
[[package]]
name = "prost-derive"
version = "0.12.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
2022-04-06 20:18:32 +00:00
dependencies = [
"anyhow",
"itertools 0.12.1",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "prost-types"
version = "0.12.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
2022-04-06 20:18:32 +00:00
dependencies = [
"prost",
]
[[package]]
name = "quote"
version = "1.0.36"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2022-07-18 09:14:30 +00:00
version = "0.8.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2022-04-06 20:18:32 +00: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-09-26 12:10:33 +00:00
version = "0.6.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-04-06 20:18:32 +00:00
dependencies = [
"getrandom",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "rc2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
dependencies = [
"cipher",
2022-07-07 09:16:55 +00:00
]
[[package]]
name = "rcgen"
version = "0.13.1"
2023-12-18 09:56:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779"
dependencies = [
"pem",
"ring",
"rustls-pki-types",
"time",
"x509-parser",
"yasna",
]
2022-07-12 08:37:15 +00:00
[[package]]
name = "rdkafka"
version = "0.36.2"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1beea247b9a7600a81d4cc33f659ce1a77e1988323d7d2809c7ed1c21f4c316d"
2022-07-12 08:37:15 +00:00
dependencies = [
2023-02-06 12:23:44 +00:00
"futures-channel",
"futures-util",
2022-07-12 08:37:15 +00:00
"libc",
"log",
"rdkafka-sys",
"serde",
"serde_derive",
"serde_json",
"slab",
"tokio",
]
[[package]]
name = "rdkafka-sys"
2023-11-23 15:27:20 +00:00
version = "4.7.0+2.3.0"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "55e0d2f9ba6253f6ec72385e453294f8618e9e15c2c6aba2a5c01ccf9622d615"
2022-07-12 08:37:15 +00:00
dependencies = [
2022-07-20 13:11:59 +00:00
"cmake",
2022-07-12 08:37:15 +00:00
"libc",
"num_enum",
"pkg-config",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "reactor-trait"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "438a4293e4d097556730f4711998189416232f009c137389e0f961d2bc0ddc58"
dependencies = [
"async-trait",
"futures-core",
"futures-io",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "redis"
version = "0.25.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-trait",
"bytes",
2022-04-06 20:18:32 +00:00
"combine",
"crc16",
"futures",
"futures-util",
2022-09-26 12:10:33 +00:00
"itoa",
"log",
2022-04-06 20:18:32 +00:00
"percent-encoding",
"pin-project-lite",
2022-04-06 20:18:32 +00:00
"rand",
"rustls 0.22.3",
"rustls-native-certs 0.7.0",
"rustls-pemfile 2.1.2",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
2022-09-26 12:10:33 +00:00
"ryu",
"sha1_smol",
"socket2 0.5.6",
"tokio",
2024-03-13 16:23:49 +00:00
"tokio-rustls 0.25.0",
"tokio-util",
2022-04-06 20:18:32 +00:00
"url",
]
[[package]]
name = "redox_syscall"
2023-11-23 15:27:20 +00:00
version = "0.4.1"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-10 09:22:37 +00:00
dependencies = [
"bitflags 1.3.2",
2023-04-10 09:22:37 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "redox_users"
2024-04-02 10:39:57 +00:00
version = "0.4.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2022-04-06 20:18:32 +00:00
dependencies = [
"getrandom",
2023-11-23 15:27:20 +00:00
"libredox",
2022-07-18 09:14:30 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "regex"
2024-04-02 10:39:57 +00:00
version = "1.10.4"
2023-07-13 10:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-07-13 10:39:20 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
2023-07-13 10:39:20 +00:00
]
[[package]]
name = "regex-automata"
version = "0.4.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2022-04-06 20:18:32 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2022-04-06 20:18:32 +00:00
]
2023-04-26 11:04:54 +00:00
[[package]]
name = "regex-syntax"
2024-04-02 10:39:57 +00:00
version = "0.8.3"
2023-04-26 11:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-04-26 11:04:54 +00:00
[[package]]
name = "relative-path"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
2022-04-06 20:18:32 +00:00
[[package]]
name = "reqwest"
2024-04-02 10:39:57 +00:00
version = "0.11.27"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
2024-03-19 12:41:18 +00:00
"hyper-rustls 0.24.2",
2022-04-06 20:18:32 +00:00
"ipnet",
"js-sys",
"log",
"mime",
2022-09-26 12:10:33 +00:00
"once_cell",
2022-04-06 20:18:32 +00:00
"percent-encoding",
"pin-project-lite",
"rustls 0.21.10",
2024-03-13 16:23:49 +00:00
"rustls-pemfile 1.0.4",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
2023-11-23 15:27:20 +00:00
"system-configuration",
2022-04-06 20:18:32 +00:00
"tokio",
2024-03-13 16:23:49 +00:00
"tokio-rustls 0.24.1",
2022-07-18 09:14:30 +00:00
"tower-service",
2022-04-06 20:18:32 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-04-02 10:39:57 +00:00
"webpki-roots 0.25.4",
"winreg 0.50.0",
2024-04-02 10:39:57 +00:00
]
[[package]]
name = "reqwest"
version = "0.12.3"
2024-04-02 10:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
2024-04-02 10:39:57 +00:00
dependencies = [
"base64 0.22.0",
2024-04-02 10:39:57 +00:00
"bytes",
"futures-core",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.2.0",
2024-04-02 10:39:57 +00:00
"hyper-rustls 0.26.0",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.22.3",
"rustls-native-certs 0.7.0",
"rustls-pemfile 2.1.2",
2024-04-02 10:39:57 +00:00
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tokio-rustls 0.25.0",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.1",
"winreg 0.52.0",
2022-04-06 20:18:32 +00:00
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "rfc6979"
2023-07-13 10:39:20 +00:00
version = "0.4.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2023-05-22 10:53:00 +00:00
dependencies = [
"hmac",
2023-07-13 10:39:20 +00:00
"subtle",
2023-05-22 10:53:00 +00:00
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "ring"
version = "0.17.8"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2023-11-23 15:27:20 +00:00
dependencies = [
"cc",
"cfg-if",
2023-11-23 15:27:20 +00:00
"getrandom",
"libc",
"spin 0.9.8",
"untrusted",
"windows-sys 0.52.0",
2023-11-23 15:27:20 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rquickjs"
2024-05-07 11:15:24 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 11:15:24 +00:00
checksum = "9cbd33e0b668aea0ab238b9164523aca929096f9f40834700d71d91dd4888882"
2022-04-06 20:18:32 +00:00
dependencies = [
"rquickjs-core",
2024-03-19 12:41:18 +00:00
"rquickjs-macro",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "rquickjs-core"
2024-05-07 11:15:24 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 11:15:24 +00:00
checksum = "2e9129d69b7b8f7ee8ad1da5b12c7f4a8a8acd45f2e6dd9cb2ee1bc5a1f2fa3d"
2022-04-06 20:18:32 +00:00
dependencies = [
"chrono",
"relative-path",
2022-04-06 20:18:32 +00:00
"rquickjs-sys",
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "rquickjs-macro"
2024-05-07 11:15:24 +00:00
version = "0.6.2"
2024-03-19 12:41:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 11:15:24 +00:00
checksum = "c7d2ecaf7c9eda262e02a91e9541989a9dd18984d17d0d97f99f33b464318057"
2024-03-19 12:41:18 +00:00
dependencies = [
"convert_case",
"fnv",
"ident_case",
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
2024-03-19 12:41:18 +00:00
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"rquickjs-core",
"syn 2.0.58",
2024-03-19 12:41:18 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rquickjs-sys"
2024-05-07 11:15:24 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 11:15:24 +00:00
checksum = "bf6f2288d8e7fbb5130f62cf720451641e99d55f6fde9db86aa2914ecb553fd2"
2022-04-06 20:18:32 +00:00
dependencies = [
"bindgen",
"cc",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "rsa"
2023-12-11 11:10:06 +00:00
version = "0.9.6"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-05-22 10:53:00 +00:00
dependencies = [
2023-07-13 10:39:20 +00:00
"const-oid",
2023-05-22 10:53:00 +00:00
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
2023-07-13 10:39:20 +00:00
"spki",
2023-05-22 10:53:00 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rumqttc"
2024-03-13 16:23:49 +00:00
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:23:49 +00:00
checksum = "e1568e15fab2d546f940ed3a21f48bbbd1c494c90c99c4481339364a497f94a9"
dependencies = [
"bytes",
"flume 0.11.0",
"futures-util",
"log",
"rustls-native-certs 0.7.0",
"rustls-pemfile 2.1.2",
"rustls-webpki 0.102.2",
"thiserror",
"tokio",
2024-03-13 16:23:49 +00:00
"tokio-rustls 0.25.0",
"url",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rust-embed"
version = "8.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb78f46d0066053d16d4ca7b898e9343bc3530f71c61d5ad84cd404ada068745"
2022-04-06 20:18:32 +00:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
version = "8.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91ac2a3c6c0520a3fb3dd89321177c3c692937c4eb21893378219da10c44fc8"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
"walkdir",
]
[[package]]
name = "rust-embed-utils"
version = "8.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f69089032567ffff4eada41c573fc43ff466c7db7c5688b2e7969584345581"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"sha2",
2022-04-06 20:18:32 +00:00
"walkdir",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-07-03 09:07:03 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-11-23 15:27:20 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "rustix"
2023-11-23 15:27:20 +00:00
version = "0.37.27"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2023-02-06 12:23:44 +00:00
dependencies = [
"bitflags 1.3.2",
2023-04-10 09:22:37 +00:00
"errno",
2023-02-06 12:23:44 +00:00
"io-lifetimes",
"libc",
2023-07-03 09:07:03 +00:00
"linux-raw-sys 0.3.8",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-07-03 09:07:03 +00:00
]
[[package]]
name = "rustix"
version = "0.38.32"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
2023-07-03 09:07:03 +00:00
dependencies = [
"bitflags 2.5.0",
2023-07-03 09:07:03 +00:00
"errno",
"libc",
"linux-raw-sys 0.4.13",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-02-06 12:23:44 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustls"
version = "0.21.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
"ring",
2024-03-13 16:23:49 +00:00
"rustls-webpki 0.101.7",
"sct",
]
2024-03-13 16:23:49 +00:00
[[package]]
name = "rustls"
version = "0.22.3"
2024-03-13 16:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c"
2024-03-13 16:23:49 +00:00
dependencies = [
"log",
"ring",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
"rustls-webpki 0.102.2",
2024-03-13 16:23:49 +00:00
"subtle",
"zeroize",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "rustls-connector"
version = "0.18.5"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25da151615461c7347114b1ad1a7458b4cdebc69cb220cd140cd5cb324b1dd37"
2022-07-07 09:16:55 +00:00
dependencies = [
"log",
"rustls 0.21.10",
"rustls-native-certs 0.6.3",
"rustls-webpki 0.101.7",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-04-06 20:18:32 +00:00
dependencies = [
"openssl-probe",
"rustls-pemfile 1.0.4",
"schannel",
"security-framework",
2024-03-13 16:23:49 +00:00
]
[[package]]
name = "rustls-native-certs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.1.2",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
2022-04-06 20:18:32 +00:00
"schannel",
"security-framework",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "rustls-pemfile"
2023-11-23 15:27:20 +00:00
version = "1.0.4"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2022-07-07 09:16:55 +00:00
dependencies = [
"base64 0.21.7",
2022-07-07 09:16:55 +00:00
]
2024-03-13 16:23:49 +00:00
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
2024-03-13 16:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
2024-03-13 16:23:49 +00:00
dependencies = [
"base64 0.22.0",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.4.1"
2024-03-13 16:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
2024-03-13 16:23:49 +00:00
[[package]]
name = "rustls-webpki"
2023-11-23 15:27:20 +00:00
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
2024-03-13 16:23:49 +00:00
[[package]]
name = "rustls-webpki"
version = "0.102.2"
2024-03-13 16:23:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
2024-03-13 16:23:49 +00:00
dependencies = [
"ring",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
"untrusted",
2024-03-13 16:23:49 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustversion"
version = "1.0.15"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
2022-04-06 20:18:32 +00:00
[[package]]
name = "ryu"
version = "1.0.17"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.23"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2022-04-06 20:18:32 +00:00
dependencies = [
"windows-sys 0.52.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "scoped-futures"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
dependencies = [
"cfg-if",
"pin-utils",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "scoped-tls"
2023-02-06 12:23:44 +00:00
version = "1.0.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-04-06 20:18:32 +00:00
[[package]]
name = "scopeguard"
2023-08-08 10:53:21 +00:00
version = "1.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-04-06 20:18:32 +00:00
[[package]]
name = "sct"
2023-11-23 15:27:20 +00:00
version = "0.7.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-04-06 20:18:32 +00:00
dependencies = [
"ring",
"untrusted",
2022-04-06 20:18:32 +00:00
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "sec1"
2023-08-08 10:53:21 +00:00
version = "0.7.3"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2023-05-22 10:53:00 +00:00
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "security-framework"
version = "2.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
2022-04-06 20:18:32 +00:00
dependencies = [
"bitflags 1.3.2",
2022-04-06 20:18:32 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "semver"
version = "1.0.22"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2023-11-23 15:27:20 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "serde"
version = "1.0.197"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2022-04-06 20:18:32 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-value"
2022-06-07 18:51:48 +00:00
version = "0.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 18:51:48 +00:00
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2022-04-06 20:18:32 +00:00
dependencies = [
"ordered-float",
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.197"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.115"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
version = "0.1.16"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
"serde",
]
[[package]]
name = "serde_plain"
2023-09-18 15:21:22 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
dependencies = [
"serde",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "serde_regex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
dependencies = [
"regex",
"serde",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "serde_spanned"
version = "0.6.5"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-02-06 12:23:44 +00:00
dependencies = [
"serde",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
dependencies = [
"base64 0.21.7",
2023-07-13 10:39:20 +00:00
"chrono",
"hex",
"indexmap 1.9.3",
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
"serde",
"serde_derive",
2023-07-13 10:39:20 +00:00
"serde_json",
"serde_with_macros",
2023-09-18 15:21:22 +00:00
"time",
]
[[package]]
name = "serde_with_macros"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.58",
]
[[package]]
name = "serde_yaml"
2024-04-02 10:39:57 +00:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
2022-09-26 12:10:33 +00:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "sha1"
2023-11-23 15:27:20 +00:00
version = "0.10.6"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-07-07 09:16:55 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
2023-11-23 15:27:20 +00:00
version = "0.10.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "sha256"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0"
dependencies = [
"async-trait",
"bytes",
"hex",
"sha2",
"tokio",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "sharded-slab"
2023-11-23 15:27:20 +00:00
version = "0.1.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-04-06 20:18:32 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shlex"
version = "1.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2022-04-06 20:18:32 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "signature"
2023-11-23 15:27:20 +00:00
version = "2.2.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2023-05-22 10:53:00 +00:00
dependencies = [
"digest",
"rand_core",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "similar"
2024-04-02 10:39:57 +00:00
version = "2.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
2022-04-06 20:18:32 +00:00
[[package]]
name = "simple_asn1"
2022-07-18 09:14:30 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
2022-04-06 20:18:32 +00:00
dependencies = [
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-traits",
"thiserror",
2023-09-18 15:21:22 +00:00
"time",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "siphasher"
2023-09-18 15:21:22 +00:00
version = "0.3.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "slab"
2023-09-18 15:21:22 +00:00
version = "0.4.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-09-26 12:10:33 +00:00
dependencies = [
"autocfg",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "smallvec"
2024-04-02 10:39:57 +00:00
version = "1.13.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-04-06 20:18:32 +00:00
[[package]]
name = "socket2"
2023-11-23 15:27:20 +00:00
version = "0.4.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
"winapi",
]
2023-09-04 13:10:15 +00:00
[[package]]
name = "socket2"
version = "0.5.6"
2023-09-04 13:10:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
2023-09-04 13:10:15 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-09-04 13:10:15 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-07-07 09:16:55 +00:00
[[package]]
name = "spin"
2023-04-10 09:22:37 +00:00
version = "0.9.8"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-07-07 09:16:55 +00:00
dependencies = [
"lock_api",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "spki"
2023-12-11 11:10:06 +00:00
version = "0.7.3"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2023-05-22 10:53:00 +00:00
dependencies = [
"base64ct",
"der",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "string_cache"
2023-03-28 12:41:20 +00:00
version = "0.8.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2022-04-06 20:18:32 +00:00
dependencies = [
"new_debug_unreachable",
2022-07-18 09:14:30 +00:00
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
2022-04-06 20:18:32 +00:00
"precomputed-hash",
]
[[package]]
name = "stringprep"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
dependencies = [
"finl_unicode",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-04-06 20:18:32 +00:00
[[package]]
name = "subtle"
2023-05-22 10:53:00 +00:00
version = "2.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 10:53:00 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-04-06 20:18:32 +00:00
[[package]]
name = "syn"
2023-02-28 11:45:06 +00:00
version = "1.0.109"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 11:45:06 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-07-18 09:14:30 +00:00
"unicode-ident",
2022-04-06 20:18:32 +00:00
]
2023-03-28 12:41:20 +00:00
[[package]]
name = "syn"
version = "2.0.58"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
2023-03-28 12:41:20 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "sync_wrapper"
2023-02-14 14:37:44 +00:00
version = "0.1.2"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 14:37:44 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-04-12 10:04:30 +00:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "tcp-stream"
version = "0.26.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da30af7998f51ee1aa48ab24276fe303a697b004e31ff542b192c088d5630a5"
2022-07-07 09:16:55 +00:00
dependencies = [
"cfg-if",
"p12",
2022-07-07 09:16:55 +00:00
"rustls-connector",
"rustls-pemfile 1.0.4",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tempfile"
version = "3.10.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"fastrand 2.0.2",
"rustix 0.38.32",
"windows-sys 0.52.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
[[package]]
name = "thiserror"
version = "1.0.58"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2022-04-06 20:18:32 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.58"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "thread_local"
version = "1.1.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-02-14 14:37:44 +00:00
"cfg-if",
2022-04-06 20:18:32 +00:00
"once_cell",
]
[[package]]
name = "time"
version = "0.3.35"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef89ece63debf11bc32d1ed8d078ac870cbeb44da02afb02a9ff135ae7ca0582"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-08-08 10:53:21 +00:00
"deranged",
2022-09-26 12:10:33 +00:00
"itoa",
"num-conv",
2023-11-23 15:27:20 +00:00
"powerfmt",
2022-04-06 20:18:32 +00:00
"serde",
2023-02-06 12:23:44 +00:00
"time-core",
2022-04-06 20:18:32 +00:00
"time-macros",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "time-core"
2023-11-23 15:27:20 +00:00
version = "0.1.2"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-02-06 12:23:44 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "time-macros"
version = "0.2.18"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-02-06 12:23:44 +00:00
dependencies = [
"num-conv",
2023-02-06 12:23:44 +00:00
"time-core",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
[[package]]
name = "tinyvec"
2022-07-18 09:14:30 +00:00
version = "1.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-04-06 20:18:32 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-14 14:37:44 +00:00
version = "0.1.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 14:37:44 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-04-06 20:18:32 +00:00
[[package]]
name = "tokio"
version = "1.37.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"backtrace",
2022-04-06 20:18:32 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"socket2 0.5.6",
2022-04-06 20:18:32 +00:00
"tokio-macros",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "tokio-executor-trait"
2023-03-28 12:41:20 +00:00
version = "2.1.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "802ccf58e108fe16561f35348fabe15ff38218968f033d587e399a84937533cc"
2022-07-07 09:16:55 +00:00
dependencies = [
"async-trait",
"executor-trait",
"tokio",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2023-11-23 15:27:20 +00:00
version = "2.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tokio-postgres"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand",
"socket2 0.5.6",
"tokio",
"tokio-util",
"whoami",
]
[[package]]
name = "tokio-postgres-rustls"
2024-03-13 16:23:49 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:23:49 +00:00
checksum = "0ea13f22eda7127c827983bdaf0d7fff9df21c8817bab02815ac277a21143677"
dependencies = [
"futures",
"ring",
"rustls 0.22.3",
"tokio",
"tokio-postgres",
2024-03-13 16:23:49 +00:00
"tokio-rustls 0.25.0",
"x509-certificate",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "tokio-reactor-trait"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9481a72f36bd9cbb8d6dd349227c4783e234e4332cfe806225bc929c4b92486"
dependencies = [
"async-trait",
"futures-core",
"futures-io",
"reactor-trait",
"tokio",
"tokio-stream",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "tokio-rustls"
2023-06-13 13:38:16 +00:00
version = "0.24.1"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 13:38:16 +00:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-05-22 10:53:00 +00:00
dependencies = [
"rustls 0.21.10",
2024-03-13 16:23:49 +00:00
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.3",
2024-03-13 16:23:49 +00:00
"rustls-pki-types",
2023-05-22 10:53:00 +00:00
"tokio",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tokio-stream"
version = "0.1.15"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "tokio-util"
version = "0.7.10"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2022-04-12 10:04:30 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
2022-04-12 10:04:30 +00:00
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "toml"
2023-09-18 15:21:22 +00:00
version = "0.7.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2022-04-06 20:18:32 +00:00
dependencies = [
"serde",
2023-02-06 12:23:44 +00:00
"serde_spanned",
2023-02-28 11:45:06 +00:00
"toml_datetime",
2024-03-19 12:41:18 +00:00
"toml_edit 0.19.15",
]
[[package]]
name = "toml"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.9",
2023-02-06 12:23:44 +00:00
]
[[package]]
name = "toml_datetime"
2023-11-23 15:27:20 +00:00
version = "0.6.5"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-02-06 12:23:44 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-09-18 15:21:22 +00:00
version = "0.19.15"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-02-06 12:23:44 +00:00
dependencies = [
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
2023-02-06 12:23:44 +00:00
"serde",
"serde_spanned",
2023-02-28 11:45:06 +00:00
"toml_datetime",
2024-03-19 12:41:18 +00:00
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.22.9"
2024-03-19 12:41:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
2024-03-19 12:41:18 +00:00
dependencies = [
2024-04-02 10:39:57 +00:00
"indexmap 2.2.6",
2024-03-19 12:41:18 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.5",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tonic"
2024-03-13 16:36:03 +00:00
version = "0.11.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:36:03 +00:00
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"async-stream",
2022-04-06 20:18:32 +00:00
"async-trait",
2022-04-12 10:04:30 +00:00
"axum",
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"bytes",
"h2",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tonic-build"
2024-03-13 16:36:03 +00:00
version = "0.11.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:36:03 +00:00
checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"prost-build",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tonic-reflection"
2024-03-13 16:36:03 +00:00
version = "0.11.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:36:03 +00:00
checksum = "548c227bd5c0fae5925812c4ec6c66ffcfced23ea370cb823f4d18f0fc1cb6a7"
2022-04-06 20:18:32 +00:00
dependencies = [
"prost",
"prost-types",
"tokio",
"tokio-stream",
"tonic",
]
[[package]]
name = "tonic-web"
2024-03-13 16:36:03 +00:00
version = "0.11.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 16:36:03 +00:00
checksum = "dc3b0e1cedbf19fdfb78ef3d672cb9928e0a91a9cb4629cc0c916e8cff8aaaa1"
2022-04-06 20:18:32 +00:00
dependencies = [
"base64 0.21.7",
2022-04-06 20:18:32 +00:00
"bytes",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"pin-project",
2023-09-18 15:21:22 +00:00
"tokio-stream",
2022-04-06 20:18:32 +00:00
"tonic",
2023-04-10 09:22:37 +00:00
"tower-http",
2023-01-11 12:38:05 +00:00
"tower-layer",
2022-04-06 20:18:32 +00:00
"tower-service",
"tracing",
]
[[package]]
name = "tower"
2022-07-18 09:14:30 +00:00
version = "0.4.13"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-util",
2023-06-26 11:04:08 +00:00
"indexmap 1.9.3",
2022-04-06 20:18:32 +00:00
"pin-project",
"pin-project-lite",
"rand",
"slab",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tower-layer",
"tower-service",
"tracing",
]
2023-02-28 11:45:06 +00:00
[[package]]
name = "tower-http"
2023-09-18 15:21:22 +00:00
version = "0.4.4"
2023-02-28 11:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
2023-02-28 11:45:06 +00:00
dependencies = [
"base64 0.21.7",
"bitflags 2.5.0",
2023-02-28 11:45:06 +00:00
"bytes",
"futures-core",
"futures-util",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"http-body 0.4.6",
2023-02-28 11:45:06 +00:00
"http-range-header",
"mime",
"pin-project-lite",
2022-04-12 10:04:30 +00:00
"tower-layer",
"tower-service",
"tracing",
2022-04-12 10:04:30 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tower-layer"
2023-02-06 12:23:44 +00:00
version = "0.3.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2022-04-06 20:18:32 +00:00
[[package]]
name = "tower-service"
2022-07-18 09:14:30 +00:00
version = "0.3.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-04-06 20:18:32 +00:00
[[package]]
name = "tracing"
2023-11-23 15:27:20 +00:00
version = "0.1.40"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-11-23 15:27:20 +00:00
version = "0.1.27"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tracing-core"
2023-11-23 15:27:20 +00:00
version = "0.1.32"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-18 09:14:30 +00:00
"once_cell",
"valuable",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
2023-11-23 15:27:20 +00:00
version = "0.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
2023-11-23 15:27:20 +00:00
"once_cell",
2022-04-06 20:18:32 +00:00
"tracing-core",
]
2023-06-29 12:17:28 +00:00
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tracing-subscriber"
2023-11-23 15:27:20 +00:00
version = "0.3.18"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2022-04-06 20:18:32 +00:00
dependencies = [
"nu-ansi-term",
2023-06-29 12:17:28 +00:00
"serde",
"serde_json",
2022-04-06 20:18:32 +00:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
2023-06-29 12:17:28 +00:00
"tracing-serde",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "try-lock"
2023-12-11 11:10:06 +00:00
version = "0.2.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "typenum"
2023-09-18 15:21:22 +00:00
version = "1.17.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-04-06 20:18:32 +00:00
[[package]]
name = "ucd-trie"
2023-07-13 10:39:20 +00:00
version = "0.1.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-04-06 20:18:32 +00:00
[[package]]
name = "unicase"
2023-09-18 15:21:22 +00:00
version = "2.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2022-04-06 20:18:32 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2022-07-18 09:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-07-18 09:14:30 +00:00
[[package]]
name = "unicode-ident"
2023-09-18 15:21:22 +00:00
version = "1.0.12"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.23"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-04-06 20:18:32 +00:00
dependencies = [
"tinyvec",
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2022-04-06 20:18:32 +00:00
[[package]]
name = "unicode-xid"
2022-09-26 12:10:33 +00:00
version = "0.2.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-04-06 20:18:32 +00:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2023-11-23 15:27:20 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "url"
2023-11-23 15:27:20 +00:00
version = "2.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2022-04-06 20:18:32 +00:00
dependencies = [
"form_urlencoded",
2024-03-19 12:41:18 +00:00
"idna",
2022-04-06 20:18:32 +00:00
"percent-encoding",
"serde",
]
[[package]]
name = "urlencoding"
2023-08-08 10:53:21 +00:00
version = "2.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2022-04-06 20:18:32 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-04-06 20:18:32 +00:00
[[package]]
name = "uuid"
version = "1.8.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2022-04-06 20:18:32 +00:00
dependencies = [
"getrandom",
"serde",
]
2022-07-18 09:14:30 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "value-bag"
version = "1.8.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74797339c3b98616c009c7c3eb53a0ce41e85c8ec66bd3db96ed132d20cfdee8"
2022-04-06 20:18:32 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
2023-11-23 15:27:20 +00:00
version = "1.1.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2022-04-06 20:18:32 +00:00
[[package]]
name = "walkdir"
version = "2.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2022-04-06 20:18:32 +00:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-06-26 11:04:08 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 11:04:08 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-04-06 20:18:32 +00:00
dependencies = [
"try-lock",
]
[[package]]
name = "warp"
version = "0.3.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"headers",
2024-04-02 10:39:57 +00:00
"http 0.2.12",
"hyper 0.14.28",
2022-04-06 20:18:32 +00:00
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project",
"rustls-pemfile 2.1.2",
2022-04-06 20:18:32 +00:00
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls 0.25.0",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tower-service",
"tracing",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2022-04-06 20:18:32 +00:00
dependencies = [
"bumpalo",
"log",
2022-09-26 12:10:33 +00:00
"once_cell",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.42"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2022-04-06 20:18:32 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2022-04-06 20:18:32 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2022-04-06 20:18:32 +00:00
[[package]]
name = "web-sys"
version = "0.3.69"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.25.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2022-04-06 20:18:32 +00:00
2024-04-02 10:39:57 +00:00
[[package]]
name = "webpki-roots"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
dependencies = [
"rustls-pki-types",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "which"
2023-09-18 15:21:22 +00:00
version = "4.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2022-04-06 20:18:32 +00:00
dependencies = [
"either",
2023-09-18 15:21:22 +00:00
"home",
2022-09-26 12:10:33 +00:00
"once_cell",
"rustix 0.38.32",
2022-04-06 20:18:32 +00:00
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "which"
2024-04-02 10:39:57 +00:00
version = "6.0.1"
2024-03-19 12:41:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 10:39:57 +00:00
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
2024-03-19 12:41:18 +00:00
dependencies = [
"either",
"home",
"rustix 0.38.32",
2024-04-02 10:39:57 +00:00
"winsafe",
2024-03-19 12:41:18 +00:00
]
[[package]]
name = "whoami"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
dependencies = [
"redox_syscall",
"wasite",
"web-sys",
]
2022-04-06 20:18:32 +00: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-util"
version = "0.1.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2022-04-06 20:18:32 +00:00
dependencies = [
"winapi",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-28 12:41:20 +00:00
[[package]]
2023-11-23 15:27:20 +00:00
name = "windows-core"
version = "0.52.0"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-03-28 12:41:20 +00:00
dependencies = [
"windows-targets 0.52.4",
2023-03-28 12:41:20 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.4",
2023-04-10 09:22:37 +00:00
]
[[package]]
name = "windows-targets"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-10 09:22:37 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2023-12-11 11:10:06 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
2023-02-14 14:37:44 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2023-12-11 11:10:06 +00:00
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.4"
2023-12-11 11:10:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2023-12-11 11:10:06 +00:00
2023-02-28 11:45:06 +00:00
[[package]]
name = "winnow"
version = "0.5.40"
2023-02-28 11:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
2023-02-28 11:45:06 +00:00
dependencies = [
"memchr",
]
2024-03-19 12:41:18 +00:00
[[package]]
name = "winnow"
version = "0.6.5"
2024-03-19 12:41:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
2024-03-19 12:41:18 +00:00
dependencies = [
"memchr",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "winreg"
2023-09-18 15:21:22 +00:00
version = "0.50.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"cfg-if",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2024-04-02 10:39:57 +00:00
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
2024-03-13 16:23:49 +00:00
[[package]]
name = "x509-certificate"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85"
dependencies = [
"bcder",
"bytes",
"chrono",
"der",
"hex",
"pem",
"ring",
2024-03-13 16:23:49 +00:00
"signature",
"spki",
"thiserror",
"zeroize",
]
[[package]]
name = "x509-parser"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
dependencies = [
"asn1-rs",
"data-encoding",
"der-parser",
"lazy_static",
"nom",
"oid-registry",
"ring",
"rusticata-macros",
"thiserror",
"time",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "yasna"
2023-04-10 09:22:37 +00:00
version = "0.5.2"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time",
]
2022-07-07 09:16:55 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "zeroize"
2023-11-23 15:27:20 +00:00
version = "1.7.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
2024-03-13 16:23:49 +00:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.58",
2024-03-13 16:23:49 +00:00
]