2022-03-05 06:46:57 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.21.0"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2022-05-16 08:16:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.8.3"
|
2022-10-27 01:29:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
2022-10-27 01:29:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-06-13 02:40:37 +03:00
|
|
|
"cipher",
|
2022-10-27 01:29:38 +03:00
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2022-05-05 22:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"getrandom 0.2.10",
|
2022-05-05 22:06:03 +03:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-11 21:40:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-01-26 01:11:20 +03:00
|
|
|
version = "0.8.3"
|
2022-11-11 21:40:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 01:11:20 +03:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-11-11 21:40:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-27 22:18:33 +03:00
|
|
|
"getrandom 0.2.10",
|
2022-11-11 21:40:52 +03:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-09 19:46:43 +03:00
|
|
|
version = "1.1.2"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:46:43 +03:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2022-04-25 22:14:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aliasable"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
2023-06-07 20:50:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.2.16"
|
2023-06-07 20:50:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-07 20:50:34 +03:00
|
|
|
|
2023-05-29 19:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-21 11:30:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.5"
|
2022-08-21 11:30:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-21 11:30:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.6.4"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "1.0.4"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-07-27 22:18:33 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.2.2"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "3.0.1"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-17 23:49:45 +03:00
|
|
|
version = "1.0.75"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 23:49:45 +03:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2022-06-16 05:53:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-05-13 01:15:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
2023-06-22 19:26:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "archery"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6cd774058b1b415c4855d8b86436c04bf050c003156fe24bc326fb3fe75c343"
|
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "argh"
|
2023-08-09 03:40:17 +03:00
|
|
|
version = "0.1.12"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 03:40:17 +03:00
|
|
|
checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_derive"
|
2023-08-09 03:40:17 +03:00
|
|
|
version = "0.1.12"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 03:40:17 +03:00
|
|
|
checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_shared"
|
2023-08-09 03:40:17 +03:00
|
|
|
version = "0.1.12"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 03:40:17 +03:00
|
|
|
checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531"
|
2023-08-09 00:14:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.7.4"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
2023-06-12 05:10:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.9.0"
|
2023-06-12 05:10:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2023-06-12 05:10:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.8.0"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2023-06-08 03:26:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.3.5"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-01-26 08:24:09 +03:00
|
|
|
"pin-project-lite",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.3.5"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-stripe"
|
2023-10-05 21:00:30 +03:00
|
|
|
version = "0.25.2"
|
2023-06-30 00:32:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 21:00:30 +03:00
|
|
|
checksum = "e1b39347f478f57a40cbaf82cbaebb4a350acc757cda30fc7ff88707a11d1d81"
|
2023-06-30 00:32:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http-types",
|
|
|
|
"hyper",
|
2023-10-11 09:04:42 +03:00
|
|
|
"hyper-rustls",
|
2023-06-30 00:32:05 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_qs 0.10.1",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2023-06-30 00:32:05 +03:00
|
|
|
"smart-default",
|
|
|
|
"smol_str",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-08-16 01:39:13 +03:00
|
|
|
version = "0.1.73"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 01:39:13 +03:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async_io_stream"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"pharos",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "2.0.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2022-11-25 03:45:13 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2022-04-25 22:42:51 +03:00
|
|
|
"libc",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "auto_impl"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "1.1.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-08-05 02:19:43 +03:00
|
|
|
version = "0.6.20"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-05 02:19:43 +03:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2022-05-17 19:23:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-05-17 19:23:27 +03:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2022-08-13 00:41:11 +03:00
|
|
|
"headers",
|
2022-05-17 19:23:27 +03:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-05-17 19:23:27 +03:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
2022-07-14 00:49:57 +03:00
|
|
|
"percent-encoding",
|
2022-05-17 19:23:27 +03:00
|
|
|
"pin-project-lite",
|
2022-12-14 05:13:23 +03:00
|
|
|
"rustversion",
|
2022-05-17 19:23:27 +03:00
|
|
|
"serde",
|
2022-05-20 03:53:47 +03:00
|
|
|
"serde_json",
|
2022-12-14 05:13:23 +03:00
|
|
|
"serde_path_to_error",
|
2022-05-20 03:53:47 +03:00
|
|
|
"serde_urlencoded",
|
2023-01-12 02:19:21 +03:00
|
|
|
"sha1",
|
2022-05-17 19:23:27 +03:00
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
2023-08-25 00:36:43 +03:00
|
|
|
"tokio-tungstenite",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2022-05-17 19:23:27 +03:00
|
|
|
]
|
|
|
|
|
2022-07-07 06:22:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "axum-client-ip"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.4.2"
|
2022-07-07 06:22:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "1ef117890a418b7832678d9ea1e1c08456dd7b2fd1dadb9676cd6f0fe7eb4b21"
|
2022-07-07 06:22:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"forwarded-header-value",
|
2023-02-06 20:55:27 +03:00
|
|
|
"serde",
|
2022-07-07 06:22:09 +03:00
|
|
|
]
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.3.4"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-05-17 19:23:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2022-12-14 05:13:23 +03:00
|
|
|
"rustversion",
|
2022-09-12 17:36:26 +03:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2022-05-17 19:23:27 +03:00
|
|
|
]
|
|
|
|
|
2022-08-16 22:29:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "axum-macros"
|
2023-07-18 19:54:56 +03:00
|
|
|
version = "0.3.8"
|
2022-08-16 22:29:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 19:54:56 +03:00
|
|
|
checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
|
2022-08-16 22:29:00 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-08-16 22:29:00 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-08-16 22:29:00 +03:00
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.3.69"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2022-05-16 08:16:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-05-16 08:16:32 +03:00
|
|
|
"libc",
|
2023-07-03 02:21:10 +03:00
|
|
|
"miniz_oxide",
|
2022-05-16 08:16:32 +03:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
2023-04-11 01:01:36 +03:00
|
|
|
name = "base16ct"
|
|
|
|
version = "0.2.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 01:01:36 +03:00
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.13.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-01-20 08:30:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.21.4"
|
2023-01-20 08:30:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-01-20 08:30:24 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "1.6.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.9.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-02-08 22:11:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.3.1"
|
2023-02-08 22:11:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
|
2023-02-08 22:11:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.5.3"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-06-22 03:57:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.4.0"
|
2023-06-22 03:57:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-06-22 03:57:53 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "1.0.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-03-20 14:22:30 +03:00
|
|
|
"funty",
|
2023-08-25 00:36:43 +03:00
|
|
|
"radium",
|
2022-04-25 22:42:51 +03:00
|
|
|
"tap",
|
2023-03-20 14:22:30 +03:00
|
|
|
"wyz",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.10.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.10.3"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
2023-01-26 08:24:09 +03:00
|
|
|
"hashbrown 0.13.2",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.10.3"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
|
|
|
"proc-macro-crate 0.1.5",
|
|
|
|
"proc-macro2",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.10.3"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.10.3"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.5.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
|
|
|
"tinyvec",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "3.14.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-slice-cast"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "1.2.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.6.11"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
2023-05-11 23:25:55 +03:00
|
|
|
"simdutf8",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.6.11"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.6.4"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
|
2023-06-08 03:26:38 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-06 10:05:27 +03:00
|
|
|
version = "1.5.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 10:05:27 +03:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "1.5.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.4.4"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.1.6"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2023-10-07 23:45:32 +03:00
|
|
|
version = "0.1.4"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:45:32 +03:00
|
|
|
checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.17.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "e7daec1a2a2129eeba1644b220b4647ec537b0b5d4bfd6876fcc5a540056b592"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-24 14:25:12 +03:00
|
|
|
"thiserror",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "1.0.83"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-16 01:39:13 +03:00
|
|
|
"libc",
|
2022-07-25 21:36:15 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-09-18 21:04:22 +03:00
|
|
|
version = "0.4.31"
|
2022-05-20 03:53:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 21:04:22 +03:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2023-05-29 19:43:51 +03:00
|
|
|
"android-tzdata",
|
2022-08-21 11:30:43 +03:00
|
|
|
"iana-time-zone",
|
2022-08-16 03:33:26 +03:00
|
|
|
"js-sys",
|
2022-05-20 03:53:47 +03:00
|
|
|
"num-traits",
|
2022-07-26 07:53:38 +03:00
|
|
|
"serde",
|
2022-08-16 03:33:26 +03:00
|
|
|
"wasm-bindgen",
|
2023-08-31 06:59:06 +03:00
|
|
|
"windows-targets",
|
2022-05-20 03:53:47 +03:00
|
|
|
]
|
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.4.4"
|
2022-10-27 01:29:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-10-27 01:29:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-05-05 22:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "3.2.25"
|
2022-05-05 22:06:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-27 22:18:33 +03:00
|
|
|
"clap_derive 3.2.25",
|
|
|
|
"clap_lex 0.2.4",
|
2023-06-24 10:41:48 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-07-26 07:53:38 +03:00
|
|
|
"once_cell",
|
2022-04-25 22:42:51 +03:00
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
2022-09-05 08:53:58 +03:00
|
|
|
"textwrap",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "4.4.6"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
2023-09-02 02:57:31 +03:00
|
|
|
"clap_derive 4.4.2",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "4.4.6"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-08-25 00:36:43 +03:00
|
|
|
"clap_lex 0.5.1",
|
2023-07-27 22:18:33 +03:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
|
|
|
version = "3.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8"
|
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"clap 3.2.25",
|
2023-03-23 04:43:13 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "clap_derive"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "3.2.25"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-04-25 22:42:51 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-02 02:57:31 +03:00
|
|
|
version = "4.4.2"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 02:57:31 +03:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 21:56:46 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "clap_lex"
|
2022-07-26 07:53:38 +03:00
|
|
|
version = "0.2.4"
|
2022-04-24 21:56:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 07:53:38 +03:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-24 21:56:46 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"os_str_bytes",
|
2022-04-24 21:56:46 +03:00
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.5.1"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2023-07-27 22:18:33 +03:00
|
|
|
|
2023-04-20 01:22:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "coins-bip32"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.8.7"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "3b6be4a5df2098cd811f3194f64ddb96c267606bffd9689ac7b0160097b01ad3"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"bs58",
|
|
|
|
"coins-core",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-07-25 21:36:15 +03:00
|
|
|
"hmac",
|
2023-06-24 19:48:28 +03:00
|
|
|
"k256",
|
2022-04-25 22:42:51 +03:00
|
|
|
"serde",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 10:26:00 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "coins-bip39"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.8.7"
|
2022-04-24 10:26:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "3db8fba409ce3dc04f7d804074039eb68b960b0829161f8e06c95fea3f122528"
|
2022-04-24 10:26:00 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"bitvec",
|
2022-04-25 22:42:51 +03:00
|
|
|
"coins-bip32",
|
2022-07-25 21:36:15 +03:00
|
|
|
"hmac",
|
2023-04-11 01:01:36 +03:00
|
|
|
"once_cell",
|
2023-08-19 03:06:38 +03:00
|
|
|
"pbkdf2 0.12.2",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
2022-04-24 10:26:00 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "coins-core"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.8.7"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "5286a0843c21f8367f7be734f89df9b822e0321d8bcce8d6e735aadff7d74979"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2022-04-25 22:42:51 +03:00
|
|
|
"bech32",
|
2023-04-11 01:01:36 +03:00
|
|
|
"bs58",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2022-04-25 22:42:51 +03:00
|
|
|
"hex",
|
2022-07-25 21:36:15 +03:00
|
|
|
"ripemd",
|
2022-04-25 22:42:51 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-10-07 05:15:53 +03:00
|
|
|
"sha3",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.6.2"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"color-spantrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-error",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-spantrace"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.2.0"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2022-05-21 23:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "4.6.6"
|
2022-05-21 23:40:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
2022-05-21 23:40:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-10-27 01:29:38 +03:00
|
|
|
"tokio-util",
|
2022-05-21 23:40:22 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-09-25 20:39:31 +03:00
|
|
|
version = "2.3.0"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:39:31 +03:00
|
|
|
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
2023-06-08 03:26:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.6.0"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
2023-10-03 23:46:27 +03:00
|
|
|
"futures-core",
|
2023-03-23 04:43:13 +03:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.2.0"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-utils",
|
2023-10-03 23:46:27 +03:00
|
|
|
"futures-task",
|
2023-03-23 04:43:13 +03:00
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2023-03-23 04:43:13 +03:00
|
|
|
"prost-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2023-03-23 04:43:13 +03:00
|
|
|
]
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "const-hex"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "1.9.1"
|
2023-08-25 00:36:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "c37be52ef5e3b394db27a2341010685ad5103c72ac15ce2e9420a7e8f93f342c"
|
2023-08-25 00:36:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"hex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.9.5"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
2022-07-25 21:36:15 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 21:36:15 +03:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-26 19:50:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-21 11:30:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.8.4"
|
2022-08-21 11:30:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-08-21 11:30:43 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.2.9"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-07-25 21:36:15 +03:00
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.1.2"
|
2023-02-06 20:55:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
|
2023-02-06 20:55:27 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.5.8"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.8.3"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.9.15"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.3.8"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-07-26 07:53:38 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.8.16"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-07-04 02:55:44 +03:00
|
|
|
version = "0.26.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:55:44 +03:00
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-03-23 04:43:13 +03:00
|
|
|
"crossterm_winapi",
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
2023-07-04 02:55:44 +03:00
|
|
|
"mio",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2023-03-23 04:43:13 +03:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2023-07-04 02:55:44 +03:00
|
|
|
version = "0.9.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:55:44 +03:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "0.5.3"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-04-25 22:42:51 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.6"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2022-04-25 22:42:51 +03:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-02-03 00:44:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "1.3.0"
|
2023-02-03 00:44:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
2023-02-03 00:44:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2023-02-03 00:44:57 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.1.11"
|
2023-02-03 00:44:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
2023-02-03 00:44:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.9.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-06-13 02:40:37 +03:00
|
|
|
"cipher",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-05-31 06:58:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
|
|
2022-09-14 09:18:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deadpool"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "0.10.0"
|
2022-09-14 09:18:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
|
2022-09-14 09:18:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"deadpool-runtime",
|
|
|
|
"num_cpus",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deadpool-redis"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "0.13.0"
|
2022-09-14 09:18:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "84930e585871d35b8e06d3e03d03e3a8a4c5dc71afa4376c7cd5f9223e1da1ea"
|
2022-09-14 09:18:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"deadpool",
|
|
|
|
"redis",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deadpool-runtime"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "0.1.3"
|
2022-09-14 09:18:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
|
2022-09-14 09:18:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-10-25 00:07:29 +03:00
|
|
|
]
|
|
|
|
|
2023-09-13 22:05:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deduped_broadcast"
|
2023-09-20 22:34:51 +03:00
|
|
|
version = "0.2.2"
|
2023-09-13 22:05:47 +03:00
|
|
|
dependencies = [
|
2023-10-07 13:41:11 +03:00
|
|
|
"moka",
|
2023-09-13 22:05:47 +03:00
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-09-15 20:57:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deferred-rate-limiter"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-06-08 03:26:38 +03:00
|
|
|
"moka",
|
2022-09-15 20:57:24 +03:00
|
|
|
"redis-rate-limiter",
|
|
|
|
"tokio",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2022-09-15 20:57:24 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.7.8"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
2022-07-25 21:36:15 +03:00
|
|
|
"zeroize",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-09-21 19:35:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.3.9"
|
2023-09-21 19:35:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
|
2023-09-21 19:35:06 +03:00
|
|
|
dependencies = [
|
2023-10-14 05:46:32 +03:00
|
|
|
"powerfmt",
|
2023-09-21 19:35:06 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-25 07:16:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-04-26 19:50:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
2023-04-20 07:09:17 +03:00
|
|
|
"convert_case",
|
2022-04-26 19:50:02 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-26 19:50:02 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.13"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-31 06:58:24 +03:00
|
|
|
version = "0.10.7"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 06:58:24 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"block-buffer",
|
2023-07-27 22:18:33 +03:00
|
|
|
"const-oid",
|
2022-04-25 22:42:51 +03:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"dirs-sys 0.3.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys 0.4.1",
|
2023-03-23 04:43:13 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[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",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.15.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2022-10-25 00:07:29 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "1.0.4"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.16.8"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"der",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-06-24 19:48:28 +03:00
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
2023-07-27 22:18:33 +03:00
|
|
|
"spki",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "1.9.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.13.6"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "d97ca172ae9dc9f9b779a6e3a65d308f2af74e5b8c921299075bdb4a0370e914"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-06-24 19:48:28 +03:00
|
|
|
"base16ct",
|
2023-07-27 22:18:33 +03:00
|
|
|
"crypto-bigint",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-06-24 19:48:28 +03:00
|
|
|
"ff",
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2023-06-24 19:48:28 +03:00
|
|
|
"group",
|
2023-07-27 22:18:33 +03:00
|
|
|
"pkcs8",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2023-06-24 19:48:28 +03:00
|
|
|
"sec1",
|
2022-04-25 22:42:51 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.14.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-02-03 00:44:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.8.33"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "enr"
|
2023-09-19 20:57:14 +03:00
|
|
|
version = "0.9.1"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:57:14 +03:00
|
|
|
checksum = "fe81b5c06ecfdbc71dd845216f225f53b62a10cb8a16c946836a3467f701d05b"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-04-11 01:01:36 +03:00
|
|
|
"bytes",
|
|
|
|
"hex",
|
2023-06-24 19:48:28 +03:00
|
|
|
"k256",
|
2023-04-11 01:01:36 +03:00
|
|
|
"log",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-04-11 01:01:36 +03:00
|
|
|
"rlp",
|
|
|
|
"serde",
|
|
|
|
"sha3",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "entities"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.43.0"
|
2022-08-04 02:17:02 +03:00
|
|
|
dependencies = [
|
2022-12-14 05:13:23 +03:00
|
|
|
"ethers",
|
2022-08-04 02:17:02 +03:00
|
|
|
"sea-orm",
|
2022-08-05 22:47:50 +03:00
|
|
|
"serde",
|
2022-12-14 05:13:23 +03:00
|
|
|
"ulid",
|
2022-08-04 02:17:02 +03:00
|
|
|
]
|
2022-07-26 07:53:38 +03:00
|
|
|
|
2023-06-27 22:36:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-24 10:41:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "1.0.1"
|
2023-06-24 10:41:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-24 10:41:48 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-09 19:46:43 +03:00
|
|
|
version = "0.3.5"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:46:43 +03:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"home",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "eth-keystore"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.5.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-06-13 02:40:37 +03:00
|
|
|
"aes",
|
2022-04-25 22:42:51 +03:00
|
|
|
"ctr",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
"hex",
|
2022-07-25 21:36:15 +03:00
|
|
|
"hmac",
|
2023-04-11 01:01:36 +03:00
|
|
|
"pbkdf2 0.11.0",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2022-04-25 22:42:51 +03:00
|
|
|
"scrypt",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-10-07 05:15:53 +03:00
|
|
|
"sha3",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
2022-07-26 07:53:38 +03:00
|
|
|
"uuid 0.8.2",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethabi"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "18.0.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "7413c5f74cc903ea37386a8965a936cbeb334bd270862fdece542c1b2dcbc898"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ethereum-types",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-07 05:15:53 +03:00
|
|
|
"sha3",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"uint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethbloom"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.13.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
"fixed-hash",
|
2022-10-27 01:29:38 +03:00
|
|
|
"impl-codec",
|
2022-04-25 22:42:51 +03:00
|
|
|
"impl-rlp",
|
|
|
|
"impl-serde",
|
2022-10-27 01:29:38 +03:00
|
|
|
"scale-info",
|
2022-04-25 22:42:51 +03:00
|
|
|
"tiny-keccak",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethereum-types"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.14.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ethbloom",
|
|
|
|
"fixed-hash",
|
2022-10-27 01:29:38 +03:00
|
|
|
"impl-codec",
|
2022-04-25 22:42:51 +03:00
|
|
|
"impl-rlp",
|
|
|
|
"impl-serde",
|
|
|
|
"primitive-types",
|
2022-10-27 01:29:38 +03:00
|
|
|
"scale-info",
|
2022-04-25 22:42:51 +03:00
|
|
|
"uint",
|
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "1ad13497f6e0a24292fc7b408e30d22fe9dc262da1f40d7b542c3a44e7fc0476"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-addressbook",
|
|
|
|
"ethers-contract",
|
|
|
|
"ethers-core",
|
|
|
|
"ethers-etherscan",
|
|
|
|
"ethers-middleware",
|
|
|
|
"ethers-providers",
|
|
|
|
"ethers-signers",
|
|
|
|
"ethers-solc",
|
2022-05-20 03:53:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethers-addressbook"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "c6e9e8acd0ed348403cc73a670c24daba3226c40b98dc1a41903766b3ab6240a"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2022-04-25 22:42:51 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-contract"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "d79269278125006bb0552349c03593ffa9702112ca88bc7046cc669f148fb47c"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-contract-abigen",
|
2022-12-14 05:13:23 +03:00
|
|
|
"ethers-contract-derive",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
|
|
|
"ethers-providers",
|
2022-04-25 22:42:51 +03:00
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-contract-abigen"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "ce95a43c939b2e4e2f3191c5ad4a1f279780b8a39139c9905b43a7433531e2ab"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2022-05-20 03:53:47 +03:00
|
|
|
"dunce",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2023-04-11 01:01:36 +03:00
|
|
|
"ethers-etherscan",
|
2022-04-25 22:42:51 +03:00
|
|
|
"eyre",
|
2023-04-11 01:01:36 +03:00
|
|
|
"prettyplease",
|
2022-04-25 22:42:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-10-27 01:29:38 +03:00
|
|
|
"regex",
|
2022-04-25 22:42:51 +03:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-09-11 21:33:10 +03:00
|
|
|
"toml 0.7.8",
|
2022-04-25 22:42:51 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-12-14 05:13:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-contract-derive"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "8e9ce44906fc871b3ee8c69a695ca7ec7f70e50cb379c9b9cb5e532269e492f6"
|
2022-12-14 05:13:23 +03:00
|
|
|
dependencies = [
|
2023-04-20 07:09:17 +03:00
|
|
|
"Inflector",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2022-12-14 05:13:23 +03:00
|
|
|
"ethers-contract-abigen",
|
|
|
|
"ethers-core",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 07:09:17 +03:00
|
|
|
"serde_json",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-12-14 05:13:23 +03:00
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-core"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "c0a17f0708692024db9956b31d7a20163607d2745953f5ae8125ab368ba280ad"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2023-03-20 14:22:30 +03:00
|
|
|
"arrayvec",
|
2022-05-20 03:53:47 +03:00
|
|
|
"bytes",
|
2023-08-25 00:36:43 +03:00
|
|
|
"cargo_metadata 0.17.0",
|
2022-05-20 03:53:47 +03:00
|
|
|
"chrono",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2023-06-24 19:48:28 +03:00
|
|
|
"elliptic-curve",
|
2022-05-20 03:53:47 +03:00
|
|
|
"ethabi",
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2023-06-24 19:48:28 +03:00
|
|
|
"k256",
|
2023-08-25 00:36:43 +03:00
|
|
|
"num_enum 0.7.0",
|
2022-05-20 03:53:47 +03:00
|
|
|
"once_cell",
|
2022-10-27 01:29:38 +03:00
|
|
|
"open-fastrlp",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2022-05-20 03:53:47 +03:00
|
|
|
"rlp",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-18 19:54:56 +03:00
|
|
|
"strum",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-11 01:01:36 +03:00
|
|
|
"tempfile",
|
2022-05-20 03:53:47 +03:00
|
|
|
"thiserror",
|
|
|
|
"tiny-keccak",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethers-etherscan"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "0e53451ea4a8128fbce33966da71132cf9e1040dcfd2a2084fd7733ada7b2045"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2022-05-20 03:53:47 +03:00
|
|
|
"reqwest",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethers-middleware"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "473f1ccd0c793871bbc248729fa8df7e6d2981d6226e4343e3bbaa9281074d5d"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-04-11 01:01:36 +03:00
|
|
|
"auto_impl",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-contract",
|
|
|
|
"ethers-core",
|
|
|
|
"ethers-etherscan",
|
|
|
|
"ethers-providers",
|
|
|
|
"ethers-signers",
|
2023-04-11 01:01:36 +03:00
|
|
|
"futures-channel",
|
2022-05-20 03:53:47 +03:00
|
|
|
"futures-locks",
|
2022-04-25 22:42:51 +03:00
|
|
|
"futures-util",
|
|
|
|
"instant",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-providers"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "6838fa110e57d572336178b7c79e94ff88ef976306852d8cb87d9e5b1fc7c0b5"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-04-11 01:01:36 +03:00
|
|
|
"auto_impl",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-04-11 01:01:36 +03:00
|
|
|
"bytes",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2023-04-11 01:01:36 +03:00
|
|
|
"enr",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2022-04-25 22:42:51 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-timer",
|
|
|
|
"futures-util",
|
|
|
|
"hashers",
|
|
|
|
"http",
|
2023-04-11 01:01:36 +03:00
|
|
|
"instant",
|
2023-08-25 00:36:43 +03:00
|
|
|
"jsonwebtoken",
|
2022-04-25 22:42:51 +03:00
|
|
|
"once_cell",
|
|
|
|
"pin-project",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-08-25 00:36:43 +03:00
|
|
|
"tokio-tungstenite",
|
2022-04-25 22:42:51 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2022-04-25 22:42:51 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"ws_stream_wasm",
|
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ethers-signers"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "5ea44bec930f12292866166f9ddbea6aa76304850e4d8dcd66dc492b43d00ff1"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"coins-bip32",
|
|
|
|
"coins-bip39",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
2023-06-24 19:48:28 +03:00
|
|
|
"elliptic-curve",
|
2022-05-20 03:53:47 +03:00
|
|
|
"eth-keystore",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-05-20 03:53:47 +03:00
|
|
|
"thiserror",
|
2023-04-11 01:01:36 +03:00
|
|
|
"tracing",
|
2022-05-20 03:53:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ethers-solc"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "2.0.10"
|
2023-06-24 08:23:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "de34e484e7ae3cab99fbfd013d6c5dc7f9013676a4e0e414d8b12e1213e8b3ba"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2023-08-25 00:36:43 +03:00
|
|
|
"const-hex",
|
|
|
|
"dirs 5.0.1",
|
2022-05-20 03:53:47 +03:00
|
|
|
"dunce",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers-core",
|
2022-05-20 03:53:47 +03:00
|
|
|
"glob",
|
|
|
|
"home",
|
|
|
|
"md-5",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"path-slash",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"solang-parser",
|
|
|
|
"svm-rs",
|
|
|
|
"thiserror",
|
|
|
|
"tiny-keccak",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"walkdir",
|
2022-10-27 01:29:38 +03:00
|
|
|
"yansi",
|
2022-05-20 03:53:47 +03:00
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "2.5.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-07-26 07:53:38 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
2023-06-17 00:48:03 +03:00
|
|
|
version = "0.3.0"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 00:48:03 +03:00
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
2023-01-26 08:24:09 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-01-26 08:24:09 +03:00
|
|
|
version = "1.9.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 08:24:09 +03:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.0.1"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-07-27 22:18:33 +03:00
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-14 00:49:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2023-04-11 01:01:36 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-09-06 23:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "finl_unicode"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixed-hash"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.8.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2022-04-25 22:42:51 +03:00
|
|
|
"rustc-hex",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.4.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "1.0.28"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-07-03 02:21:10 +03:00
|
|
|
"miniz_oxide",
|
2022-07-25 21:36:15 +03:00
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.11.0"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"spin 0.9.8",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "1.2.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 20:50:34 +03:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-07-14 00:49:57 +03:00
|
|
|
"percent-encoding",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-07-07 06:22:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "forwarded-header-value"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
|
|
|
|
dependencies = [
|
|
|
|
"nonempty",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-07-07 00:42:31 +03:00
|
|
|
]
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fstrings"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7845a0f15da505ac36baad0486612dab57f8b8d34e19c5470a265bbcdd572ae6"
|
|
|
|
dependencies = [
|
|
|
|
"fstrings-proc-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fstrings-proc-macro"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63b58c0e7581dc33478a32299182cbe5ae3b8c028be26728a47fb0a113c92d9d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-02-22 07:25:02 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.5.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"fastrand 1.9.0",
|
2023-06-08 03:26:38 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-locks"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.7.1"
|
2022-05-20 03:53:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "45ec6fe3675af967e67c5536c0b9d44e34e6c52f86bedc4ea49c5317b8e94d06"
|
2022-05-20 03:53:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-task",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-24 21:56:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"gloo-timers",
|
|
|
|
"send_wrapper 0.4.0",
|
|
|
|
]
|
2022-04-24 21:56:46 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.3.28"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.14.7"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2023-04-11 01:01:36 +03:00
|
|
|
"zeroize",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "0.2.10"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 20:50:34 +03:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-03-05 06:46:57 +03:00
|
|
|
"libc",
|
2023-01-24 14:25:12 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.28.0"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2022-05-16 08:16:32 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-07 03:01:10 +03:00
|
|
|
version = "0.3.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-07 03:01:10 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "go-parse-duration"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "558b88954871f5e5b2af0e62e2e176c8bde7a6c2c4ed41b13d138d96da2e2cbd"
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
|
|
dependencies = [
|
2023-06-24 19:48:28 +03:00
|
|
|
"ff",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-04-25 22:42:51 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "0.3.21"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-06-24 10:41:48 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-03-05 06:46:57 +03:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-10-27 01:29:38 +03:00
|
|
|
"tokio-util",
|
2022-03-05 06:46:57 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-08-12 22:07:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-09-02 02:57:31 +03:00
|
|
|
version = "4.4.0"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 02:57:31 +03:00
|
|
|
checksum = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683"
|
2022-08-12 22:07:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-05-05 22:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-19 04:31:12 +03:00
|
|
|
version = "0.12.3"
|
2022-05-05 22:06:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-19 04:31:12 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-05-05 22:06:03 +03:00
|
|
|
dependencies = [
|
2022-11-11 21:40:52 +03:00
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-01-15 23:02:33 +03:00
|
|
|
version = "0.13.2"
|
2022-11-11 21:40:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 23:02:33 +03:00
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2022-11-11 21:40:52 +03:00
|
|
|
dependencies = [
|
2023-01-26 01:11:20 +03:00
|
|
|
"ahash 0.8.3",
|
2023-06-07 20:50:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.14.1"
|
2023-06-07 20:50:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-06-07 20:50:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"allocator-api2",
|
2022-07-23 02:26:04 +03:00
|
|
|
"serde",
|
2022-05-05 22:06:03 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashers"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
|
|
|
]
|
|
|
|
|
2022-05-05 22:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "0.8.4"
|
2022-05-05 22:06:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
2022-05-05 22:06:03 +03:00
|
|
|
dependencies = [
|
2023-10-03 23:46:27 +03:00
|
|
|
"hashbrown 0.14.1",
|
2022-05-05 22:06:03 +03:00
|
|
|
]
|
|
|
|
|
2022-09-09 00:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
2022-10-11 08:13:00 +03:00
|
|
|
version = "7.5.2"
|
2022-09-09 00:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 08:13:00 +03:00
|
|
|
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
|
2022-09-09 00:01:36 +03:00
|
|
|
dependencies = [
|
2023-01-24 14:25:12 +03:00
|
|
|
"base64 0.13.1",
|
2022-09-09 00:01:36 +03:00
|
|
|
"byteorder",
|
2023-06-09 22:21:50 +03:00
|
|
|
"crossbeam-channel",
|
2022-09-09 00:01:36 +03:00
|
|
|
"flate2",
|
2023-03-20 14:22:30 +03:00
|
|
|
"nom",
|
2022-09-09 00:01:36 +03:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-08-13 00:41:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-09-02 02:57:31 +03:00
|
|
|
version = "0.3.9"
|
2022-08-13 00:41:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 02:57:31 +03:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2022-08-13 00:41:11 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2022-08-13 00:41:11 +03:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
2023-01-24 14:25:12 +03:00
|
|
|
"sha1",
|
2022-08-13 00:41:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.7.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-polyfill",
|
|
|
|
"hash32",
|
|
|
|
"rustc_version",
|
2023-05-12 06:05:47 +03:00
|
|
|
"spin 0.9.8",
|
2023-02-06 20:55:27 +03:00
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-01-26 08:24:09 +03:00
|
|
|
version = "0.4.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 08:24:09 +03:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-19 20:57:14 +03:00
|
|
|
version = "0.3.3"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:57:14 +03:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-01-26 08:24:09 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.5.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-25 11:47:16 +03:00
|
|
|
version = "0.2.9"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 11:47:16 +03:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-28 07:25:55 +03:00
|
|
|
version = "0.4.5"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 07:25:55 +03:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.3.1"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2022-05-17 19:23:27 +03:00
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-types"
|
|
|
|
version = "2.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-channel",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"futures-lite",
|
|
|
|
"http",
|
|
|
|
"infer",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_qs 0.8.5",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "1.8.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.0.3"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-11-12 11:24:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-06-27 07:07:25 +03:00
|
|
|
version = "0.14.27"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:07:25 +03:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-03-05 06:46:57 +03:00
|
|
|
"pin-project-lite",
|
2023-06-12 05:10:10 +03:00
|
|
|
"socket2 0.4.9",
|
2022-03-05 06:46:57 +03:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
2023-10-11 09:04:42 +03:00
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 09:04:42 +03:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-10-11 09:04:42 +03:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
2022-04-25 22:42:51 +03:00
|
|
|
"hyper",
|
2023-10-11 09:04:42 +03:00
|
|
|
"log",
|
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
2022-04-25 22:42:51 +03:00
|
|
|
"tokio",
|
2023-10-11 09:04:42 +03:00
|
|
|
"tokio-rustls",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
2023-10-11 09:04:42 +03:00
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 09:04:42 +03:00
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
2023-10-11 09:04:42 +03:00
|
|
|
"pin-project-lite",
|
2023-03-23 04:43:13 +03:00
|
|
|
"tokio",
|
2023-10-11 09:04:42 +03:00
|
|
|
"tokio-io-timeout",
|
2023-03-23 04:43:13 +03:00
|
|
|
]
|
|
|
|
|
2022-08-21 11:30:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.1.57"
|
2022-08-21 11:30:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-08-21 11:30:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-01-24 14:25:12 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-21 11:30:43 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-05-12 06:05:47 +03:00
|
|
|
"windows",
|
2022-08-21 11:30:43 +03:00
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-29 19:43:51 +03:00
|
|
|
version = "0.1.2"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 19:43:51 +03:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
2023-05-29 19:43:51 +03:00
|
|
|
"cc",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "idna"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "0.4.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 20:50:34 +03:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "impl-codec"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
|
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "impl-rlp"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"
|
|
|
|
dependencies = [
|
|
|
|
"rlp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "impl-serde"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.4.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "impl-trait-for-tuples"
|
|
|
|
version = "0.2.2"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-25 22:42:51 +03:00
|
|
|
checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "1.9.3"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-11-11 21:40:52 +03:00
|
|
|
"hashbrown 0.12.3",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-24 10:41:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "2.0.2"
|
2023-06-24 10:41:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-06-24 10:41:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-03 23:46:27 +03:00
|
|
|
"hashbrown 0.14.1",
|
2023-06-24 10:41:48 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "influxdb2"
|
2023-06-17 00:48:03 +03:00
|
|
|
version = "0.4.2"
|
2023-06-17 09:41:12 +03:00
|
|
|
source = "git+https://github.com/llamanodes/influxdb2?rev=2d125128696a29d7e0b9abc052c928937e7c0579#2d125128696a29d7e0b9abc052c928937e7c0579"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-01-26 08:24:09 +03:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"csv",
|
|
|
|
"fallible-iterator",
|
|
|
|
"futures",
|
|
|
|
"go-parse-duration",
|
|
|
|
"influxdb2-derive",
|
|
|
|
"influxdb2-structmap",
|
2023-10-11 01:53:52 +03:00
|
|
|
"ordered-float 3.9.2",
|
2023-01-26 08:24:09 +03:00
|
|
|
"reqwest",
|
2023-06-17 00:48:03 +03:00
|
|
|
"secrecy",
|
2023-01-26 08:24:09 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-30 00:32:05 +03:00
|
|
|
"serde_qs 0.12.0",
|
2023-01-26 08:24:09 +03:00
|
|
|
"snafu",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "influxdb2-derive"
|
2023-03-20 14:22:30 +03:00
|
|
|
version = "0.1.1"
|
2023-06-17 09:41:12 +03:00
|
|
|
source = "git+https://github.com/llamanodes/influxdb2?rev=2d125128696a29d7e0b9abc052c928937e7c0579#2d125128696a29d7e0b9abc052c928937e7c0579"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
2023-06-22 19:26:57 +03:00
|
|
|
"itertools 0.10.5",
|
2023-01-26 08:24:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-26 08:24:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "influxdb2-structmap"
|
|
|
|
version = "0.2.0"
|
2023-06-17 09:41:12 +03:00
|
|
|
source = "git+https://github.com/llamanodes/influxdb2?rev=2d125128696a29d7e0b9abc052c928937e7c0579#2d125128696a29d7e0b9abc052c928937e7c0579"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"num-traits",
|
2023-10-11 01:53:52 +03:00
|
|
|
"ordered-float 3.9.2",
|
2023-01-26 08:24:09 +03:00
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inherent"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2022-10-27 01:29:38 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-06-27 07:07:25 +03:00
|
|
|
version = "2.8.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 07:07:25 +03:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-08-03 03:27:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iri-string"
|
2023-06-24 19:48:28 +03:00
|
|
|
version = "0.7.0"
|
2022-08-03 03:27:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 19:48:28 +03:00
|
|
|
checksum = "21859b667d66a4c1dacd9df0863b3efb65785474255face87f5bca39dd8407c0"
|
2022-08-03 03:27:26 +03:00
|
|
|
dependencies = [
|
2022-10-07 05:15:53 +03:00
|
|
|
"memchr",
|
|
|
|
"serde",
|
2022-08-03 03:27:26 +03:00
|
|
|
]
|
|
|
|
|
2022-11-25 03:45:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.4.9"
|
2022-11-25 03:45:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-11-25 03:45:13 +03:00
|
|
|
dependencies = [
|
2023-09-19 20:57:14 +03:00
|
|
|
"hermit-abi 0.3.3",
|
2023-09-19 00:31:58 +03:00
|
|
|
"rustix",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-11-25 03:45:13 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-27 00:39:26 +03:00
|
|
|
version = "0.10.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 00:39:26 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-06-22 19:26:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-20 08:55:53 +03:00
|
|
|
version = "1.0.9"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 08:55:53 +03:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-07-25 21:36:15 +03:00
|
|
|
name = "jobserver"
|
2023-10-10 23:44:45 +03:00
|
|
|
version = "0.1.27"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 23:44:45 +03:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-07-25 21:36:15 +03:00
|
|
|
"libc",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-07-14 00:49:57 +03:00
|
|
|
[[package]]
|
2022-07-25 21:36:15 +03:00
|
|
|
name = "js-sys"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.3.64"
|
2022-07-14 00:49:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-07-14 00:49:57 +03:00
|
|
|
dependencies = [
|
2022-07-25 21:36:15 +03:00
|
|
|
"wasm-bindgen",
|
2022-07-14 00:49:57 +03:00
|
|
|
]
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "8.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-08-25 00:36:43 +03:00
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "k256"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-06-24 19:48:28 +03:00
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2023-04-11 01:01:36 +03:00
|
|
|
"once_cell",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2023-06-24 19:48:28 +03:00
|
|
|
"signature",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.1.4"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
2022-04-25 22:42:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2023-07-18 19:54:56 +03:00
|
|
|
version = "0.20.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 19:54:56 +03:00
|
|
|
checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2023-05-11 23:25:55 +03:00
|
|
|
"is-terminal",
|
2023-06-22 19:26:57 +03:00
|
|
|
"itertools 0.10.5",
|
2022-04-25 22:42:51 +03:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
|
|
|
"regex",
|
2023-08-31 06:59:06 +03:00
|
|
|
"regex-syntax 0.7.5",
|
2022-04-25 22:42:51 +03:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
|
|
|
"tiny-keccak",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2023-07-18 19:54:56 +03:00
|
|
|
version = "0.20.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 19:54:56 +03:00
|
|
|
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2023-05-11 23:09:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "latency"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-06-18 19:47:40 +03:00
|
|
|
"portable-atomic",
|
2023-05-11 23:09:15 +03:00
|
|
|
"serde",
|
|
|
|
"tokio",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2023-06-18 19:47:40 +03:00
|
|
|
"watermill",
|
2023-05-11 23:09:15 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.2",
|
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-07 05:20:38 +03:00
|
|
|
version = "0.2.149"
|
2022-05-05 22:06:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 05:20:38 +03:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2022-05-05 22:06:03 +03:00
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-10-07 00:59:46 +03:00
|
|
|
version = "0.2.8"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 00:59:46 +03:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2023-01-24 14:25:12 +03:00
|
|
|
|
2023-05-13 01:15:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.1.35"
|
2023-05-13 01:15:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
|
2023-05-13 01:15:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-03-03 04:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.1.12"
|
2023-03-03 04:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2023-03-03 04:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-09 19:46:43 +03:00
|
|
|
version = "0.4.10"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:46:43 +03:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2023-07-27 22:18:33 +03:00
|
|
|
|
2023-05-13 01:15:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "listenfd"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2023-05-13 01:15:32 +03:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-09 08:35:14 +03:00
|
|
|
version = "0.4.10"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-09 08:35:14 +03:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-03-05 06:46:57 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-16 01:39:13 +03:00
|
|
|
version = "0.4.20"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 01:39:13 +03:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-07-05 21:55:17 +03:00
|
|
|
"regex-automata 0.1.10",
|
2022-05-17 19:23:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.7.3"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2022-05-17 19:23:27 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.10.6"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-09-25 20:02:04 +03:00
|
|
|
"cfg-if",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "2.6.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.9.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-07-26 03:38:00 +03:00
|
|
|
[[package]]
|
2022-07-26 07:53:38 +03:00
|
|
|
name = "migration"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.43.0"
|
2022-07-26 03:38:00 +03:00
|
|
|
dependencies = [
|
2023-07-13 23:38:56 +03:00
|
|
|
"chrono",
|
2023-07-25 08:02:33 +03:00
|
|
|
"sea-orm",
|
2022-07-26 07:53:38 +03:00
|
|
|
"sea-orm-migration",
|
2022-10-10 07:15:07 +03:00
|
|
|
"tokio",
|
2022-07-26 03:38:00 +03:00
|
|
|
]
|
|
|
|
|
2023-05-13 01:15:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.1.39"
|
2023-05-13 01:15:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
|
2023-05-13 01:15:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.3.17"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-05-12 06:05:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-05-31 06:58:24 +03:00
|
|
|
version = "0.8.8"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 06:58:24 +03:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-04 02:55:44 +03:00
|
|
|
"log",
|
2022-04-24 10:26:00 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "moka"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.12.1"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "d8017ec3548ffe7d4cef7ac0e12b044c01164a74c0f3119420faeaf13490ad8b"
|
2023-06-08 03:26:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
2023-09-18 21:04:22 +03:00
|
|
|
"async-trait",
|
2023-06-08 03:26:38 +03:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-util",
|
|
|
|
"once_cell",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2023-06-08 03:26:38 +03:00
|
|
|
"quanta",
|
|
|
|
"rustc_version",
|
|
|
|
"skeptic",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2023-06-08 03:26:38 +03:00
|
|
|
"tagptr",
|
|
|
|
"thiserror",
|
|
|
|
"triomphe",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2023-06-08 03:26:38 +03:00
|
|
|
]
|
|
|
|
|
2023-05-13 21:13:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "7.1.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-07-07 06:22:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nonempty"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-09 05:33:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2023-07-12 10:35:07 +03:00
|
|
|
version = "0.4.1"
|
2022-07-09 05:33:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 10:35:07 +03:00
|
|
|
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
|
2022-07-09 05:33:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.4.4"
|
2022-07-09 05:33:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2022-07-09 05:33:53 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-07-09 05:33:53 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.8.4"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2022-07-26 07:53:38 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-07-09 05:33:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.4.4"
|
2022-07-09 05:33:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
|
2022-07-09 05:33:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-05 22:06:03 +03:00
|
|
|
version = "0.1.45"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 22:06:03 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-04-25 22:42:51 +03:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-07-09 05:33:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-07-09 05:33:53 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-07-09 05:33:53 +03:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-08 01:21:32 +03:00
|
|
|
version = "0.2.17"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-08 01:21:32 +03:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-07-26 07:53:38 +03:00
|
|
|
"libm",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "1.16.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-09-19 20:57:14 +03:00
|
|
|
"hermit-abi 0.3.3",
|
2022-04-25 22:42:51 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-03 04:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
|
|
|
dependencies = [
|
2023-04-20 07:09:17 +03:00
|
|
|
"num_enum_derive 0.5.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.7.0"
|
2023-04-20 07:09:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"
|
2023-04-20 07:09:17 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"num_enum_derive 0.7.0",
|
2023-03-03 04:39:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
|
|
|
dependencies = [
|
2023-05-11 23:25:55 +03:00
|
|
|
"proc-macro-crate 1.3.1",
|
2023-03-03 04:39:50 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-03 04:39:50 +03:00
|
|
|
]
|
|
|
|
|
2023-04-20 07:09:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.7.0"
|
2023-04-20 07:09:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"
|
2023-04-20 07:09:17 +03:00
|
|
|
dependencies = [
|
2023-05-11 23:25:55 +03:00
|
|
|
"proc-macro-crate 1.3.1",
|
2023-04-20 07:09:17 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-20 07:09:17 +03:00
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "0.32.1"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2022-05-16 08:16:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "1.18.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 20:50:34 +03:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "open-fastrlp"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.4"
|
2022-10-27 01:29:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce"
|
2022-10-27 01:29:38 +03:00
|
|
|
dependencies = [
|
2023-03-20 14:22:30 +03:00
|
|
|
"arrayvec",
|
2023-04-11 01:01:36 +03:00
|
|
|
"auto_impl",
|
2022-10-27 01:29:38 +03:00
|
|
|
"bytes",
|
|
|
|
"ethereum-types",
|
|
|
|
"open-fastrlp-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "open-fastrlp-derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-10-27 01:29:38 +03:00
|
|
|
]
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2023-06-27 21:59:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-09-19 20:57:14 +03:00
|
|
|
version = "300.1.5+3.1.3"
|
2023-06-27 21:59:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:57:14 +03:00
|
|
|
checksum = "559068e4c12950d7dcaa1857a61725c0d38d4fc03ff8e070ab31a75d6e316491"
|
2023-06-27 21:59:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "0.9.93"
|
2023-02-22 07:25:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
|
2023-02-22 07:25:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-06-27 21:59:49 +03:00
|
|
|
"openssl-src",
|
2023-02-22 07:25:02 +03:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-02-15 22:40:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-10-11 01:53:52 +03:00
|
|
|
version = "3.9.2"
|
2023-02-15 22:40:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 01:53:52 +03:00
|
|
|
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
|
2023-02-15 22:40:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-06-18 19:47:40 +03:00
|
|
|
"serde",
|
2023-02-15 22:40:55 +03:00
|
|
|
]
|
|
|
|
|
2023-09-25 20:02:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-10-11 01:53:52 +03:00
|
|
|
version = "4.1.1"
|
2023-09-25 20:02:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 01:53:52 +03:00
|
|
|
checksum = "536900a8093134cf9ccf00a27deb3532421099e958d9dd431135d0c7543ca1e8"
|
2023-09-25 20:02:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-11-05 01:58:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_info"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "3.7.0"
|
2022-11-05 01:58:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
|
2022-11-05 01:58:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "6.5.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ouroboros"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.17.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"aliasable",
|
|
|
|
"ouroboros_macro",
|
2023-07-27 22:18:33 +03:00
|
|
|
"static_assertions",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros_macro"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.17.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-07-26 07:53:38 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "3.5.0"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
2023-03-23 04:43:13 +03:00
|
|
|
|
2023-01-24 11:05:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pagerduty-rs"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd10bab2b6df910bbe6c4987d76aa4221235103d9a9c000cfabcee6a6abc8f7a"
|
|
|
|
dependencies = [
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-01-24 11:05:31 +03:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parity-scale-codec"
|
2023-09-12 23:01:41 +03:00
|
|
|
version = "3.6.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 23:01:41 +03:00
|
|
|
checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-03-20 14:22:30 +03:00
|
|
|
"arrayvec",
|
2023-08-25 00:36:43 +03:00
|
|
|
"bitvec",
|
2022-04-25 22:42:51 +03:00
|
|
|
"byte-slice-cast",
|
|
|
|
"impl-trait-for-tuples",
|
|
|
|
"parity-scale-codec-derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-scale-codec-derive"
|
2023-09-12 23:01:41 +03:00
|
|
|
version = "3.6.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 23:01:41 +03:00
|
|
|
checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-05-11 23:25:55 +03:00
|
|
|
"proc-macro-crate 1.3.1",
|
2022-04-25 22:42:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.1.1"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"
|
2023-06-08 03:26:38 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-03 00:48:49 +03:00
|
|
|
version = "0.12.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 00:48:49 +03:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot_core",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-09 08:35:14 +03:00
|
|
|
version = "0.9.8"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-09 08:35:14 +03:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-05-16 08:16:32 +03:00
|
|
|
"backtrace",
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"libc",
|
2022-05-16 08:16:32 +03:00
|
|
|
"petgraph",
|
2023-06-09 08:35:14 +03:00
|
|
|
"redox_syscall 0.3.5",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2022-05-16 08:16:32 +03:00
|
|
|
"thread-id",
|
2023-06-09 08:35:14 +03:00
|
|
|
"windows-targets",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 21:56:46 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "password-hash"
|
2022-07-25 21:36:15 +03:00
|
|
|
version = "0.4.2"
|
2022-04-24 21:56:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 21:36:15 +03:00
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-04-25 22:42:51 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
2022-04-24 21:56:46 +03:00
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.0.14"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2022-07-26 07:53:38 +03:00
|
|
|
|
2022-04-24 21:56:46 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "path-slash"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.2.1"
|
2022-04-24 21:56:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
|
2022-04-24 21:56:46 +03:00
|
|
|
|
2023-05-31 21:52:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "payment-contracts"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ethers",
|
|
|
|
"glob",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "pbkdf2"
|
2022-07-25 21:36:15 +03:00
|
|
|
version = "0.11.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 21:36:15 +03:00
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-07-25 21:36:15 +03:00
|
|
|
"hmac",
|
2023-01-24 14:25:12 +03:00
|
|
|
"password-hash",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.12.2"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-04-11 01:01:36 +03:00
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.7.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "percent-encoding"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "2.3.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 20:50:34 +03:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-08-12 22:07:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.7.4"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"
|
2022-08-12 22:07:14 +03:00
|
|
|
dependencies = [
|
2023-08-31 06:59:06 +03:00
|
|
|
"memchr",
|
2022-08-12 22:07:14 +03:00
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.7.4"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"
|
2022-08-12 22:07:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.7.4"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"
|
2022-08-12 22:07:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-08-12 22:07:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "2.7.4"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"
|
2022-08-12 22:07:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"pest",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-08-12 22:07:14 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "petgraph"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "0.6.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-10-03 23:46:27 +03:00
|
|
|
"indexmap 2.0.2",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "pharos"
|
|
|
|
version = "0.5.3"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-25 22:42:51 +03:00
|
|
|
checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"futures",
|
|
|
|
"rustc_version",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "phf"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.11.2"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
2023-06-30 00:32:05 +03:00
|
|
|
"phf_shared 0.11.2",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "phf_generator"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.11.2"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"phf_shared 0.11.2",
|
|
|
|
"rand 0.8.5",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "phf_macros"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.11.2"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"phf_generator",
|
2023-06-30 00:32:05 +03:00
|
|
|
"phf_shared 0.11.2",
|
2022-04-25 22:42:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-25 22:42:51 +03:00
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-25 22:42:51 +03:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-04-25 22:42:51 +03:00
|
|
|
"siphasher",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-06-30 00:32:05 +03:00
|
|
|
version = "0.11.2"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 00:32:05 +03:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.1.3"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "1.1.3"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "0.2.13"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.7.5"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"der",
|
|
|
|
"spki",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.3.27"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-07-25 21:36:15 +03:00
|
|
|
|
2023-06-18 19:47:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "1.4.3"
|
2023-06-18 19:47:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
|
2023-06-18 19:47:40 +03:00
|
|
|
|
2023-10-14 05:46:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.2.17"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.2.15"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2023-02-03 00:44:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prettytable"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46480520d1b77c9a3482d39939fcf96831537a250ec62d4fd8fbdf8e0302e781"
|
|
|
|
dependencies = [
|
2023-06-13 02:40:37 +03:00
|
|
|
"encode_unicode",
|
2023-02-03 00:44:57 +03:00
|
|
|
"is-terminal",
|
|
|
|
"lazy_static",
|
|
|
|
"term",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "primitive-types"
|
2023-10-10 23:44:45 +03:00
|
|
|
version = "0.12.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 23:44:45 +03:00
|
|
|
checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"fixed-hash",
|
|
|
|
"impl-codec",
|
|
|
|
"impl-rlp",
|
|
|
|
"impl-serde",
|
2022-10-27 01:29:38 +03:00
|
|
|
"scale-info",
|
2022-04-25 22:42:51 +03:00
|
|
|
"uint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-01-24 14:25:12 +03:00
|
|
|
"toml 0.5.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "1.3.1"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-09-13 22:05:47 +03:00
|
|
|
"toml_edit 0.19.15",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-25 22:42:51 +03:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.5.20+deprecated"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-09 19:46:43 +03:00
|
|
|
version = "1.0.69"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:46:43 +03:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-05-20 03:53:47 +03:00
|
|
|
"unicode-ident",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.12.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.12.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-10-03 23:46:27 +03:00
|
|
|
"itertools 0.11.0",
|
2023-03-23 04:43:13 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-03-23 04:43:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.12.1"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2023-05-13 21:13:02 +03:00
|
|
|
[[package]]
|
2023-06-08 03:26:38 +03:00
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.3"
|
2023-05-13 21:13:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 03:26:38 +03:00
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
2023-05-13 21:13:02 +03:00
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-06-08 03:26:38 +03:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
2023-05-13 21:13:02 +03:00
|
|
|
]
|
|
|
|
|
2023-05-14 02:28:27 +03:00
|
|
|
[[package]]
|
2023-06-08 03:26:38 +03:00
|
|
|
name = "quanta"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
2023-05-14 02:28:27 +03:00
|
|
|
dependencies = [
|
2023-06-08 03:26:38 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"mach2",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2023-05-14 02:28:27 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-19 02:18:30 +03:00
|
|
|
version = "1.0.33"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 02:18:30 +03:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
2023-06-18 19:47:40 +03:00
|
|
|
"serde",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
2022-08-16 03:33:26 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.6.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"getrandom 0.2.10",
|
2023-06-18 19:47:40 +03:00
|
|
|
"serde",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:55:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cassowary",
|
|
|
|
"crossterm",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-02-26 01:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rate-counter"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "10.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-06-08 03:26:38 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-09-21 19:35:06 +03:00
|
|
|
version = "1.8.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 19:35:06 +03:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-09-21 19:35:06 +03:00
|
|
|
version = "1.12.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 19:35:06 +03:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-03-03 04:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rdkafka"
|
2023-08-31 07:05:34 +03:00
|
|
|
version = "0.34.0"
|
2023-03-03 04:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 07:05:34 +03:00
|
|
|
checksum = "053adfa02fab06e86c01d586cc68aa47ee0ff4489a59469081dc12cbcde578bf"
|
2023-03-03 04:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rdkafka-sys",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2023-03-03 04:39:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdkafka-sys"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "4.6.0+2.2.0"
|
2023-03-03 04:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "ad63c279fca41a27c231c450a2d2ad18288032e9cbb159ad16c9d96eba35aaaf"
|
2023-03-03 04:39:50 +03:00
|
|
|
dependencies = [
|
2023-04-20 01:22:27 +03:00
|
|
|
"cmake",
|
2023-03-03 04:39:50 +03:00
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
2023-04-20 07:09:17 +03:00
|
|
|
"num_enum 0.5.11",
|
2023-04-20 01:22:27 +03:00
|
|
|
"openssl-sys",
|
2023-03-03 04:39:50 +03:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-05-21 23:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redis"
|
2023-09-02 02:57:31 +03:00
|
|
|
version = "0.23.3"
|
2022-05-21 23:40:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 02:57:31 +03:00
|
|
|
checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
|
2022-05-21 23:40:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"combine",
|
|
|
|
"futures-util",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-07-14 00:49:57 +03:00
|
|
|
"percent-encoding",
|
2022-05-21 23:40:22 +03:00
|
|
|
"pin-project-lite",
|
2022-10-27 01:29:38 +03:00
|
|
|
"ryu",
|
2022-05-21 23:40:22 +03:00
|
|
|
"tokio",
|
2022-10-27 01:29:38 +03:00
|
|
|
"tokio-util",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2022-05-21 23:40:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-15 20:57:24 +03:00
|
|
|
name = "redis-rate-limiter"
|
2022-05-21 23:40:22 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-26 08:24:09 +03:00
|
|
|
"chrono",
|
2022-09-14 09:18:13 +03:00
|
|
|
"deadpool-redis",
|
2022-09-10 03:12:14 +03:00
|
|
|
"tokio",
|
2022-05-21 23:40:22 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.2.16"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"getrandom 0.2.10",
|
2023-04-11 01:01:36 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-10 08:21:39 +03:00
|
|
|
version = "1.10.0"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 08:21:39 +03:00
|
|
|
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
|
2022-04-25 22:14:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-10 08:21:39 +03:00
|
|
|
"regex-automata 0.4.1",
|
2023-10-11 20:57:41 +03:00
|
|
|
"regex-syntax 0.8.1",
|
2022-04-25 22:14:10 +03:00
|
|
|
]
|
|
|
|
|
2022-05-05 22:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2022-05-17 19:23:27 +03:00
|
|
|
dependencies = [
|
2023-05-11 23:25:55 +03:00
|
|
|
"regex-syntax 0.6.29",
|
2022-05-17 19:23:27 +03:00
|
|
|
]
|
2022-05-05 22:06:03 +03:00
|
|
|
|
2023-07-05 21:55:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-10 08:21:39 +03:00
|
|
|
version = "0.4.1"
|
2023-07-05 21:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 08:21:39 +03:00
|
|
|
checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
|
2023-07-05 21:55:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-11 20:57:41 +03:00
|
|
|
"regex-syntax 0.8.1",
|
2023-07-05 21:55:17 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-05 22:30:52 +03:00
|
|
|
version = "0.6.29"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 22:30:52 +03:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-04-25 22:14:10 +03:00
|
|
|
|
2023-05-11 23:25:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "0.7.5"
|
2023-05-11 23:25:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-05-11 23:25:55 +03:00
|
|
|
|
2023-10-10 08:21:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-11 20:57:41 +03:00
|
|
|
version = "0.8.1"
|
2023-10-10 08:21:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 20:57:41 +03:00
|
|
|
checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
|
2023-10-10 08:21:39 +03:00
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.4.1"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.11.22"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2022-03-05 06:46:57 +03:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-10-11 09:04:42 +03:00
|
|
|
"hyper-rustls",
|
2022-03-05 06:46:57 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2022-09-21 07:48:21 +03:00
|
|
|
"once_cell",
|
2022-07-14 00:49:57 +03:00
|
|
|
"percent-encoding",
|
2022-03-05 06:46:57 +03:00
|
|
|
"pin-project-lite",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2022-03-05 06:46:57 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-10-04 05:07:21 +03:00
|
|
|
"system-configuration",
|
2022-03-05 06:46:57 +03:00
|
|
|
"tokio",
|
2023-10-11 09:04:42 +03:00
|
|
|
"tokio-rustls",
|
2023-01-26 08:24:09 +03:00
|
|
|
"tokio-util",
|
2022-06-14 07:04:14 +03:00
|
|
|
"tower-service",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2022-03-05 06:46:57 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-26 08:24:09 +03:00
|
|
|
"wasm-streams",
|
2022-03-05 06:46:57 +03:00
|
|
|
"web-sys",
|
2023-10-11 09:04:42 +03:00
|
|
|
"webpki-roots 0.25.2",
|
2023-08-22 20:42:59 +03:00
|
|
|
"winreg",
|
2023-06-12 05:10:10 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-05-03 08:13:53 +03:00
|
|
|
"spin 0.5.2",
|
2022-04-25 22:42:51 +03:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-07-25 21:36:15 +03:00
|
|
|
name = "ripemd"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.7.42"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"bitvec",
|
2023-01-24 14:25:12 +03:00
|
|
|
"bytecheck",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
2023-06-13 02:40:37 +03:00
|
|
|
"tinyvec",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.7.42"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rlp"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.5.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-04-11 01:01:36 +03:00
|
|
|
"rlp-derive",
|
2022-04-25 22:42:51 +03:00
|
|
|
"rustc-hex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rlp-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-06-22 19:26:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rpds"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd6ce569b15c331b1e5fd8cf6adb0bf240678b5f0cdc4d0f41e11683f6feba9"
|
|
|
|
dependencies = [
|
|
|
|
"archery",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.9.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-07-27 22:18:33 +03:00
|
|
|
"const-oid",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-07-26 07:53:38 +03:00
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
2023-07-27 22:18:33 +03:00
|
|
|
"pkcs8",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2023-07-27 22:18:33 +03:00
|
|
|
"signature",
|
|
|
|
"spki",
|
2022-07-26 07:53:38 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "1.32.0"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
2023-03-20 14:22:30 +03:00
|
|
|
"arrayvec",
|
2023-01-24 14:25:12 +03:00
|
|
|
"borsh",
|
|
|
|
"bytes",
|
2022-07-25 21:36:15 +03:00
|
|
|
"num-traits",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-01-24 14:25:12 +03:00
|
|
|
"rkyv",
|
2022-07-25 21:36:15 +03:00
|
|
|
"serde",
|
2023-01-24 14:25:12 +03:00
|
|
|
"serde_json",
|
2022-07-25 21:36:15 +03:00
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.1.23"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2022-05-16 08:16:32 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-13 00:12:46 +03:00
|
|
|
version = "0.38.19"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 00:12:46 +03:00
|
|
|
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"bitflags 2.4.0",
|
2023-07-27 22:18:33 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-09-19 00:31:58 +03:00
|
|
|
"linux-raw-sys",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-11-25 03:45:13 +03:00
|
|
|
]
|
|
|
|
|
2023-10-11 09:04:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "1.0.14"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-27 22:10:11 +03:00
|
|
|
version = "1.0.15"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:10:11 +03:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.10.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-06-13 02:40:37 +03:00
|
|
|
"cipher",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scale-info"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.9.0"
|
2022-10-27 01:29:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"
|
2022-10-27 01:29:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"derive_more",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scale-info-derive"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.9.0"
|
2022-10-27 01:29:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"
|
2022-10-27 01:29:38 +03:00
|
|
|
dependencies = [
|
2023-05-11 23:25:55 +03:00
|
|
|
"proc-macro-crate 1.3.1",
|
2022-10-27 01:29:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-10-27 01:29:38 +03:00
|
|
|
]
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.1.22"
|
2023-02-22 07:25:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2023-02-22 07:25:02 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-02-22 07:25:02 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "1.2.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.10.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-07-25 21:36:15 +03:00
|
|
|
"hmac",
|
2023-04-11 01:01:36 +03:00
|
|
|
"pbkdf2 0.11.0",
|
2022-04-25 22:42:51 +03:00
|
|
|
"salsa20",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2023-10-11 09:04:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sea-bae"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-27 22:18:33 +03:00
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sea-orm"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.12.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-02-08 22:11:16 +03:00
|
|
|
"bigdecimal",
|
2022-07-26 07:53:38 +03:00
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"ouroboros",
|
|
|
|
"rust_decimal",
|
|
|
|
"sea-orm-macros",
|
|
|
|
"sea-query",
|
2022-10-25 06:41:59 +03:00
|
|
|
"sea-query-binder",
|
2022-07-26 07:53:38 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
2023-07-27 22:18:33 +03:00
|
|
|
"strum",
|
2022-10-25 06:41:59 +03:00
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2022-07-26 07:53:38 +03:00
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm-cli"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.12.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "6bef60732e6016c5643350c87f43a697e8c074e41e4e2a9d961c056cb1310915"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2023-10-03 23:46:27 +03:00
|
|
|
"clap 4.4.6",
|
2022-10-31 22:34:29 +03:00
|
|
|
"dotenvy",
|
2023-07-27 22:18:33 +03:00
|
|
|
"glob",
|
2022-07-26 07:53:38 +03:00
|
|
|
"regex",
|
|
|
|
"sea-schema",
|
|
|
|
"tracing",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2022-07-26 07:53:38 +03:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm-macros"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.12.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-07-26 07:53:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-27 22:18:33 +03:00
|
|
|
"sea-bae",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-27 22:18:33 +03:00
|
|
|
"unicode-ident",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm-migration"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.12.3"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "7e53b6ddaf6dbb84e5dfc3fb78634ed0a4d6d64e7479500ab2585db239747031"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-10-03 23:46:27 +03:00
|
|
|
"clap 4.4.6",
|
2022-10-25 06:41:59 +03:00
|
|
|
"dotenvy",
|
2023-02-08 22:11:16 +03:00
|
|
|
"futures",
|
2022-07-26 07:53:38 +03:00
|
|
|
"sea-orm",
|
|
|
|
"sea-orm-cli",
|
|
|
|
"sea-schema",
|
|
|
|
"tracing",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-query"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.30.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-02-08 22:11:16 +03:00
|
|
|
"bigdecimal",
|
2022-07-26 07:53:38 +03:00
|
|
|
"chrono",
|
2023-07-27 22:18:33 +03:00
|
|
|
"derivative",
|
|
|
|
"inherent",
|
2023-10-11 01:53:52 +03:00
|
|
|
"ordered-float 3.9.2",
|
2022-07-26 07:53:38 +03:00
|
|
|
"rust_decimal",
|
|
|
|
"sea-query-derive",
|
|
|
|
"serde_json",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-25 06:41:59 +03:00
|
|
|
name = "sea-query-binder"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.5.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-02-08 22:11:16 +03:00
|
|
|
"bigdecimal",
|
2022-10-25 06:41:59 +03:00
|
|
|
"chrono",
|
|
|
|
"rust_decimal",
|
|
|
|
"sea-query",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-25 06:41:59 +03:00
|
|
|
name = "sea-query-derive"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.4.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "bd78f2e0ee8e537e9195d1049b752e0433e2cac125426bccb7b5c3e508096117"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-07-26 07:53:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-10-25 06:41:59 +03:00
|
|
|
"thiserror",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-schema"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.14.1"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "0cd9561232bd1b82ea748b581f15909d11de0db6563ddcf28c5d908aee8282f1"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"sea-query",
|
|
|
|
"sea-schema-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sea-schema-derive"
|
2023-07-27 22:18:33 +03:00
|
|
|
version = "0.2.0"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-27 22:18:33 +03:00
|
|
|
checksum = "c6f686050f76bffc4f635cda8aea6df5548666b830b52387e8bc7de11056d11e"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2022-07-26 07:53:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.7.3"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-06-24 19:48:28 +03:00
|
|
|
"base16ct",
|
2023-07-27 22:18:33 +03:00
|
|
|
"der",
|
2023-04-11 01:01:36 +03:00
|
|
|
"generic-array",
|
2023-07-27 22:18:33 +03:00
|
|
|
"pkcs8",
|
2023-04-11 01:01:36 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-06-17 00:48:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-02-22 07:25:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.9.2"
|
2023-02-22 07:25:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2023-02-22 07:25:02 +03:00
|
|
|
dependencies = [
|
2023-06-22 03:57:53 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-02-22 07:25:02 +03:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "2.9.1"
|
2023-02-22 07:25:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2023-02-22 07:25:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-10 08:21:39 +03:00
|
|
|
version = "1.0.20"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-10 08:21:39 +03:00
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "send_wrapper"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "send_wrapper"
|
2023-01-26 08:24:09 +03:00
|
|
|
version = "0.6.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 08:24:09 +03:00
|
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sentry"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "0097a48cd1999d983909f07cb03b15241c5af29e5e679379efac1c06296abecc"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"httpdate",
|
|
|
|
"reqwest",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
2022-10-25 00:07:29 +03:00
|
|
|
"sentry-anyhow",
|
|
|
|
"sentry-backtrace",
|
|
|
|
"sentry-contexts",
|
|
|
|
"sentry-core",
|
|
|
|
"sentry-panic",
|
2023-05-29 19:43:51 +03:00
|
|
|
"sentry-tracing",
|
2023-06-24 02:28:45 +03:00
|
|
|
"serde_json",
|
2022-10-25 00:07:29 +03:00
|
|
|
"tokio",
|
2022-11-05 01:58:15 +03:00
|
|
|
"ureq",
|
2023-10-11 09:04:42 +03:00
|
|
|
"webpki-roots 0.25.2",
|
2022-10-25 00:07:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sentry-anyhow"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "c4fd76cd5c14676228996a31aa214adb049920b103bbc5b5a4114d05323995c5"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"sentry-backtrace",
|
|
|
|
"sentry-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sentry-backtrace"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "18a7b80fa1dd6830a348d38a8d3a9761179047757b7dca29aef82db0118b9670"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sentry-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sentry-contexts"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "7615dc588930f1fd2e721774f25844ae93add2dbe2d3c2f995ce5049af898147"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
|
|
|
"libc",
|
2022-11-05 01:58:15 +03:00
|
|
|
"os_info",
|
2022-10-25 00:07:29 +03:00
|
|
|
"rustc_version",
|
|
|
|
"sentry-core",
|
|
|
|
"uname",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sentry-core"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "8f51264e4013ed9b16558cce43917b983fa38170de2ca480349ceb57d71d6053"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2022-10-25 00:07:29 +03:00
|
|
|
"sentry-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-12 11:24:32 +03:00
|
|
|
name = "sentry-panic"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "323160213bba549f9737317b152af116af35c0410f4468772ee9b606d3d6e0fa"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"sentry-backtrace",
|
2022-10-25 00:07:29 +03:00
|
|
|
"sentry-core",
|
|
|
|
]
|
|
|
|
|
2023-05-29 19:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sentry-tracing"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2023-05-29 19:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "38033822128e73f7b6ca74c1631cef8868890c6cb4008a291cf73530f87b4eac"
|
2023-05-29 19:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"sentry-backtrace",
|
|
|
|
"sentry-core",
|
|
|
|
"tracing-core",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2023-05-29 19:43:51 +03:00
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sentry-types"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "0.31.7"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "0e663b3eb62ddfc023c9cf5432daf5f1a4f6acb1df4d78dd80b740b32dd1a740"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
|
|
|
"hex",
|
2023-09-14 22:51:16 +03:00
|
|
|
"rand 0.8.5",
|
2022-10-25 00:07:29 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2022-10-25 00:07:29 +03:00
|
|
|
"url",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-10-25 00:07:29 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-13 06:19:24 +03:00
|
|
|
version = "1.0.189"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 06:19:24 +03:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-07-06 13:51:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde-inline-default"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa824cde50b5f01ff28a955114d8152a07cd62d81f53459dad0f2610136be844"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-13 06:19:24 +03:00
|
|
|
version = "1.0.189"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 06:19:24 +03:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "1.0.107"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-03-05 06:46:57 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-14 05:13:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.1.14"
|
2022-12-14 05:13:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
|
2022-12-14 05:13:23 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"itoa",
|
2022-12-14 05:13:23 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_plain"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "1.0.2"
|
2023-02-06 20:55:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
|
2023-02-06 20:55:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-09-09 00:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_prometheus"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.2.4"
|
2022-09-09 00:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "81df2fae45c63ec1ee4c4f4ec451a7715fa98d70577684fda8e7b31325878b09"
|
2022-09-09 00:01:36 +03:00
|
|
|
dependencies = [
|
2023-02-06 20:55:27 +03:00
|
|
|
"heapless",
|
2023-03-20 14:22:30 +03:00
|
|
|
"nom",
|
2023-06-22 19:26:57 +03:00
|
|
|
"rpds",
|
2022-09-09 00:01:36 +03:00
|
|
|
"serde",
|
2023-02-06 20:55:27 +03:00
|
|
|
"serde_plain",
|
|
|
|
"thiserror",
|
2022-09-09 00:01:36 +03:00
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
2023-06-17 00:48:03 +03:00
|
|
|
version = "0.12.0"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 00:48:03 +03:00
|
|
|
checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-06-24 10:41:48 +03:00
|
|
|
version = "0.6.3"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 10:41:48 +03:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2022-03-05 06:46:57 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-09-21 19:35:06 +03:00
|
|
|
version = "0.10.6"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 19:35:06 +03:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-07-25 21:36:15 +03:00
|
|
|
"cpufeatures",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-09-27 04:18:06 +03:00
|
|
|
version = "0.10.8"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-27 04:18:06 +03:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:42:51 +03:00
|
|
|
"cpufeatures",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-08-03 03:27:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.10.8"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2022-04-25 22:42:51 +03:00
|
|
|
"keccak",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-05 21:00:30 +03:00
|
|
|
version = "0.1.7"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 21:00:30 +03:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-04-25 22:14:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.3.17"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-04 02:55:44 +03:00
|
|
|
"mio",
|
2023-03-23 04:43:13 +03:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-25 11:47:16 +03:00
|
|
|
version = "1.4.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 11:47:16 +03:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
|
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand_core 0.6.4",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2023-05-11 23:25:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2023-08-25 00:36:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-08-25 00:36:43 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.3.11"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-08-03 03:27:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siwe"
|
2023-06-07 20:50:34 +03:00
|
|
|
version = "0.5.2"
|
2023-10-07 08:54:18 +03:00
|
|
|
source = "git+https://github.com/llamanodes/siwe-rs?branch=for_web3_proxy#5866c7a5ce3a7e2a14d247d00f0a5915bc0bbd08"
|
2022-08-03 03:27:26 +03:00
|
|
|
dependencies = [
|
2023-06-24 19:48:28 +03:00
|
|
|
"ethers",
|
2022-08-03 03:27:26 +03:00
|
|
|
"hex",
|
|
|
|
"http",
|
|
|
|
"iri-string",
|
2023-06-24 19:48:28 +03:00
|
|
|
"k256",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-06-24 02:28:45 +03:00
|
|
|
"serde",
|
2022-10-07 05:15:53 +03:00
|
|
|
"sha3",
|
2022-08-03 03:27:26 +03:00
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2022-08-03 03:27:26 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.13.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"cargo_metadata 0.14.2",
|
|
|
|
"error-chain",
|
|
|
|
"glob",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"tempfile",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "0.4.9"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-07-22 08:11:26 +03:00
|
|
|
dependencies = [
|
2022-11-12 11:24:32 +03:00
|
|
|
"autocfg",
|
2022-07-22 08:11:26 +03:00
|
|
|
]
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-09-20 21:02:41 +03:00
|
|
|
version = "1.11.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-20 21:02:41 +03:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smart-default"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.7.5"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.7.5"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2023-01-26 08:24:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-01-26 08:24:09 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-10 20:45:47 +03:00
|
|
|
version = "0.4.9"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 20:45:47 +03:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-12 05:10:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.5.4"
|
2023-06-12 05:10:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
2023-06-12 05:10:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-06-12 05:10:10 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "solang-parser"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.3.2"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "7cb9fa2fa2fa6837be8a2495486ff92e3ffe68a99b6eeba288e139efdd842457"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"itertools 0.11.0",
|
2022-04-25 22:42:51 +03:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"phf",
|
2023-04-20 07:09:17 +03:00
|
|
|
"thiserror",
|
2022-04-25 22:42:51 +03:00
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-05-03 08:13:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.9.8"
|
2022-05-03 08:13:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-05-03 08:13:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.7.2"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-07-27 22:18:33 +03:00
|
|
|
"der",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "0.2.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-09-06 23:17:35 +03:00
|
|
|
"itertools 0.11.0",
|
2023-03-20 14:22:30 +03:00
|
|
|
"nom",
|
2022-07-26 07:53:38 +03:00
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
2023-07-27 22:18:33 +03:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"ahash 0.8.3",
|
2022-07-26 07:53:38 +03:00
|
|
|
"atoi",
|
2023-02-08 22:11:16 +03:00
|
|
|
"bigdecimal",
|
2022-07-26 07:53:38 +03:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
2023-07-27 22:18:33 +03:00
|
|
|
"crc",
|
2022-07-26 07:53:38 +03:00
|
|
|
"crossbeam-queue",
|
2022-10-25 00:07:29 +03:00
|
|
|
"dotenvy",
|
2022-07-26 07:53:38 +03:00
|
|
|
"either",
|
|
|
|
"event-listener",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
2023-07-27 22:18:33 +03:00
|
|
|
"futures-io",
|
2022-07-26 07:53:38 +03:00
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
2023-10-03 23:46:27 +03:00
|
|
|
"indexmap 2.0.2",
|
2022-07-26 07:53:38 +03:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"rust_decimal",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2022-07-26 07:53:38 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2022-07-26 07:53:38 +03:00
|
|
|
"sqlformat",
|
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tokio",
|
2022-07-26 07:53:38 +03:00
|
|
|
"tokio-stream",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tracing",
|
2022-07-26 07:53:38 +03:00
|
|
|
"url",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2023-10-11 09:04:42 +03:00
|
|
|
"webpki-roots 0.24.0",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2022-10-25 00:07:29 +03:00
|
|
|
"dotenvy",
|
2022-07-26 07:53:38 +03:00
|
|
|
"either",
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
|
|
|
"hex",
|
2022-07-26 07:53:38 +03:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-27 22:18:33 +03:00
|
|
|
"serde",
|
2022-07-26 07:53:38 +03:00
|
|
|
"serde_json",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-07-26 07:53:38 +03:00
|
|
|
"sqlx-core",
|
2023-07-27 22:18:33 +03:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2023-04-05 22:30:52 +03:00
|
|
|
"syn 1.0.109",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2022-07-26 07:53:38 +03:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-27 22:18:33 +03:00
|
|
|
name = "sqlx-mysql"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"atoi",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-07-27 22:18:33 +03:00
|
|
|
"bigdecimal",
|
2023-08-19 03:06:38 +03:00
|
|
|
"bitflags 2.4.0",
|
2023-07-27 22:18:33 +03:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
2023-08-25 00:36:43 +03:00
|
|
|
"digest",
|
2023-07-27 22:18:33 +03:00
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2022-07-26 07:53:38 +03:00
|
|
|
"once_cell",
|
2023-07-27 22:18:33 +03:00
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rsa",
|
|
|
|
"rust_decimal",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2023-07-27 22:18:33 +03:00
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tracing",
|
|
|
|
"uuid 1.4.1",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-07-27 22:18:33 +03:00
|
|
|
"bigdecimal",
|
2023-08-19 03:06:38 +03:00
|
|
|
"bitflags 2.4.0",
|
2023-07-27 22:18:33 +03:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dotenvy",
|
|
|
|
"etcetera",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"home",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"num-bigint",
|
|
|
|
"once_cell",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rust_decimal",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2023-07-27 22:18:33 +03:00
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tracing",
|
|
|
|
"uuid 1.4.1",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.7.2"
|
2023-07-27 22:18:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
|
2023-07-27 22:18:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"chrono",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"sqlx-core",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2023-07-27 22:18:33 +03:00
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"uuid 1.4.1",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-02-06 20:55:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.8.7"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"once_cell",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2023-04-11 01:01:36 +03:00
|
|
|
"phf_shared 0.10.0",
|
2022-04-25 22:42:51 +03:00
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "0.1.4"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-09-06 23:17:35 +03:00
|
|
|
"finl_unicode",
|
2022-07-26 07:53:38 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-06-20 03:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
|
|
|
dependencies = [
|
2023-07-18 19:54:56 +03:00
|
|
|
"strum_macros",
|
2022-05-20 03:53:47 +03:00
|
|
|
]
|
|
|
|
|
2023-06-20 03:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.25.2"
|
2023-06-20 03:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
2023-06-20 03:48:46 +03:00
|
|
|
dependencies = [
|
2023-07-27 22:18:33 +03:00
|
|
|
"heck",
|
2023-06-20 03:48:46 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-06-20 03:48:46 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-05-31 06:58:24 +03:00
|
|
|
version = "2.5.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 06:58:24 +03:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "svm-rs"
|
2023-08-25 00:36:43 +03:00
|
|
|
version = "0.3.0"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 00:36:43 +03:00
|
|
|
checksum = "597e3a746727984cb7ea2487b6a40726cad0dbe86628e7d429aa6b8c4c153db4"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2023-08-25 00:36:43 +03:00
|
|
|
"dirs 5.0.1",
|
2022-04-25 22:42:51 +03:00
|
|
|
"fs2",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"reqwest",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-08-25 00:36:43 +03:00
|
|
|
"sha2",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2022-07-25 21:36:15 +03:00
|
|
|
"zip",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-10 20:45:47 +03:00
|
|
|
version = "1.0.109"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 20:45:47 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-20 03:53:47 +03:00
|
|
|
"unicode-ident",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-05 22:30:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-06 10:05:27 +03:00
|
|
|
version = "2.0.38"
|
2023-04-05 22:30:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 10:05:27 +03:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2023-04-05 22:30:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-25 11:47:16 +03:00
|
|
|
version = "0.1.2"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 11:47:16 +03:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-05-17 19:23:27 +03:00
|
|
|
|
2023-10-04 05:07:21 +03: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",
|
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tagptr"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "3.8.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2023-09-27 04:18:06 +03:00
|
|
|
"fastrand 2.0.1",
|
2023-04-11 01:01:36 +03:00
|
|
|
"redox_syscall 0.3.5",
|
2023-09-19 00:31:58 +03:00
|
|
|
"rustix",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-09-19 09:43:45 +03:00
|
|
|
version = "1.3.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 09:43:45 +03:00
|
|
|
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-06-25 02:43:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "test-log"
|
2023-10-13 07:49:55 +03:00
|
|
|
version = "0.2.13"
|
2023-06-25 02:43:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 07:49:55 +03:00
|
|
|
checksum = "f66edd6b6cd810743c0c71e1d085e92b01ce6a72782032e3f794c8284fe4bcdd"
|
2023-06-25 02:43:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 07:49:55 +03:00
|
|
|
"syn 2.0.38",
|
2023-06-25 02:43:11 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.16.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "1.0.49"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "1.0.49"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-05-16 08:16:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "4.2.0"
|
2022-05-16 08:16:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "79474f573561cdc4871a0de34a51c92f7f5a56039113fbb5b9c9f96bdb756669"
|
2022-05-16 08:16:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-04-11 01:01:36 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-05-16 08:16:32 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-01-26 08:24:09 +03:00
|
|
|
version = "1.1.7"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 08:24:09 +03:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-04-25 22:14:10 +03:00
|
|
|
dependencies = [
|
2023-01-26 08:24:09 +03:00
|
|
|
"cfg-if",
|
2022-04-25 22:14:10 +03:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-07-14 00:49:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.3.30"
|
2022-07-14 00:49:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
|
2022-07-14 00:49:57 +03:00
|
|
|
dependencies = [
|
2023-09-21 19:35:06 +03:00
|
|
|
"deranged",
|
2023-01-26 08:24:09 +03:00
|
|
|
"itoa",
|
2023-10-14 05:46:32 +03:00
|
|
|
"powerfmt",
|
2022-10-25 00:07:29 +03:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-07-25 21:36:15 +03:00
|
|
|
"time-macros",
|
2022-07-14 00:49:57 +03:00
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.1.2"
|
2022-10-25 00:07:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-25 00:07:29 +03:00
|
|
|
|
2022-07-25 21:36:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.2.15"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2022-10-25 00:07:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-07-25 21:36:15 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-29 04:57:16 +03:00
|
|
|
version = "1.6.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 04:57:16 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-25 11:47:16 +03:00
|
|
|
version = "0.1.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-25 11:47:16 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-10-09 19:46:43 +03:00
|
|
|
version = "1.33.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:46:43 +03:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2023-06-27 22:36:41 +03:00
|
|
|
"backtrace",
|
2022-03-05 06:46:57 +03:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2023-07-04 02:55:44 +03:00
|
|
|
"mio",
|
2022-03-05 06:46:57 +03:00
|
|
|
"num_cpus",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2022-03-05 06:46:57 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-09-11 21:33:10 +03:00
|
|
|
"socket2 0.5.4",
|
2022-03-05 06:46:57 +03:00
|
|
|
"tokio-macros",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tracing",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-console"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.1.10"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "d5ff40e8df801b383b8666967ec4aee8dc516f376d06d0e5a9f93f310763e6d2"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-07-27 22:18:33 +03:00
|
|
|
"clap 3.2.25",
|
2023-03-23 04:43:13 +03:00
|
|
|
"clap_complete",
|
|
|
|
"color-eyre",
|
|
|
|
"console-api",
|
|
|
|
"crossterm",
|
2023-08-25 00:36:43 +03:00
|
|
|
"dirs 4.0.0",
|
2023-03-23 04:43:13 +03:00
|
|
|
"futures",
|
|
|
|
"h2",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
|
|
|
"once_cell",
|
|
|
|
"prost-types",
|
2023-07-04 02:55:44 +03:00
|
|
|
"ratatui",
|
2023-03-23 04:43:13 +03:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"toml 0.5.11",
|
|
|
|
"tonic",
|
2023-05-12 06:05:47 +03:00
|
|
|
"tower",
|
2023-03-23 04:43:13 +03:00
|
|
|
"tracing",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2023-03-23 04:43:13 +03: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",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "2.1.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-05-18 23:36:35 +03:00
|
|
|
[[package]]
|
2023-10-11 09:04:42 +03:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2023-05-18 23:36:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 09:04:42 +03:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-18 23:36:35 +03:00
|
|
|
dependencies = [
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
2023-05-18 23:36:35 +03:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-30 07:30:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.1.14"
|
2022-05-30 07:30:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2022-05-30 07:30:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-10-27 01:29:38 +03:00
|
|
|
"tokio-util",
|
2022-05-30 07:30:13 +03:00
|
|
|
]
|
|
|
|
|
2023-05-31 06:58:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.20.1"
|
2023-05-31 06:58:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
2023-05-31 06:58:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
2023-05-31 06:58:24 +03:00
|
|
|
"tokio",
|
2023-10-11 09:04:42 +03:00
|
|
|
"tokio-rustls",
|
2023-08-25 00:36:43 +03:00
|
|
|
"tungstenite",
|
2023-10-11 09:04:42 +03:00
|
|
|
"webpki-roots 0.25.2",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 10:26:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-09-20 21:02:41 +03:00
|
|
|
version = "0.7.9"
|
2022-04-24 10:26:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-20 21:02:41 +03:00
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
2022-04-24 10:26:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-20 08:30:24 +03:00
|
|
|
version = "0.5.11"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 08:30:24 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-24 14:25:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.7.8"
|
2023-01-24 14:25:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-05-11 23:25:55 +03:00
|
|
|
"toml_datetime",
|
2023-09-13 22:05:47 +03:00
|
|
|
"toml_edit 0.19.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.8.2"
|
2023-09-13 22:05:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-09-13 22:05:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-10-04 05:07:21 +03:00
|
|
|
"toml_edit 0.20.2",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2023-01-31 02:57:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-06-24 10:41:48 +03:00
|
|
|
version = "0.6.3"
|
2023-01-31 02:57:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-24 10:41:48 +03:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-31 02:57:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "0.19.15"
|
2023-01-31 02:57:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-01-24 14:25:12 +03:00
|
|
|
dependencies = [
|
2023-10-03 23:46:27 +03:00
|
|
|
"indexmap 2.0.2",
|
2023-01-24 14:25:12 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-05-11 23:25:55 +03:00
|
|
|
"toml_datetime",
|
2023-04-05 22:30:52 +03:00
|
|
|
"winnow",
|
2023-01-24 14:25:12 +03:00
|
|
|
]
|
|
|
|
|
2023-09-13 22:05:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-10-04 05:07:21 +03:00
|
|
|
version = "0.20.2"
|
2023-09-13 22:05:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-04 05:07:21 +03:00
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-09-13 22:05:47 +03:00
|
|
|
dependencies = [
|
2023-10-03 23:46:27 +03:00
|
|
|
"indexmap 2.0.2",
|
2023-09-13 22:05:47 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
2023-03-23 04:43:13 +03:00
|
|
|
name = "tonic"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "0.10.2"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
|
2022-05-17 19:23:27 +03:00
|
|
|
dependencies = [
|
2023-10-03 23:46:27 +03:00
|
|
|
"async-stream",
|
2023-03-23 04:43:13 +03:00
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-03-23 04:43:13 +03:00
|
|
|
"bytes",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
2022-05-17 19:23:27 +03:00
|
|
|
"pin-project",
|
2023-03-23 04:43:13 +03:00
|
|
|
"prost",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tokio",
|
2023-03-23 04:43:13 +03:00
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-06-18 10:06:54 +03:00
|
|
|
version = "0.4.13"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-18 10:06:54 +03:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-05-17 19:23:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-24 10:41:48 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-05-17 19:23:27 +03:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2023-03-23 04:43:13 +03:00
|
|
|
"slab",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tokio",
|
2023-03-23 04:43:13 +03:00
|
|
|
"tokio-util",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-02-25 11:47:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-09-02 02:57:31 +03:00
|
|
|
version = "0.4.4"
|
2023-02-25 11:47:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 02:57:31 +03:00
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
2023-02-25 11:47:16 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"bitflags 2.4.0",
|
2023-02-25 11:47:16 +03:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-06-24 02:28:45 +03:00
|
|
|
"tracing",
|
2023-02-25 11:47:16 +03:00
|
|
|
]
|
|
|
|
|
2022-05-17 19:23:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2022-12-14 05:13:23 +03:00
|
|
|
version = "0.3.2"
|
2022-05-17 19:23:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 05:13:23 +03:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-05-17 19:23:27 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.3.2"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.1.39"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2022-04-24 10:26:00 +03:00
|
|
|
"tracing-attributes",
|
2022-03-05 06:46:57 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-04-24 10:26:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.1.27"
|
2022-04-24 10:26:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2022-04-24 10:26:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-04-24 10:26:00 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.1.32"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-06-14 07:04:14 +03:00
|
|
|
"once_cell",
|
2023-01-26 08:24:09 +03:00
|
|
|
"valuable",
|
2022-04-25 22:14:10 +03:00
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
2023-05-12 06:05:47 +03:00
|
|
|
version = "0.2.0"
|
2023-03-23 04:43:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 06:05:47 +03:00
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
2023-03-23 04:43:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2022-04-25 22:14:10 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03: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",
|
|
|
|
]
|
|
|
|
|
2023-03-23 04:43:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-04-25 22:14:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "0.3.17"
|
2022-04-25 22:14:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2022-04-25 22:14:10 +03:00
|
|
|
dependencies = [
|
2023-06-17 00:48:03 +03:00
|
|
|
"matchers",
|
2023-03-23 04:43:13 +03:00
|
|
|
"nu-ansi-term",
|
2022-07-07 00:42:31 +03:00
|
|
|
"once_cell",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2022-05-17 19:23:27 +03:00
|
|
|
"regex",
|
2022-04-25 22:14:10 +03:00
|
|
|
"sharded-slab",
|
2023-09-19 20:57:14 +03:00
|
|
|
"smallvec",
|
2022-04-25 22:14:10 +03:00
|
|
|
"thread_local",
|
2022-05-17 19:23:27 +03:00
|
|
|
"tracing",
|
2022-04-25 22:14:10 +03:00
|
|
|
"tracing-core",
|
2023-03-23 04:43:13 +03:00
|
|
|
"tracing-log",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "triomphe"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.1.9"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f"
|
2023-06-08 03:26:38 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.2.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-08-05 02:19:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-09-25 20:02:04 +03:00
|
|
|
version = "0.20.1"
|
2023-08-05 02:19:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:02:04 +03:00
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
2023-08-05 02:19:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"data-encoding",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
2023-08-05 02:19:43 +03:00
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-18 21:04:22 +03:00
|
|
|
version = "1.17.0"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 21:04:22 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-08-12 22:07:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.1.6"
|
2022-08-12 22:07:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2022-08-12 22:07:14 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.9.5"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crunchy",
|
|
|
|
"hex",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2022-08-21 11:18:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2023-09-11 21:33:10 +03:00
|
|
|
version = "1.1.0"
|
2022-08-21 11:18:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-11 21:33:10 +03:00
|
|
|
checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93"
|
2022-08-21 11:18:57 +03:00
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"rand 0.8.5",
|
2022-08-27 08:42:25 +03:00
|
|
|
"serde",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-08-21 11:18:57 +03:00
|
|
|
]
|
|
|
|
|
2022-10-25 00:07:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uname"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "2.7.0"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2023-06-08 03:26:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.3.13"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-05-20 03:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-14 22:51:16 +03:00
|
|
|
version = "1.0.12"
|
2022-05-20 03:53:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-14 22:51:16 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-20 03:53:47 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.1.22"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-08 22:11:16 +03:00
|
|
|
version = "1.10.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:11:16 +03:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-09-19 20:57:14 +03:00
|
|
|
version = "0.1.11"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 20:57:14 +03:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2022-04-25 22:42:51 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-10-27 01:29:38 +03:00
|
|
|
version = "0.2.4"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 01:29:38 +03:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2022-11-05 01:58:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2023-10-03 23:46:27 +03:00
|
|
|
version = "2.8.0"
|
2022-11-05 01:58:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-03 23:46:27 +03:00
|
|
|
checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3"
|
2022-11-05 01:58:15 +03:00
|
|
|
dependencies = [
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2022-11-05 01:58:15 +03:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-10-11 09:04:42 +03:00
|
|
|
"rustls",
|
|
|
|
"rustls-webpki",
|
2022-11-05 01:58:15 +03:00
|
|
|
"url",
|
2023-10-11 09:04:42 +03:00
|
|
|
"webpki-roots 0.25.2",
|
2022-11-05 01:58:15 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-08-31 06:59:06 +03:00
|
|
|
version = "2.4.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 06:59:06 +03:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-09-19 00:31:58 +03:00
|
|
|
"idna",
|
2022-07-14 00:49:57 +03:00
|
|
|
"percent-encoding",
|
2022-10-25 00:07:29 +03:00
|
|
|
"serde",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"getrandom 0.2.10",
|
2022-04-25 22:42:51 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-07-26 07:53:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-07-18 19:54:56 +03:00
|
|
|
version = "1.4.1"
|
2022-07-26 07:53:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 19:54:56 +03:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-07-26 07:53:38 +03:00
|
|
|
dependencies = [
|
2023-06-30 00:32:05 +03:00
|
|
|
"getrandom 0.2.10",
|
|
|
|
"rand 0.8.5",
|
2022-07-26 07:53:38 +03:00
|
|
|
"serde",
|
2023-05-31 06:58:24 +03:00
|
|
|
"zerocopy",
|
2022-07-26 07:53:38 +03:00
|
|
|
]
|
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-03-03 04:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-06-08 03:26:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2023-09-25 20:39:31 +03:00
|
|
|
version = "1.1.1"
|
2023-06-08 03:26:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 20:39:31 +03:00
|
|
|
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
2023-06-08 03:26:38 +03:00
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-06 23:17:35 +03:00
|
|
|
version = "2.4.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 23:17:35 +03:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-16 10:48:22 +03:00
|
|
|
version = "0.3.1"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 10:48:22 +03:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-06-30 00:32:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2022-04-24 10:26:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.2.87"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-03-05 06:46:57 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.2.87"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-21 11:30:43 +03:00
|
|
|
"once_cell",
|
2022-03-05 06:46:57 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.4.37"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"cfg-if",
|
2022-03-05 06:46:57 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.2.87"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.2.87"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2022-03-05 06:46:57 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.2.87"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-01-26 08:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2023-08-22 20:42:59 +03:00
|
|
|
version = "0.3.0"
|
2023-01-26 08:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 20:42:59 +03:00
|
|
|
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
2023-01-26 08:24:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2023-06-18 19:47:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "watermill"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b85594e8299160103ff39146412bf32711b11af3856d70c9b5539211adcbc502"
|
|
|
|
dependencies = [
|
|
|
|
"num",
|
2023-10-11 01:53:52 +03:00
|
|
|
"ordered-float 3.9.2",
|
2023-06-18 19:47:40 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.3.64"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-03-05 06:46:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-04-24 10:26:00 +03:00
|
|
|
[[package]]
|
2022-08-06 08:46:33 +03:00
|
|
|
name = "web3_proxy"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "1.43.47"
|
2022-04-24 10:26:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-05-13 01:15:32 +03:00
|
|
|
"arc-swap",
|
2022-04-24 10:26:00 +03:00
|
|
|
"argh",
|
2023-10-06 04:57:04 +03:00
|
|
|
"async-stream",
|
2023-06-30 00:32:05 +03:00
|
|
|
"async-stripe",
|
2022-05-20 08:27:18 +03:00
|
|
|
"axum",
|
2022-07-07 06:22:09 +03:00
|
|
|
"axum-client-ip",
|
2022-08-16 22:29:00 +03:00
|
|
|
"axum-macros",
|
2023-09-11 21:33:10 +03:00
|
|
|
"base64 0.21.4",
|
2023-09-27 04:18:06 +03:00
|
|
|
"bytes",
|
2022-09-24 05:47:44 +03:00
|
|
|
"chrono",
|
2023-09-13 22:05:47 +03:00
|
|
|
"deduped_broadcast",
|
2022-09-15 20:57:24 +03:00
|
|
|
"deferred-rate-limiter",
|
2023-06-25 07:16:26 +03:00
|
|
|
"derivative",
|
2022-04-26 19:50:02 +03:00
|
|
|
"derive_more",
|
2022-07-26 07:53:38 +03:00
|
|
|
"entities",
|
2023-06-27 22:36:41 +03:00
|
|
|
"env_logger",
|
2022-05-20 05:01:02 +03:00
|
|
|
"ethers",
|
2023-05-31 07:37:58 +03:00
|
|
|
"fdlimit",
|
2023-02-22 07:25:02 +03:00
|
|
|
"fstrings",
|
2022-04-24 10:26:00 +03:00
|
|
|
"futures",
|
2023-09-27 04:18:06 +03:00
|
|
|
"futures-util",
|
2023-05-31 07:37:58 +03:00
|
|
|
"glob",
|
2022-08-12 22:07:14 +03:00
|
|
|
"handlebars",
|
2023-10-03 23:46:27 +03:00
|
|
|
"hashbrown 0.14.1",
|
2023-06-09 22:21:50 +03:00
|
|
|
"hdrhistogram",
|
2023-03-23 01:18:54 +03:00
|
|
|
"hostname",
|
2022-08-16 03:33:26 +03:00
|
|
|
"http",
|
2023-05-24 00:40:34 +03:00
|
|
|
"hyper",
|
2023-01-26 08:24:09 +03:00
|
|
|
"influxdb2",
|
2023-02-22 08:24:04 +03:00
|
|
|
"influxdb2-structmap",
|
2022-09-23 08:22:33 +03:00
|
|
|
"ipnet",
|
2023-06-22 19:26:57 +03:00
|
|
|
"itertools 0.11.0",
|
2023-05-11 23:09:15 +03:00
|
|
|
"latency",
|
2023-05-13 01:15:32 +03:00
|
|
|
"listenfd",
|
2022-07-26 07:53:38 +03:00
|
|
|
"migration",
|
2023-05-13 01:15:32 +03:00
|
|
|
"mimalloc",
|
2023-06-08 03:26:38 +03:00
|
|
|
"moka",
|
2023-06-13 05:13:06 +03:00
|
|
|
"nanorand",
|
2023-05-31 07:37:58 +03:00
|
|
|
"num",
|
2022-09-24 10:03:29 +03:00
|
|
|
"num-traits",
|
2023-02-14 23:14:50 +03:00
|
|
|
"once_cell",
|
2023-10-11 01:53:52 +03:00
|
|
|
"ordered-float 4.1.1",
|
2023-01-24 11:05:31 +03:00
|
|
|
"pagerduty-rs",
|
2023-07-27 22:18:33 +03:00
|
|
|
"parking_lot",
|
2023-05-31 21:52:51 +03:00
|
|
|
"payment-contracts",
|
2023-03-03 04:39:50 +03:00
|
|
|
"rdkafka",
|
2022-09-15 20:57:24 +03:00
|
|
|
"redis-rate-limiter",
|
2022-04-24 10:26:00 +03:00
|
|
|
"reqwest",
|
2023-05-31 21:20:17 +03:00
|
|
|
"rust_decimal",
|
2023-05-31 07:37:58 +03:00
|
|
|
"sentry",
|
2023-06-24 02:28:45 +03:00
|
|
|
"sentry-tracing",
|
2022-04-26 09:54:24 +03:00
|
|
|
"serde",
|
2023-07-06 13:51:39 +03:00
|
|
|
"serde-inline-default",
|
2022-04-24 10:26:00 +03:00
|
|
|
"serde_json",
|
2022-09-09 00:01:36 +03:00
|
|
|
"serde_prometheus",
|
2022-08-03 03:27:26 +03:00
|
|
|
"siwe",
|
2023-07-18 19:54:56 +03:00
|
|
|
"strum",
|
2023-06-25 02:43:11 +03:00
|
|
|
"test-log",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2022-04-24 10:26:00 +03:00
|
|
|
"tokio",
|
2022-05-30 07:30:13 +03:00
|
|
|
"tokio-stream",
|
2023-10-04 05:07:21 +03:00
|
|
|
"toml 0.8.2",
|
2023-03-10 20:45:47 +03:00
|
|
|
"tower-http",
|
2023-05-31 02:32:34 +03:00
|
|
|
"tracing",
|
2023-06-17 00:48:03 +03:00
|
|
|
"tracing-subscriber",
|
2022-11-12 11:24:32 +03:00
|
|
|
"ulid",
|
2022-07-14 00:49:57 +03:00
|
|
|
"url",
|
2023-07-18 19:54:56 +03:00
|
|
|
"uuid 1.4.1",
|
2022-04-24 10:26:00 +03:00
|
|
|
]
|
|
|
|
|
2023-08-03 10:16:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web3_proxy_cli"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "1.43.47"
|
2023-08-03 10:16:54 +03:00
|
|
|
dependencies = [
|
2023-10-13 00:12:46 +03:00
|
|
|
"console-subscriber",
|
2023-08-03 10:16:54 +03:00
|
|
|
"env_logger",
|
|
|
|
"parking_lot",
|
|
|
|
"prettytable",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"test-log",
|
|
|
|
"tokio",
|
2023-10-13 00:12:46 +03:00
|
|
|
"tokio-console",
|
2023-08-03 10:16:54 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"web3_proxy",
|
|
|
|
]
|
|
|
|
|
2023-10-11 09:04:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
|
|
|
2023-07-27 22:18:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
|
|
|
|
|
2022-03-05 06:46:57 +03: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"
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-09-20 21:02:41 +03:00
|
|
|
version = "0.1.6"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-20 21:02:41 +03:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
2022-08-30 23:01:42 +03:00
|
|
|
"winapi",
|
2022-04-25 22:42:51 +03:00
|
|
|
]
|
|
|
|
|
2022-03-05 06:46:57 +03: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-01-24 11:05:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-04-20 07:09:17 +03:00
|
|
|
version = "0.48.0"
|
2023-01-24 11:05:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 07:09:17 +03:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-01-24 11:05:31 +03:00
|
|
|
dependencies = [
|
2023-06-09 08:35:14 +03:00
|
|
|
"windows-targets",
|
2022-03-05 06:46:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-09 08:35:14 +03:00
|
|
|
"windows-targets",
|
2023-04-11 01:01:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-11 01:01:36 +03:00
|
|
|
dependencies = [
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-02-25 11:47:16 +03:00
|
|
|
]
|
|
|
|
|
2022-11-25 03:45:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2022-11-25 03:45:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-11-25 03:45:13 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-11 01:01:36 +03:00
|
|
|
|
2022-03-05 06:46:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-03-05 06:46:57 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-11 01:01:36 +03:00
|
|
|
|
2022-11-25 03:45:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2022-11-25 03:45:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-25 03:45:13 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2022-03-05 06:46:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-11-25 03:45:13 +03:00
|
|
|
|
2023-04-11 01:01:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-19 03:06:38 +03:00
|
|
|
version = "0.48.5"
|
2023-04-11 01:01:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 03:06:38 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-11 01:01:36 +03:00
|
|
|
|
2023-04-05 22:30:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-10-14 05:46:32 +03:00
|
|
|
version = "0.5.17"
|
2023-04-05 22:30:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-14 05:46:32 +03:00
|
|
|
checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c"
|
2023-04-05 22:30:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-12 05:10:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-08-19 03:06:38 +03:00
|
|
|
"windows-sys",
|
2023-06-12 05:10:10 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws_stream_wasm"
|
2023-01-26 08:24:09 +03:00
|
|
|
version = "0.7.4"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 08:24:09 +03:00
|
|
|
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"async_io_stream",
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
2023-01-26 08:24:09 +03:00
|
|
|
"log",
|
2022-04-25 22:42:51 +03:00
|
|
|
"pharos",
|
|
|
|
"rustc_version",
|
2023-04-11 01:01:36 +03:00
|
|
|
"send_wrapper 0.6.0",
|
2022-04-25 22:42:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.5.1"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
2022-04-25 22:42:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2022-10-27 01:29:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
2023-05-31 06:58:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-09-02 20:20:01 +03:00
|
|
|
version = "0.6.4"
|
2023-05-31 06:58:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 20:20:01 +03:00
|
|
|
checksum = "20707b61725734c595e840fb3704378a0cd2b9c74cc9e6e20724838fc6a1e2f9"
|
2023-05-31 06:58:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-09-02 20:20:01 +03:00
|
|
|
version = "0.6.4"
|
2023-05-31 06:58:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 20:20:01 +03:00
|
|
|
checksum = "56097d5b91d711293a42be9289403896b68654625021732067eac7a4ca388a1f"
|
2023-05-31 06:58:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-06 10:05:27 +03:00
|
|
|
"syn 2.0.38",
|
2023-05-31 06:58:24 +03:00
|
|
|
]
|
|
|
|
|
2022-04-25 22:42:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-05-11 23:25:55 +03:00
|
|
|
version = "1.6.0"
|
2022-04-25 22:42:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-11 23:25:55 +03:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
2022-07-25 21:36:15 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-06-13 02:40:37 +03:00
|
|
|
version = "0.6.6"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 02:40:37 +03:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
2023-06-13 02:40:37 +03:00
|
|
|
"aes",
|
2022-07-25 21:36:15 +03:00
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
"hmac",
|
2023-04-11 01:01:36 +03:00
|
|
|
"pbkdf2 0.11.0",
|
2022-07-25 21:36:15 +03:00
|
|
|
"sha1",
|
2023-09-18 21:04:22 +03:00
|
|
|
"time",
|
2022-07-25 21:36:15 +03:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "0.11.2+zstd.1.5.2"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-01-24 14:25:12 +03:00
|
|
|
version = "5.0.2+zstd.1.5.2"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 14:25:12 +03:00
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-10-11 20:57:41 +03:00
|
|
|
version = "2.0.9+zstd.1.5.5"
|
2022-07-25 21:36:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-11 20:57:41 +03:00
|
|
|
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
|
2022-07-25 21:36:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-01-24 14:25:12 +03:00
|
|
|
"pkg-config",
|
2022-07-25 21:36:15 +03:00
|
|
|
]
|