web3-proxy/Cargo.lock

7419 lines
171 KiB
Plaintext
Raw Normal View History

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-01-24 14:25:12 +03:00
version = "0.19.0"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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-01-24 14:25:12 +03:00
version = "0.8.2"
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 = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
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",
]
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-11-11 21:40:52 +03:00
[[package]]
name = "ahash"
version = "0.8.3"
2022-11-11 21:40:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
2022-11-11 21:40:52 +03:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "aho-corasick"
2023-06-13 02:40:37 +03:00
version = "1.0.2"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
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"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e"
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",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "anyhow"
2023-05-11 23:25:55 +03:00
version = "1.0.71"
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 = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2022-06-16 05:53:37 +03:00
dependencies = [
"backtrace",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2022-03-05 06:46:57 +03:00
[[package]]
name = "argh"
2023-01-12 02:19:21 +03:00
version = "0.1.10"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 02:19:21 +03:00
checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
2022-03-05 06:46:57 +03:00
dependencies = [
"argh_derive",
"argh_shared",
]
[[package]]
name = "argh_derive"
2023-01-12 02:19:21 +03:00
version = "0.1.10"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 02:19:21 +03:00
checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
2022-03-05 06:46:57 +03:00
dependencies = [
"argh_shared",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "argh_shared"
2023-01-12 02:19:21 +03:00
version = "0.1.10"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 02:19:21 +03:00
checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
2022-03-05 06:46:57 +03:00
2022-04-25 22:42:51 +03:00
[[package]]
name = "arrayvec"
2023-06-13 02:40:37 +03:00
version = "0.7.3"
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 = "8868f09ff8cea88b079da74ae569d9b8c62a23c68c746240b704ee6f7525c89c"
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",
]
[[package]]
name = "ascii_utils"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-compression"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11"
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-executor"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
]
2023-06-08 03:26:38 +03:00
[[package]]
name = "async-io"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
"rustix",
"slab",
"socket2 0.4.9",
2023-06-08 03:26:38 +03:00
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[package]]
name = "async-native-tls"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe"
dependencies = [
"native-tls",
"thiserror",
"tokio",
"url",
]
[[package]]
name = "async-process"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
dependencies = [
"async-io",
"async-lock",
"autocfg",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
"rustix",
"signal-hook",
"windows-sys 0.48.0",
]
[[package]]
name = "async-recursion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "async-smtp"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6da21e1dd19fbad3e095ad519fb1558ab77fd82e5c4778dca8f9be0464589e1e"
dependencies = [
"async-native-tls",
"async-trait",
"base64 0.13.1",
"bufstream",
"fast-socks5",
"futures",
"hostname",
"log",
"nom",
"pin-project",
"pin-utils",
"serde",
"serde_derive",
"serde_json",
"thiserror",
"tokio",
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"async-process",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-std-resolver"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"
dependencies = [
"async-std",
"async-trait",
"futures-io",
"futures-util",
"pin-utils",
"socket2 0.4.9",
"trust-dns-resolver",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "async-stream"
version = "0.3.5"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-07-26 07:53:38 +03:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-07-26 07:53:38 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "async-task"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
2022-04-25 22:42:51 +03:00
[[package]]
name = "async-trait"
2023-04-05 22:30:52 +03:00
version = "0.1.68"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 22:30:52 +03:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-04-25 22:42:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
dependencies = [
"num-traits",
]
[[package]]
name = "atomic-polyfill"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
dependencies = [
"critical-section",
]
[[package]]
name = "atomic-waker"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
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 = [
"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-05-11 23:25:55 +03:00
version = "0.6.18"
2022-05-17 19:23:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
2022-05-17 19:23:27 +03:00
dependencies = [
"async-trait",
"axum-core",
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
2022-05-17 19:23:27 +03:00
"bitflags",
"bytes",
"futures-util",
2022-08-13 00:41:11 +03:00
"headers",
2022-05-17 19:23:27 +03:00
"http",
"http-body",
"hyper",
"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",
"tokio-tungstenite 0.18.0",
2022-05-17 19:23:27 +03:00
"tower",
"tower-layer",
"tower-service",
]
2022-07-07 06:22:09 +03:00
[[package]]
name = "axum-client-ip"
2023-05-11 23:25:55 +03:00
version = "0.4.1"
2022-07-07 06:22:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "df8e81eacc93f36480825da5f46a33b5fb2246ed024eacc9e8933425b80c5807"
2022-07-07 06:22:09 +03:00
dependencies = [
"axum",
"forwarded-header-value",
"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",
2022-05-17 19:23:27 +03:00
]
2022-08-16 22:29:00 +03:00
[[package]]
name = "axum-macros"
2023-04-05 22:30:52 +03:00
version = "0.3.7"
2022-08-16 22:29:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 22:30:52 +03:00
checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277"
2022-08-16 22:29:00 +03:00
dependencies = [
"heck 0.4.1",
2022-08-16 22:29:00 +03:00
"proc-macro2",
"quote",
"syn 2.0.18",
2022-08-16 22:29:00 +03:00
]
2022-05-16 08:16:32 +03:00
[[package]]
name = "backtrace"
2023-01-24 14:25:12 +03:00
version = "0.3.67"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
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",
"miniz_oxide 0.6.2",
2022-05-16 08:16:32 +03:00
"object",
"rustc-demangle",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "bae"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-07-26 07:53:38 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
[[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
[[package]]
name = "base64"
2023-05-29 19:43:51 +03:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 19:43:51 +03:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
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"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1"
2023-02-08 22:11:16 +03:00
[[package]]
name = "bigdecimal"
version = "0.3.1"
2023-02-08 22:11:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[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"
2022-04-25 22:42:51 +03:00
[[package]]
name = "bitvec"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
"either",
"radium 0.3.0",
]
[[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",
2022-04-25 22:42:51 +03:00
"radium 0.7.0",
"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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2023-04-11 01:01:36 +03:00
"generic-array",
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
]
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"log",
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "borsh"
version = "0.10.3"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
2023-01-24 14:25:12 +03:00
dependencies = [
"borsh-derive",
"hashbrown 0.13.2",
2023-01-24 14:25:12 +03:00
]
[[package]]
name = "borsh-derive"
version = "0.10.3"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.10.3"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.10.3"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
2023-04-11 01:01:36 +03:00
dependencies = [
"sha2 0.9.9",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "bufstream"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
2022-03-05 06:46:57 +03:00
[[package]]
name = "bumpalo"
2023-05-24 00:58:13 +03:00
version = "3.13.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 00:58:13 +03:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
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"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
2022-03-05 06:46:57 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-02-25 11:47:16 +03:00
version = "1.4.0"
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 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
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-05-11 23:25:55 +03:00
version = "1.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 = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
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-04-20 07:09:17 +03:00
version = "0.15.4"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 07:09:17 +03:00
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
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
[[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-01-31 02:57:06 +03:00
version = "1.0.79"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:57:06 +03:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-07-25 21:36:15 +03:00
dependencies = [
"jobserver",
]
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"
[[package]]
name = "check-if-email-exists"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bce0a060f3c32a2a609ed1ca38d2d8afdbfd03dc87de8d29124da6e09dfe2cec"
dependencies = [
"async-native-tls",
"async-recursion",
"async-smtp",
"async-std",
"async-std-resolver",
"log",
"mailchecker",
"rand",
"reacher-fast-socks5",
"regex",
"reqwest",
"serde",
"serde_json",
"trust-dns-proto",
]
2022-05-20 03:53:47 +03:00
[[package]]
name = "chrono"
version = "0.4.26"
2022-05-20 03:53:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
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",
2023-01-24 14:25:12 +03:00
"time 0.1.45",
2022-08-16 03:33:26 +03:00
"wasm-bindgen",
2022-08-30 23:01:42 +03:00
"winapi",
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
]
[[package]]
name = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
2022-04-25 22:42:51 +03:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
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
[[package]]
name = "clap_complete"
version = "3.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8"
dependencies = [
"clap",
]
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "clap_derive"
version = "3.2.25"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
2022-03-05 06:46:57 +03:00
dependencies = [
"heck 0.4.1",
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
]
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-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-04-11 01:01:36 +03:00
version = "0.8.3"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"bincode",
"bs58",
"coins-core",
"digest 0.10.7",
2022-04-25 22:42:51 +03:00
"getrandom",
2022-07-25 21:36:15 +03:00
"hmac",
2023-04-11 01:01:36 +03:00
"k256 0.13.1",
2022-04-25 22:42:51 +03:00
"lazy_static",
"serde",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
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-05-11 23:25:55 +03:00
version = "0.8.6"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "84f4d04ee18e58356accd644896aeb2094ddeafb6a713e056cef0c0a8e468c15"
2022-04-24 10:26:00 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"bitvec 0.17.4",
"coins-bip32",
"getrandom",
2022-07-25 21:36:15 +03:00
"hmac",
2023-04-11 01:01:36 +03:00
"once_cell",
"pbkdf2 0.12.1",
2022-11-12 11:24:32 +03:00
"rand",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
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-04-11 01:01:36 +03:00
version = "0.8.3"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
2022-04-25 22:42:51 +03:00
"bech32",
2023-04-11 01:01:36 +03:00
"bs58",
"digest 0.10.7",
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",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
"sha3",
2022-04-25 22:42:51 +03:00
"thiserror",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "color-eyre"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
"url",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "combine"
2023-01-24 14:25:12 +03:00
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
2022-10-27 01:29:38 +03:00
"tokio-util",
]
2023-06-08 03:26:38 +03:00
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console-api"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
dependencies = [
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
2023-05-11 23:25:55 +03:00
"tracing-subscriber 0.3.17",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "const-oid"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "const-oid"
2023-04-11 01:01:36 +03:00
version = "0.9.2"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
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-05-28 07:25:55 +03:00
[[package]]
name = "counter"
2022-10-18 00:47:58 +03:00
version = "0.5.7"
2022-05-28 07:25:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 00:47:58 +03:00
checksum = "2d458e66999348f56fd3ffcfbb7f7951542075ca8359687c703de6500c1ddccd"
2022-05-28 07:25:55 +03:00
dependencies = [
"num-traits",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "cpufeatures"
2023-05-11 23:25:55 +03:00
version = "0.2.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 = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
2022-04-25 22:42:51 +03:00
dependencies = [
"libc",
]
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
]
[[package]]
name = "critical-section"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
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
]
[[package]]
name = "crossterm"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
dependencies = [
"bitflags",
"crossterm_winapi",
"futures-core",
"libc",
"mio 0.7.14",
"parking_lot 0.11.2",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
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"
2022-07-26 07:53:38 +03:00
[[package]]
name = "crypto-bigint"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
dependencies = [
2023-04-11 01:01:36 +03:00
"generic-array",
2022-07-26 07:53:38 +03:00
"subtle",
]
2022-07-14 00:49:57 +03:00
[[package]]
name = "crypto-bigint"
2023-01-24 14:25:12 +03:00
version = "0.4.9"
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 = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-bigint"
2023-05-11 23:25:55 +03:00
version = "0.5.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 = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
2023-04-11 01:01:36 +03:00
dependencies = [
"generic-array",
2022-11-12 11:24:32 +03:00
"rand_core",
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-06-13 02:40:37 +03:00
version = "1.2.2"
2023-02-03 00:44:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
2023-02-03 00:44:57 +03:00
dependencies = [
"csv-core",
"itoa",
2023-02-03 00:44:57 +03:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
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
]
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if",
"num_cpus",
]
[[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"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"retain_mut",
"serde",
"tokio",
]
[[package]]
name = "deadpool-redis"
2023-05-11 23:25:55 +03:00
version = "0.12.0"
2022-09-14 09:18:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "5f1760f60ffc6653b4afd924c5792098d8c00d9a3deb6b3d989eac17949dc422"
2022-09-14 09:18:13 +03:00
dependencies = [
"deadpool",
"redis",
"serde",
]
[[package]]
name = "deadpool-runtime"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1"
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-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-10-25 00:07:29 +03:00
]
2022-09-15 20:57:24 +03:00
[[package]]
name = "deferred-rate-limiter"
version = "0.2.0"
dependencies = [
"anyhow",
2023-06-07 20:50:34 +03:00
"hashbrown 0.14.0",
2022-11-12 11:24:32 +03:00
"log",
2023-06-08 03:26:38 +03:00
"moka",
2022-09-15 20:57:24 +03:00
"redis-rate-limiter",
"tokio",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "der"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
dependencies = [
"const-oid 0.7.1",
"crypto-bigint 0.3.2",
"pem-rfc7468",
]
2022-07-14 00:49:57 +03:00
[[package]]
name = "der"
2023-01-24 14:25:12 +03:00
version = "0.6.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 = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"const-oid 0.9.2",
"zeroize",
]
[[package]]
name = "der"
version = "0.7.6"
2023-04-11 01:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"
2023-04-11 01:01:36 +03:00
dependencies = [
"const-oid 0.9.2",
2022-07-25 21:36:15 +03:00
"zeroize",
2022-04-25 22:42:51 +03:00
]
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2023-04-11 01:01:36 +03:00
"generic-array",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "digest"
version = "0.10.7"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-05-11 23:25:55 +03:00
"block-buffer 0.10.4",
2023-04-11 01:01:36 +03:00
"const-oid 0.9.2",
2022-04-25 22:42:51 +03:00
"crypto-common",
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
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",
]
[[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",
]
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
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2022-07-26 03:38:00 +03:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2022-10-25 00:07:29 +03:00
[[package]]
name = "dotenvy"
version = "0.15.7"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
2022-07-14 00:49:57 +03:00
[[package]]
name = "ecdsa"
2023-01-24 14:25:12 +03:00
version = "0.14.8"
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 = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"der 0.6.1",
2023-04-11 01:01:36 +03:00
"elliptic-curve 0.12.3",
"rfc6979 0.3.1",
"signature 1.6.4",
]
[[package]]
name = "ecdsa"
2023-05-11 23:25:55 +03:00
version = "0.16.7"
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 = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
2023-04-11 01:01:36 +03:00
dependencies = [
"der 0.7.6",
"digest 0.10.7",
"elliptic-curve 0.13.5",
2023-04-11 01:01:36 +03:00
"rfc6979 0.4.0",
"signature 2.1.0",
2023-05-11 23:25:55 +03:00
"spki 0.7.2",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "either"
2023-02-08 22:11:16 +03:00
version = "1.8.1"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-04-25 22:42:51 +03:00
2022-07-14 00:49:57 +03:00
[[package]]
name = "elliptic-curve"
2022-10-27 01:29:38 +03:00
version = "0.12.3"
2022-07-14 00:49:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-27 01:29:38 +03:00
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"base16ct 0.1.1",
2023-01-24 14:25:12 +03:00
"crypto-bigint 0.4.9",
"der 0.6.1",
"digest 0.10.7",
2023-04-11 01:01:36 +03:00
"ff 0.12.1",
"generic-array",
"group 0.12.1",
"rand_core",
"sec1 0.3.0",
"subtle",
"zeroize",
]
[[package]]
name = "elliptic-curve"
version = "0.13.5"
2023-04-11 01:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"
2023-04-11 01:01:36 +03:00
dependencies = [
"base16ct 0.2.0",
2023-05-11 23:25:55 +03:00
"crypto-bigint 0.5.2",
"digest 0.10.7",
2023-04-11 01:01:36 +03:00
"ff 0.13.0",
"generic-array",
"group 0.13.0",
"pkcs8 0.10.2",
2022-11-12 11:24:32 +03:00
"rand_core",
2023-05-11 23:25:55 +03:00
"sec1 0.7.2",
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-02-25 11:47:16 +03:00
version = "0.8.32"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 11:47:16 +03:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
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-05-11 23:25:55 +03:00
version = "0.8.1"
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 = "cf56acd72bb22d2824e66ae8e9e5ada4d0de17a69c7fd35569dde2ada8ec9116"
2023-04-11 01:01:36 +03:00
dependencies = [
"base64 0.13.1",
"bytes",
"hex",
"k256 0.13.1",
"log",
"rand",
"rlp",
"serde",
"sha3",
"zeroize",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "entities"
version = "0.30.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",
"serde",
2022-12-14 05:13:23 +03:00
"ulid",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-08-04 02:17:02 +03:00
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "enum-as-inner"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-11-12 11:24:32 +03:00
[[package]]
name = "env_logger"
version = "0.10.0"
2022-11-12 11:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2022-11-12 11:24:32 +03:00
dependencies = [
"humantime",
"is-terminal",
2022-11-12 11:24:32 +03:00
"log",
"regex",
"termcolor",
]
2023-04-11 01:01:36 +03:00
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
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",
]
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",
"digest 0.10.7",
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",
2022-11-12 11:24:32 +03:00
"rand",
2022-04-25 22:42:51 +03:00
"scrypt",
"serde",
"serde_json",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
"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",
"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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "2a58ce802c65cf3d0756dee5a61094a92cde53c1583b246e9ee5b37226c7fc15"
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "7b856b7b8ff5c961093cb8efe151fbcce724b451941ce20781de11a531ccd578"
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "e066a0d9cfc70c454672bf16bb433b0243427420076dc5b2f49c448fb5a10628"
2022-05-20 03:53:47 +03:00
dependencies = [
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",
"hex",
"once_cell",
"pin-project",
"serde",
"serde_json",
"thiserror",
]
2022-05-20 03:53:47 +03:00
[[package]]
name = "ethers-contract-abigen"
2023-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "c113e3e86b6bc16d98484b2c3bb2d01d6fed9f489fe2e592e5cc87c3024d616b"
2022-05-20 03:53:47 +03:00
dependencies = [
"Inflector",
"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",
"hex",
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",
"syn 2.0.18",
2023-05-18 23:36:35 +03:00
"toml 0.7.4",
2022-04-25 22:42:51 +03:00
"walkdir",
]
2022-12-14 05:13:23 +03:00
[[package]]
name = "ethers-contract-derive"
2023-06-07 20:50:34 +03:00
version = "2.0.7"
2022-12-14 05:13:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "8c3fb5adee25701c79ec58fcf2c63594cd8829bc9ad6037ff862d5a111101ed2"
2022-12-14 05:13:23 +03:00
dependencies = [
2023-04-20 07:09:17 +03:00
"Inflector",
2022-12-14 05:13:23 +03:00
"ethers-contract-abigen",
"ethers-core",
"hex",
"proc-macro2",
"quote",
2023-04-20 07:09:17 +03:00
"serde_json",
"syn 2.0.18",
2022-12-14 05:13:23 +03:00
]
2022-05-20 03:53:47 +03:00
[[package]]
name = "ethers-core"
2023-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "6da5fa198af0d3be20c19192df2bd9590b92ce09a8421e793bec8851270f1b05"
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-06-08 03:26:38 +03:00
"cargo_metadata 0.15.4",
2022-05-20 03:53:47 +03:00
"chrono",
"elliptic-curve 0.13.5",
2022-05-20 03:53:47 +03:00
"ethabi",
2023-04-11 01:01:36 +03:00
"generic-array",
2022-05-20 03:53:47 +03:00
"hex",
2023-04-11 01:01:36 +03:00
"k256 0.13.1",
2023-04-20 07:09:17 +03:00
"num_enum 0.6.1",
2022-05-20 03:53:47 +03:00
"once_cell",
2022-10-27 01:29:38 +03:00
"open-fastrlp",
2022-11-12 11:24:32 +03:00
"rand",
2022-05-20 03:53:47 +03:00
"rlp",
"serde",
"serde_json",
"strum",
"syn 2.0.18",
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "84ebb401ba97c6f5af278c2c9936c4546cad75dec464b439ae6df249906f4caa"
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "740f4a773c19dd6d6a68c8c2e0996c096488d38997d524e21dc612c55da3bd24"
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "56b498fd2a6c019d023e43e83488cd1fb0721f299055975aa6bac8dbf1e95f2c"
2022-05-20 03:53:47 +03:00
dependencies = [
"async-trait",
2023-04-11 01:01:36 +03:00
"auto_impl",
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
2023-04-11 01:01:36 +03:00
"bytes",
"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",
"hex",
"http",
2023-04-11 01:01:36 +03:00
"instant",
2022-04-25 22:42:51 +03:00
"once_cell",
"pin-project",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite 0.19.0",
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "02c4b7e15f212fa7cc2e1251868320221d4ff77a3d48068e69f47ce1c491df2d"
2022-05-20 03:53:47 +03:00
dependencies = [
"async-trait",
"coins-bip32",
"coins-bip39",
"elliptic-curve 0.13.5",
2022-05-20 03:53:47 +03:00
"eth-keystore",
2022-05-20 05:01:02 +03:00
"ethers-core",
2022-05-20 03:53:47 +03:00
"hex",
2022-11-12 11:24:32 +03:00
"rand",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
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-06-07 20:50:34 +03:00
version = "2.0.7"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "a81c89f121595cf8959e746045bb8b25a6a38d72588561e1a3b7992fc213f674"
2022-05-20 03:53:47 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
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",
"hex",
"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
2023-02-15 22:40:55 +03:00
[[package]]
name = "ewma"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f20267f3a8b678b7151c0c508002e79126144a5d47badddec7f31ddc1f4c754"
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",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fast-socks5"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "961ce1761191c157145a8c9f0c3ceabecd3a729d65c9a8d443674eaee3420f7e"
dependencies = [
"anyhow",
"log",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "fast_chemail"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
dependencies = [
"ascii_utils",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "fastrand"
version = "1.9.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-04-25 22:42:51 +03:00
dependencies = [
"instant",
]
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
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "ff"
2023-01-24 14:25:12 +03:00
version = "0.12.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 = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
2022-04-25 22:42:51 +03:00
dependencies = [
2022-11-12 11:24:32 +03:00
"rand_core",
2022-04-25 22:42:51 +03:00
"subtle",
]
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 = [
"rand_core",
"subtle",
]
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",
2022-11-12 11:24:32 +03:00
"rand",
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"
version = "1.0.26"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-07-25 21:36:15 +03:00
dependencies = [
"crc32fast",
"miniz_oxide 0.7.1",
2022-07-25 21:36:15 +03:00
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"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"
2023-02-22 07:25:02 +03:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
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",
"num_cpus",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "futures-intrusive"
2023-01-24 14:25:12 +03:00
version = "0.4.2"
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 = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2022-07-26 07:53:38 +03:00
dependencies = [
"futures-core",
"lock_api",
"parking_lot 0.11.2",
]
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 = [
"fastrand",
"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",
"syn 2.0.18",
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-01-24 11:05:31 +03:00
[[package]]
name = "gethostname"
2023-05-14 01:00:24 +03:00
version = "0.4.3"
2023-01-24 11:05:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-14 01:00:24 +03:00
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2023-01-24 11:05:31 +03:00
dependencies = [
"libc",
2023-06-09 08:35:14 +03:00
"windows-targets",
2023-01-24 11:05:31 +03:00
]
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-04-25 22:42:51 +03:00
"js-sys",
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-04-25 22:42:51 +03:00
"wasm-bindgen",
2022-03-05 06:46:57 +03:00
]
2022-05-16 08:16:32 +03:00
[[package]]
name = "gimli"
2023-06-16 10:48:22 +03:00
version = "0.27.3"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 10:48:22 +03:00
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
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",
]
[[package]]
name = "go-parse-duration"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558b88954871f5e5b2af0e62e2e176c8bde7a6c2c4ed41b13d138d96da2e2cbd"
2022-07-14 00:49:57 +03:00
[[package]]
name = "group"
2023-01-24 14:25:12 +03:00
version = "0.12.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 = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"ff 0.12.1",
"rand_core",
"subtle",
]
[[package]]
name = "group"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff 0.13.0",
2022-11-12 11:24:32 +03:00
"rand_core",
2022-04-25 22:42:51 +03:00
"subtle",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "h2"
2023-05-19 08:43:07 +03:00
version = "0.3.19"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 08:43:07 +03:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2022-03-05 06:46:57 +03:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"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-05-11 23:25:55 +03:00
version = "4.3.7"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
2022-08-12 22:07:14 +03:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
2022-07-19 04:31:12 +03:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-19 04:31:12 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
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 = [
"ahash 0.8.3",
2023-06-07 20:50:34 +03:00
]
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [
"ahash 0.8.3",
"allocator-api2",
2022-07-23 02:26:04 +03:00
"serde",
]
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",
]
[[package]]
name = "hashlink"
2023-06-13 02:40:37 +03:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f"
dependencies = [
2023-06-13 02:40:37 +03:00
"hashbrown 0.14.0",
]
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-01-24 14:25:12 +03:00
version = "0.3.8"
2022-08-13 00:41:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2022-08-13 00:41:11 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"base64 0.13.1",
2022-08-13 00:41:11 +03:00
"bitflags",
"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",
]
[[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",
"spin 0.9.8",
"stable_deref_trait",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "heck"
version = "0.4.1"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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"
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest 0.10.7",
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-05-11 23:25:55 +03:00
"windows-sys 0.48.0",
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",
"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"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
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"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
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-04-20 07:09:17 +03:00
version = "0.14.26"
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 = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2022-03-05 06:46:57 +03:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2022-03-05 06:46:57 +03:00
"pin-project-lite",
"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]]
name = "hyper-rustls"
2023-05-18 23:36:35 +03:00
version = "0.24.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 23:36:35 +03:00
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
2022-04-25 22:42:51 +03:00
dependencies = [
"http",
"hyper",
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
2022-04-25 22:42:51 +03:00
"tokio",
2023-06-13 02:40:37 +03:00
"tokio-rustls 0.24.1",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
2023-02-22 07:25:02 +03:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
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",
"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
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
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
]
[[package]]
name = "influxdb2"
User Balance + Referral Logic (#44) * will implement balance topup endpoint * will quickly fix other PR reviews * merging from master * will finish up godmoe * will finish up login * added logic to top up balance (first iteration) * should implement additional columns soon (currency, amount, tx-hash), as well as a new table for spend * updated migrations, will account for spend next * get back to this later * will merge PR from stats-v2 * stats v2 rebased all my commits and squashed them down to one * cargo upgrade * added migrtation for spend in accounting table. will run test-deposit next * trying to get request from polygon * first iteration /user/balance/:tx_hash works, needs to add accepted tokens next * creating the referral code seems to work * will now check if spending enough credits will lead to both parties receiving credits * rpcstats takes care of accounting for spend data * removed track spend from table * Revert "removed track spend from table" This reverts commit a50802d6ae75f786864c5ec42d0ceb2cb27124ed. * Revert "rpcstats takes care of accounting for spend data" This reverts commit 1cec728bf241e4cfd24351134637ed81c1a5a10b. * removed rpc request table entity * updated referral code to use ulid s * credits used are aggregated * added a bunch of fields to referrer * added database logic whenever an aggregate stats is added. will have to iterate over this a couple times i think. go to (1) detecting accepted stables next, (2) fix influxdb bug and (3) start to write test * removed track spend as this will occur in the database * will first work on "balance", then referral. these should really be treated as two separate PRs (although already convoluted) * balance logic initial commit * breaking WIP, changing the RPC call logic functions * will start testing next * got rid of warnings & lint * will proceed with subtracting / adding to balance * added decimal points, balance tracking seems to work * will beautify code a bit * removed deprecated dependency, and added topic + deposit contract to app.yaml * brownie test suite does not rely on local contract files it pulls all from polygonscan * will continue with referral * should perhaps (in a future revision) recordhow much the referees got for free. marking referrals seems to work rn * user is upgraded to premium if they deposit more than 10$. we dont accept more than $10M in a single tx * will start PR, referral seems to be fine so far, perhaps up to some numbers that still may need tweaking * will start PR * removed rogue comments, cleaned up payments a bit * changes before PR * apply stats * added unique constraint * some refactoring such that the user file is not too bloated * compiling * progress with subusers, creating a table entry seems to work * good response type is there as well now, will work on getters from primary user and secondary user next * subuser logic also seems fine now * downgrade logic * fixed bug influxdb does not support different types in same query (which makes sense) * WIP temporary commit * merging with PR * Delete daemon.rs there are multiple daemons now, so this was moved to `proxyd` * will remove request clone to &mut * multiple request handles for payment * making requests still seem fine * removed redundant commented out bits * added deposit endpoint, added deposit amount and deposit user, untested yet * small bug with downgrade tier id * will add authorization so balance can be received for users * balance history should be set now too * will check balance over time again * subususer can see rpc key balance if admin or owner * stats also seems to work fine now with historical balance * things seem to be building and working * removed clone from OpenRequestHandle * removed influxdb from workspace members * changed config files * reran sea-orm generate entities, added a foreign key, should be proper now * removed contract from commit * made deposit contract optional * added topic in polygon dev * changed deposit contract to deposit factory contract * added selfrelation on user_tier * added payment required * changed chain id to u64 * add wss in polygon llamarpc * removed origin and method from the table * added onchain transactions naming (and forgot to add a migration before) * changed foreign key to be the referrer (id), not the code itself * forgot to add id as the target foreign key * WIP adding cache to update role * fixed merge conflicts --------- Co-authored-by: Bryan Stitt <bryan@llamanodes.com> Co-authored-by: Bryan Stitt <bryan@stitthappens.com>
2023-05-12 19:45:15 +03:00
version = "0.4.0"
source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [
"base64 0.13.1",
"bytes",
"chrono",
"csv",
"dotenv",
"fallible-iterator",
"futures",
"go-parse-duration",
"influxdb2-derive",
"influxdb2-structmap",
2023-03-20 14:22:30 +03:00
"nom",
"opentelemetry",
"ordered-float",
"parking_lot 0.11.2",
"reqwest",
"serde",
"serde_json",
"serde_qs",
"smallvec",
"snafu",
"tempfile",
"tracing",
"tracing-subscriber 0.2.25",
"url",
]
[[package]]
name = "influxdb2-derive"
2023-03-20 14:22:30 +03:00
version = "0.1.1"
source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [
"itertools",
"proc-macro2",
"quote",
"regex",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
]
[[package]]
name = "influxdb2-structmap"
version = "0.2.0"
source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [
"chrono",
"num-traits",
"ordered-float",
]
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 = "io-lifetimes"
2023-05-29 19:43:51 +03:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 19:43:51 +03:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-04-20 07:09:17 +03:00
"hermit-abi 0.3.1",
"libc",
2023-04-20 07:09:17 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "io-uring"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd1e1a01cfb924fd8c5c43b6827965db394f5a3a16c599ce03452266e1cf984c"
dependencies = [
"bitflags",
"libc",
]
[[package]]
name = "ipconfig"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2 0.5.3",
"widestring",
"windows-sys 0.48.0",
"winreg 0.50.0",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "ipnet"
2023-04-05 22:30:52 +03:00
version = "2.7.2"
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 = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2022-03-05 06:46:57 +03:00
2022-08-03 03:27:26 +03:00
[[package]]
name = "iri-string"
version = "0.6.0"
2022-08-03 03:27:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0586ad318a04c73acdbad33f67969519b5452c80770c4c72059a686da48a7e"
2022-08-03 03:27:26 +03:00
dependencies = [
"memchr",
"serde",
2022-08-03 03:27:26 +03:00
]
[[package]]
name = "is-terminal"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
"windows-sys 0.48.0",
]
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",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "itoa"
2023-04-20 07:09:17 +03:00
version = "1.0.6"
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 = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-03-05 06:46:57 +03:00
[[package]]
2022-07-25 21:36:15 +03:00
name = "jobserver"
2023-03-10 20:45:47 +03:00
version = "0.1.26"
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 = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
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
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "k256"
2023-01-24 14:25:12 +03:00
version = "0.11.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 = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
2022-04-25 22:42:51 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
2023-04-11 01:01:36 +03:00
"ecdsa 0.14.8",
"elliptic-curve 0.12.3",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
"sha3",
2022-04-25 22:42:51 +03:00
]
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-05-11 23:25:55 +03:00
"ecdsa 0.16.7",
"elliptic-curve 0.13.5",
2023-04-11 01:01:36 +03:00
"once_cell",
"sha2 0.10.6",
"signature 2.1.0",
]
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 = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "lalrpop"
2023-05-11 23:25:55 +03:00
version = "0.19.12"
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 = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
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",
2022-04-25 22:42:51 +03:00
"itertools",
"lalrpop-util",
"petgraph",
"regex",
2023-05-11 23:25:55 +03:00
"regex-syntax 0.6.29",
2022-04-25 22:42:51 +03:00
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
]
[[package]]
name = "lalrpop-util"
2023-05-11 23:25:55 +03:00
version = "0.19.12"
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 = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
2022-04-25 22:42:51 +03:00
[[package]]
name = "latency"
version = "0.1.0"
dependencies = [
"ewma",
2023-05-23 01:43:39 +03:00
"flume",
"log",
"serde",
"tokio",
]
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-06-07 20:50:34 +03:00
version = "0.2.146"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2022-07-26 07:53:38 +03:00
[[package]]
name = "libm"
2023-06-13 02:40:37 +03:00
version = "0.2.7"
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 = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-01-24 14:25:12 +03:00
[[package]]
name = "libmimalloc-sys"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e"
dependencies = [
"cc",
"libc",
]
2023-03-03 04:39:50 +03:00
[[package]]
name = "libz-sys"
version = "1.1.9"
2023-03-03 04:39:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
2023-03-03 04:39:50 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-04-11 01:01:36 +03:00
[[package]]
name = "linux-raw-sys"
2023-05-24 00:58:13 +03:00
version = "0.3.8"
2023-04-11 01:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 00:58:13 +03:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-04-11 01:01:36 +03:00
[[package]]
name = "listenfd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96"
dependencies = [
"libc",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
"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",
"serde",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "log"
2023-06-12 21:44:51 +03:00
version = "0.4.19"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-12 21:44:51 +03:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
dependencies = [
"value-bag",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
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",
]
[[package]]
name = "mailchecker"
version = "5.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c64fa7af9860896bdfe496f323ac278f256006fd248dd7730e37c5faa648b05"
dependencies = [
"fast_chemail",
"once_cell",
]
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"
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
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 = [
"regex-automata",
]
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2022-05-17 19:23:27 +03:00
[[package]]
name = "matchit"
2022-12-14 05:13:23 +03:00
version = "0.7.0"
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 = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
2022-05-17 19:23:27 +03:00
2022-04-25 22:42:51 +03:00
[[package]]
name = "md-5"
2022-10-27 01:29:38 +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 01:29:38 +03:00
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2022-04-25 22:42:51 +03:00
dependencies = [
"digest 0.10.7",
2022-04-25 22:42:51 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
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"
version = "0.30.0"
2022-07-26 03:38:00 +03:00
dependencies = [
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
]
[[package]]
name = "mimalloc"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98"
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"
2022-05-16 08:16:32 +03:00
[[package]]
name = "miniz_oxide"
2023-01-24 14:25:12 +03:00
version = "0.6.2"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-05-16 08:16:32 +03:00
dependencies = [
"adler",
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "mio"
version = "0.8.8"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-03-05 06:46:57 +03:00
dependencies = [
"libc",
2022-04-24 10:26:00 +03:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
2023-06-08 03:26:38 +03:00
[[package]]
name = "moka"
2023-06-09 08:35:14 +03:00
version = "0.11.2"
2023-06-08 03:26:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 08:35:14 +03:00
checksum = "206bf83f415b0579fd885fe0804eb828e727636657dc1bf73d80d2f1218e14a1"
2023-06-08 03:26:38 +03:00
dependencies = [
"async-io",
"async-lock",
"crossbeam-channel",
"crossbeam-epoch",
"crossbeam-utils",
"futures-util",
"once_cell",
"parking_lot 0.12.1",
"quanta",
"rustc_version",
"scheduled-thread-pool",
"skeptic",
"smallvec",
"tagptr",
"thiserror",
"triomphe",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2023-06-08 03:26:38 +03:00
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2023-02-22 07:25:02 +03:00
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
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"
[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi",
]
[[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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
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-01-24 14:25:12 +03:00
version = "0.8.2"
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 = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
2022-07-26 07:53:38 +03:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
2022-11-12 11:24:32 +03:00
"rand",
2022-07-26 07:53:38 +03:00
"smallvec",
"zeroize",
]
2022-07-09 05:33:53 +03:00
[[package]]
name = "num-complex"
2023-01-24 14:25:12 +03:00
version = "0.4.3"
2022-07-09 05:33:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2022-07-09 05:33:53 +03:00
dependencies = [
"num-traits",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "num-integer"
version = "0.1.45"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.2.15"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
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-01-24 14:25:12 +03:00
version = "1.15.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 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"hermit-abi 0.2.6",
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"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
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"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
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",
"syn 2.0.18",
2023-04-20 07:09:17 +03:00
]
2022-05-16 08:16:32 +03:00
[[package]]
name = "object"
2023-06-13 02:40:37 +03:00
version = "0.30.4"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
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
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
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"
2023-06-13 02:40:37 +03:00
version = "0.10.54"
2023-02-22 07:25:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019"
2023-02-22 07:25:02 +03:00
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-05-11 23:25:55 +03:00
version = "0.1.1"
2023-02-22 07:25:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2023-02-22 07:25:02 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
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"
[[package]]
name = "openssl-sys"
2023-06-13 02:40:37 +03:00
version = "0.9.88"
2023-02-22 07:25:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
2023-02-22 07:25:02 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "opentelemetry"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91cea1dfd50064e52db033179952d18c770cbc5dfefc8eba45d619357ba3914"
dependencies = [
"async-trait",
"dashmap",
"fnv",
"futures",
"js-sys",
"lazy_static",
"percent-encoding",
"pin-project",
"rand",
"thiserror",
"tokio",
"tokio-stream",
]
2023-02-15 22:40:55 +03:00
[[package]]
name = "ordered-float"
2023-05-11 23:25:55 +03:00
version = "3.7.0"
2023-02-15 22:40:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
2023-02-15 22:40:55 +03:00
dependencies = [
"num-traits",
]
2022-11-05 01:58:15 +03:00
[[package]]
name = "os_info"
version = "3.7.0"
2022-11-05 01:58:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.15.6"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2022-07-26 07:53:38 +03:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.6"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2022-07-26 07:53:38 +03:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-07-26 07:53:38 +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"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
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-06-08 03:31:29 +03:00
"time 0.3.22",
2023-01-24 11:05:31 +03:00
"url",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "parity-scale-codec"
2023-05-11 23:25:55 +03:00
version = "3.5.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 = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-03-20 14:22:30 +03:00
"arrayvec",
2023-01-24 14:25:12 +03:00
"bitvec 1.0.1",
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-01-24 14:25:12 +03:00
version = "3.1.4"
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 = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"
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"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2022-04-25 22:42:51 +03:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
2023-01-24 14:25:12 +03:00
"parking_lot_core 0.8.6",
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-06-09 08:35:14 +03:00
"parking_lot_core 0.9.8",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "parking_lot_core"
2023-01-24 14:25:12 +03:00
version = "0.8.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 = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
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
"instant",
"libc",
2023-04-11 01:01:36 +03:00
"redox_syscall 0.2.16",
2022-04-25 22:42:51 +03:00
"smallvec",
2022-08-30 23:01:42 +03:00
"winapi",
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",
2022-04-25 22:42:51 +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",
2022-11-12 11:24:32 +03:00
"rand_core",
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"
version = "1.0.12"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
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 = [
"digest 0.10.7",
2022-07-25 21:36:15 +03:00
"hmac",
2023-01-24 14:25:12 +03:00
"password-hash",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
2022-03-05 06:46:57 +03:00
]
2023-04-11 01:01:36 +03:00
[[package]]
name = "pbkdf2"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
dependencies = [
"digest 0.10.7",
2023-04-11 01:01:36 +03:00
"hmac",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "pem-rfc7468"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01de5d978f34aa4b2296576379fcc416034702fd94117c56ffd8a1a767cefb30"
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"
version = "2.6.0"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
2022-08-12 22:07:14 +03:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.6.0"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
2022-08-12 22:07:14 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.6.0"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
2022-08-12 22:07:14 +03:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.18",
2022-08-12 22:07:14 +03:00
]
[[package]]
name = "pest_meta"
version = "2.6.0"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
2022-08-12 22:07:14 +03:00
dependencies = [
"once_cell",
"pest",
2023-01-24 14:25:12 +03:00
"sha2 0.10.6",
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-02-25 11:47:16 +03:00
version = "0.6.3"
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 = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
2022-04-25 22:42:51 +03:00
dependencies = [
"fixedbitset",
"indexmap",
]
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-04-11 01:01:36 +03:00
version = "0.11.1"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2022-04-25 22:42:51 +03:00
dependencies = [
"phf_macros",
2023-04-11 01:01:36 +03:00
"phf_shared 0.11.1",
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-04-11 01:01:36 +03:00
version = "0.11.1"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"phf_shared 0.11.1",
2022-11-12 11:24:32 +03:00
"rand",
2022-03-05 06:46:57 +03:00
]
[[package]]
2022-04-25 22:42:51 +03:00
name = "phf_macros"
2023-04-11 01:01:36 +03:00
version = "0.11.1"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"phf_generator",
2023-04-11 01:01:36 +03:00
"phf_shared 0.11.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-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"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
dependencies = [
"siphasher",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "pin-project"
version = "1.1.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2022-03-05 06:46:57 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "pin-project-lite"
2022-04-29 04:57: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"
2022-04-29 04:57:16 +03:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78f66c04ccc83dd4486fd46c33896f4e17b24a7a3a6400dedc48ed0ddd72320"
dependencies = [
"der 0.5.1",
"pkcs8 0.8.0",
"zeroize",
]
[[package]]
name = "pkcs8"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
dependencies = [
"der 0.5.1",
"spki 0.5.4",
"zeroize",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "pkcs8"
2022-07-25 21:36:15 +03:00
version = "0.9.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"der 0.6.1",
2022-07-26 07:53:38 +03:00
"spki 0.6.0",
2022-04-25 22:42:51 +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 = [
"der 0.7.6",
2023-05-11 23:25:55 +03:00
"spki 0.7.2",
2023-04-11 01:01:36 +03:00
]
2022-07-25 21:36:15 +03:00
[[package]]
name = "pkg-config"
version = "0.3.27"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-07-25 21:36:15 +03:00
2023-06-08 03:26:38 +03:00
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"concurrent-queue",
"libc",
"log",
"pin-project-lite",
"windows-sys 0.48.0",
]
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"
version = "0.2.6"
2023-04-11 01:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
2023-04-11 01:01:36 +03:00
dependencies = [
"proc-macro2",
"syn 2.0.18",
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 = [
"csv",
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-01-24 14:25:12 +03:00
version = "0.12.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 = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
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-05-11 23:25:55 +03:00
"toml_edit",
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"
version = "1.0.60"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
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
]
2022-05-12 21:49:57 +03:00
[[package]]
name = "proctitle"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "924cd8a0de90723d63fed19c5035ea129913a0bc998b37686a67f1eaf6a2aab5"
dependencies = [
"lazy_static",
"libc",
2022-08-30 23:01:42 +03:00
"winapi",
2022-05-12 21:49:57 +03:00
]
[[package]]
name = "prost"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
]
[[package]]
name = "prost-types"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
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
]
[[package]]
2023-06-08 03:26:38 +03:00
name = "pulldown-cmark"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 03:26:38 +03:00
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
dependencies = [
2023-06-08 03:26:38 +03:00
"bitflags",
"memchr",
"unicase",
]
[[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"
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",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022-03-05 06:46:57 +03:00
[[package]]
name = "quote"
2023-05-29 19:43:51 +03:00
version = "1.0.28"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 19:43:51 +03:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "radium"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
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",
2022-11-12 11:24:32 +03:00
"rand_chacha",
"rand_core",
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",
2022-11-12 11:24:32 +03:00
"rand_core",
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 = [
"getrandom",
]
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 = [
"bitflags",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "rayon"
2023-04-11 01:01:36 +03:00
version = "1.7.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 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-04-25 22:42:51 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-04-11 01:01:36 +03:00
version = "1.11.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 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-04-25 22:42:51 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2023-03-03 04:39:50 +03:00
[[package]]
name = "rdkafka"
version = "0.32.2"
2023-03-03 04:39:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8733bc5dc0b192d1a4b28073f9bff1326ad9e4fecd4d9b025d6fc358d1c3e79"
2023-03-03 04:39:50 +03:00
dependencies = [
"futures-channel",
"futures-util",
"libc",
"log",
"rdkafka-sys",
"serde",
"serde_derive",
"serde_json",
"slab",
"tokio",
]
[[package]]
name = "rdkafka-sys"
version = "4.5.0+1.9.2"
2023-03-03 04:39:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb0676c2112342ac7165decdedbc4e7086c0af384479ccce534546b10687a5d"
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",
2023-04-20 01:22:27 +03:00
"zstd-sys",
2023-03-03 04:39:50 +03:00
]
[[package]]
name = "reacher-fast-socks5"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e0ee4dd08849e48b878598d7a8074284147ad924fe066c0923caf7e104cd12"
dependencies = [
"anyhow",
"log",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "redis"
2023-05-11 23:25:55 +03:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
dependencies = [
"async-trait",
"bytes",
"combine",
"futures-util",
"itoa",
2022-07-14 00:49:57 +03:00
"percent-encoding",
"pin-project-lite",
2022-10-27 01:29:38 +03:00
"ryu",
"tokio",
2022-10-27 01:29:38 +03:00
"tokio-util",
2022-07-14 00:49:57 +03:00
"url",
]
[[package]]
2022-09-15 20:57:24 +03:00
name = "redis-rate-limiter"
version = "0.2.0"
dependencies = [
"anyhow",
"chrono",
2022-09-14 09:18:13 +03:00
"deadpool-redis",
"tokio",
]
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 = [
"bitflags",
]
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 = [
"bitflags",
]
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 = [
"getrandom",
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-06-07 20:50:34 +03:00
version = "1.8.4"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2022-04-25 22:14:10 +03:00
dependencies = [
"aho-corasick",
"memchr",
2023-05-23 01:50:00 +03:00
"regex-syntax 0.7.2",
2022-04-25 22:14:10 +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-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-05-23 01:50:00 +03:00
version = "0.7.2"
2023-05-11 23:25:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 01:50:00 +03:00
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2023-05-11 23:25:55 +03:00
2023-01-24 14:25:12 +03:00
[[package]]
name = "rend"
version = "0.4.0"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
2023-01-24 14:25:12 +03:00
dependencies = [
"bytecheck",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "reqwest"
2023-05-18 23:36:35 +03:00
version = "0.11.18"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 23:36:35 +03:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2022-03-05 06:46:57 +03:00
dependencies = [
"async-compression",
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
2022-03-05 06:46:57 +03:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2022-04-25 22:42:51 +03:00
"hyper-rustls",
2023-02-22 07:25:02 +03:00
"hyper-tls",
2022-03-05 06:46:57 +03:00
"ipnet",
"js-sys",
"log",
"mime",
2023-02-22 07:25:02 +03:00
"native-tls",
"once_cell",
2022-07-14 00:49:57 +03:00
"percent-encoding",
2022-03-05 06:46:57 +03:00
"pin-project-lite",
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
2022-04-25 22:42:51 +03:00
"rustls-pemfile",
2022-03-05 06:46:57 +03:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2023-02-22 07:25:02 +03:00
"tokio-native-tls",
2023-06-13 02:40:37 +03:00
"tokio-rustls 0.24.1",
"tokio-socks",
"tokio-util",
"tower-service",
2022-07-14 00:49:57 +03:00
"url",
2022-03-05 06:46:57 +03:00
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
2022-03-05 06:46:57 +03:00
"web-sys",
"webpki-roots 0.22.6",
"winreg 0.10.1",
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
2022-03-05 06:46:57 +03:00
]
2022-09-14 09:18:13 +03:00
[[package]]
name = "retain_mut"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
2022-04-25 22:42:51 +03:00
[[package]]
name = "rfc6979"
2023-01-24 14:25:12 +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-24 14:25:12 +03:00
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"crypto-bigint 0.4.9",
2022-07-25 21:36:15 +03:00
"hmac",
2022-04-25 22:42:51 +03:00
"zeroize",
]
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 = [
"digest 0.10.7",
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-06-13 02:40:37 +03:00
"bitvec 1.0.1",
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-06-16 10:48:22 +03:00
"uuid 1.3.4",
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-03-03 04:39:50 +03:00
[[package]]
name = "rmp"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
dependencies = [
"byteorder",
"num-traits",
"paste",
]
[[package]]
name = "rmp-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
dependencies = [
"byteorder",
"rmp",
"serde",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "rsa"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cf22754c49613d2b3b119f0e5d46e34a2c628a937e3024b8762de4e7d8c710b"
dependencies = [
"byteorder",
"digest 0.10.7",
2022-07-26 07:53:38 +03:00
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pkcs1",
"pkcs8 0.8.0",
2022-11-12 11:24:32 +03:00
"rand_core",
2022-07-26 07:53:38 +03:00
"smallvec",
"subtle",
"zeroize",
]
2022-07-25 21:36:15 +03:00
[[package]]
name = "rust_decimal"
2023-06-16 10:48:22 +03:00
version = "1.30.0"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 10:48:22 +03:00
checksum = "d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042"
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",
"bytecheck",
"byteorder",
"bytes",
2022-07-25 21:36:15 +03:00
"num-traits",
2023-01-24 14:25:12 +03:00
"rand",
"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"
version = "0.1.23"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-04-11 01:01:36 +03:00
[[package]]
name = "rustix"
2023-06-13 02:40:37 +03:00
version = "0.37.20"
2023-04-11 01:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
2023-04-11 01:01:36 +03:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-04-20 07:09:17 +03:00
"windows-sys 0.48.0",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "rustls"
2023-01-24 14:25:12 +03:00
version = "0.20.8"
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 = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2022-04-25 22:42:51 +03:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2023-05-18 23:36:35 +03:00
[[package]]
name = "rustls"
2023-06-16 10:48:22 +03:00
version = "0.21.2"
2023-05-18 23:36:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 10:48:22 +03:00
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
2023-05-18 23:36:35 +03:00
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "rustls-pemfile"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
2022-04-25 22:42:51 +03:00
]
2023-05-18 23:36:35 +03:00
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "rustversion"
2023-05-11 23:25:55 +03:00
version = "1.0.12"
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 = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2022-04-25 22:42:51 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "ryu"
2023-04-20 07:09:17 +03:00
version = "1.0.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 = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
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"
version = "2.7.0"
2022-10-27 01:29:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"
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-05-11 23:25:55 +03:00
version = "2.6.0"
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 = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"
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"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
"windows-sys 0.42.0",
]
2023-06-08 03:26:38 +03:00
[[package]]
name = "scheduled-thread-pool"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
dependencies = [
"parking_lot 0.12.1",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-03-05 06:46:57 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
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",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "sea-orm"
2023-05-11 23:25:55 +03:00
version = "0.11.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "fade86e8d41fd1a4721f84cb834f4ca2783f973cc30e6212b7fafc134f169214"
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
"sea-strum",
"serde",
"serde_json",
"sqlx",
2022-10-25 06:41:59 +03:00
"thiserror",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
2022-07-26 07:53:38 +03:00
"tracing",
"url",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sea-orm-cli"
2023-05-11 23:25:55 +03:00
version = "0.11.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "efbf34a2caf70c2e3be9bb1e674e9540f6dfd7c8f40f6f05daf3b9740e476005"
2022-07-26 07:53:38 +03:00
dependencies = [
"chrono",
2022-09-05 08:53:58 +03:00
"clap",
2022-10-31 22:34:29 +03:00
"dotenvy",
2022-07-26 07:53:38 +03:00
"regex",
"sea-schema",
"tracing",
2023-05-11 23:25:55 +03:00
"tracing-subscriber 0.3.17",
2022-07-26 07:53:38 +03:00
"url",
]
[[package]]
name = "sea-orm-macros"
2023-05-11 23:25:55 +03:00
version = "0.11.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "28936f26d62234ff0be16f80115dbdeb3237fe9c25cf18fbcd1e3b3592360f20"
2022-07-26 07:53:38 +03:00
dependencies = [
"bae",
"heck 0.3.3",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sea-orm-migration"
2023-05-11 23:25:55 +03:00
version = "0.11.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "278d3adfd0832b6ffc17d3cfbc574d3695a5c1b38814e0bc8ac238d33f3d87cf"
2022-07-26 07:53:38 +03:00
dependencies = [
"async-trait",
2022-09-05 08:53:58 +03:00
"clap",
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-05-11 23:25:55 +03:00
"tracing-subscriber 0.3.17",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sea-query"
version = "0.28.5"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbab99b8cd878ab7786157b7eb8df96333a6807cc6e45e8888c85b51534b401a"
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",
"rust_decimal",
"sea-query-derive",
"serde_json",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-07-26 07:53:38 +03:00
]
[[package]]
2022-10-25 06:41:59 +03:00
name = "sea-query-binder"
version = "0.3.1"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cea85029985b40dfbf18318d85fe985c04db7c1b4e5e8e0a0a0cdff5f1e30f9"
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-06-08 03:31:29 +03:00
"time 0.3.22",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-07-26 07:53:38 +03:00
]
[[package]]
2022-10-25 06:41:59 +03:00
name = "sea-query-derive"
2023-02-08 22:11:16 +03:00
version = "0.3.0"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "63f62030c60f3a691f5fe251713b4e220b306e50a71e1d6f9cce1f24bb781978"
2022-07-26 07:53:38 +03:00
dependencies = [
"heck 0.4.1",
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-02-08 22:11:16 +03:00
version = "0.11.0"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "eeb2940bb5a10bc6cd05b450ce6cd3993e27fddd7eface2becb97fc5af3a040e"
2022-07-26 07:53:38 +03:00
dependencies = [
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56821b7076f5096b8f726e2791ad255a99c82498e08ec477a65a96c461ff1927"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sea-strum"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
dependencies = [
"sea-strum_macros",
]
[[package]]
name = "sea-strum_macros"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"rustversion",
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"
2022-04-25 22:42:51 +03:00
[[package]]
name = "sec1"
2022-07-25 21:36:15 +03:00
version = "0.3.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-04-11 01:01:36 +03:00
"base16ct 0.1.1",
2023-01-24 14:25:12 +03:00
"der 0.6.1",
2023-04-11 01:01:36 +03:00
"generic-array",
2022-07-26 07:53:38 +03:00
"pkcs8 0.9.0",
2022-04-25 22:42:51 +03:00
"subtle",
"zeroize",
]
2023-04-11 01:01:36 +03:00
[[package]]
name = "sec1"
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 = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
2023-04-11 01:01:36 +03:00
dependencies = [
"base16ct 0.2.0",
"der 0.7.6",
2023-04-11 01:01:36 +03:00
"generic-array",
"pkcs8 0.10.2",
"subtle",
"zeroize",
]
2023-02-22 07:25:02 +03:00
[[package]]
name = "security-framework"
2023-05-24 00:58:13 +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-05-24 00:58:13 +03:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2023-02-22 07:25:02 +03:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-05-19 08:43:07 +03:00
version = "2.9.0"
2023-02-22 07:25:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 08:43:07 +03:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
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-04-20 07:09:17 +03:00
version = "1.0.17"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 07:09:17 +03:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
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"
version = "0.6.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
2022-04-25 22:42:51 +03:00
2022-10-25 00:07:29 +03:00
[[package]]
name = "sentry"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "01b0ad16faa5d12372f914ed40d00bda21a6d1bdcc99264c5e5e1c9495cf3654"
2022-10-25 00:07:29 +03:00
dependencies = [
"httpdate",
"reqwest",
2023-06-16 20:58:09 +03:00
"rustls 0.21.2",
2022-10-25 00:07:29 +03:00
"sentry-anyhow",
"sentry-backtrace",
"sentry-contexts",
"sentry-core",
2022-11-12 11:24:32 +03:00
"sentry-log",
2022-10-25 00:07:29 +03:00
"sentry-panic",
2023-05-29 19:43:51 +03:00
"sentry-tracing",
2022-10-25 00:07:29 +03:00
"tokio",
2022-11-05 01:58:15 +03:00
"ureq",
"webpki-roots 0.22.6",
2022-10-25 00:07:29 +03:00
]
[[package]]
name = "sentry-anyhow"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "8f3a571f02f9982af445af829c4837fe4857568a431bd2bed9f7cf88de4a6c44"
2022-10-25 00:07:29 +03:00
dependencies = [
"anyhow",
"sentry-backtrace",
"sentry-core",
]
[[package]]
name = "sentry-backtrace"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "11f2ee8f147bb5f22ac59b5c35754a759b9a6f6722402e2a14750b2a63fc59bd"
2022-10-25 00:07:29 +03:00
dependencies = [
"backtrace",
"once_cell",
"regex",
"sentry-core",
]
[[package]]
name = "sentry-contexts"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "dcd133362c745151eeba0ac61e3ba8350f034e9fe7509877d08059fe1d7720c6"
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-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "7163491708804a74446642ff2c80b3acd668d4b9e9f497f85621f3d250fd012b"
2022-10-25 00:07:29 +03:00
dependencies = [
"once_cell",
2022-11-12 11:24:32 +03:00
"rand",
2022-10-25 00:07:29 +03:00
"sentry-types",
"serde",
"serde_json",
]
[[package]]
2022-11-12 11:24:32 +03:00
name = "sentry-log"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "2558fc4a85326e6063711b45ce82ed6b18cdacd0732580c1567da914ac1df33e"
2022-10-25 00:07:29 +03:00
dependencies = [
2022-11-12 11:24:32 +03:00
"log",
2022-10-25 00:07:29 +03:00
"sentry-core",
]
[[package]]
2022-11-12 11:24:32 +03:00
name = "sentry-panic"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "c4dfe8371c9b2e126a8b64f6fefa54cef716ff2a50e63b5558a48b899265bccd"
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-06-16 20:58:09 +03:00
version = "0.31.5"
2023-05-29 19:43:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "5aca8b88978677a27ee1a91beafe4052306c474c06f582321fde72d2e2cc2f7f"
2023-05-29 19:43:51 +03:00
dependencies = [
"sentry-backtrace",
"sentry-core",
"tracing-core",
"tracing-subscriber 0.3.17",
]
2022-10-25 00:07:29 +03:00
[[package]]
name = "sentry-types"
2023-06-16 20:58:09 +03:00
version = "0.31.5"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:58:09 +03:00
checksum = "9e7a88e0c1922d19b3efee12a8215f6a8a806e442e665ada71cc222cab72985f"
2022-10-25 00:07:29 +03:00
dependencies = [
"debugid",
"getrandom",
"hex",
"serde",
"serde_json",
"thiserror",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
2022-10-25 00:07:29 +03:00
"url",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-10-25 00:07:29 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "serde"
2023-06-09 08:35:14 +03:00
version = "1.0.164"
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 = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-06-09 08:35:14 +03:00
version = "1.0.164"
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 = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2022-04-25 22:42:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-04-25 22:42:51 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "serde_json"
2023-06-16 10:48:22 +03:00
version = "1.0.97"
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 = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
2022-03-05 06:46:57 +03:00
dependencies = [
"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-05-11 23:25:55 +03:00
version = "0.1.11"
2022-12-14 05:13:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
2022-12-14 05:13:23 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_plain"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae"
dependencies = [
"serde",
]
2022-09-09 00:01:36 +03:00
[[package]]
name = "serde_prometheus"
2023-04-05 22:30:52 +03:00
version = "0.2.2"
2022-09-09 00:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 22:30:52 +03:00
checksum = "6f165c1172b0be12cee1771b8d7f38ea324621693acfd3e8b8d3e1951f7df56e"
2022-09-09 00:01:36 +03:00
dependencies = [
"heapless",
2023-03-20 14:22:30 +03:00
"nom",
2022-09-09 00:01:36 +03:00
"serde",
"serde_plain",
"thiserror",
2022-09-09 00:01:36 +03:00
]
[[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-24 14:25:12 +03:00
[[package]]
name = "serde_spanned"
2023-05-18 23:36:35 +03:00
version = "0.6.2"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 23:36:35 +03:00
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
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",
"itoa",
2022-03-05 06:46:57 +03:00
"ryu",
"serde",
]
2022-07-25 21:36:15 +03:00
[[package]]
name = "sha1"
2023-01-24 14:25:12 +03:00
version = "0.10.5"
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 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
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",
"digest 0.10.7",
2022-07-25 21:36:15 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-04-25 22:42:51 +03:00
"cpufeatures",
"digest 0.9.0",
2023-04-11 01:01:36 +03:00
"opaque-debug",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "sha2"
2022-10-27 01:29:38 +03:00
version = "0.10.6"
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 = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
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",
"digest 0.10.7",
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 = [
"digest 0.10.7",
2022-04-25 22:42:51 +03:00
"keccak",
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
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",
"mio 0.7.14",
"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",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "signature"
2023-01-24 14:25:12 +03:00
version = "1.6.4"
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 = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2022-04-25 22:42:51 +03:00
dependencies = [
"digest 0.10.7",
2022-11-12 11:24:32 +03:00
"rand_core",
2022-04-25 22:42:51 +03:00
]
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 = [
"digest 0.10.7",
2023-04-11 01:01:36 +03:00
"rand_core",
]
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"
2022-04-25 22:42:51 +03:00
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-08-03 03:27:26 +03:00
[[package]]
name = "siwe"
2023-06-07 20:50:34 +03:00
version = "0.5.2"
2022-08-03 03:27:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-07 20:50:34 +03:00
checksum = "4e6d1f422a568af1e98db37c6d0427c7218459ccac39218fd15a51a34d3933af"
2022-08-03 03:27:26 +03:00
dependencies = [
"hex",
"http",
"iri-string",
2023-04-11 01:01:36 +03:00
"k256 0.11.6",
2022-11-12 11:24:32 +03:00
"rand",
"sha3",
2022-08-03 03:27:26 +03:00
"thiserror",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
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-02-25 11:47:16 +03:00
version = "0.4.8"
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 = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
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"
version = "1.10.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-03-05 06:46:57 +03:00
[[package]]
name = "snafu"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7"
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b"
dependencies = [
"proc-macro2",
"quote",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
]
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
]
[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "solang-parser"
version = "0.3.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a94494913728908efa7a25a2dd2e4f037e714897985c24273c40596638ed909"
2022-04-25 22:42:51 +03:00
dependencies = [
2022-05-20 03:53:47 +03:00
"itertools",
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"
version = "0.9.8"
2022-05-03 08:13:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-05-03 08:13:53 +03:00
dependencies = [
"lock_api",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "spki"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
dependencies = [
"base64ct",
"der 0.5.1",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "spki"
2022-07-25 21:36:15 +03:00
version = "0.6.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
2022-04-25 22:42:51 +03:00
dependencies = [
"base64ct",
2023-01-24 14:25:12 +03:00
"der 0.6.1",
2022-07-26 07:53:38 +03:00
]
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",
"der 0.7.6",
2023-04-11 01:01:36 +03:00
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "sqlformat"
2023-01-24 14:25:12 +03:00
version = "0.2.1"
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 = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
2022-07-26 07:53:38 +03:00
dependencies = [
"itertools",
2023-03-20 14:22:30 +03:00
"nom",
2022-07-26 07:53:38 +03:00
"unicode_categories",
]
[[package]]
name = "sqlx"
version = "0.6.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2022-07-26 07:53:38 +03:00
dependencies = [
"sqlx-core",
"sqlx-macros",
2022-04-25 22:42:51 +03:00
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "sqlx-core"
version = "0.6.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2022-07-26 07:53:38 +03:00
dependencies = [
2022-11-11 21:40:52 +03:00
"ahash 0.7.6",
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
"bitflags",
"byteorder",
"bytes",
"chrono",
"crossbeam-queue",
"digest 0.10.7",
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",
"futures-util",
2023-04-11 01:01:36 +03:00
"generic-array",
2022-07-26 07:53:38 +03:00
"hashlink",
"hex",
"indexmap",
"itoa",
2022-07-26 07:53:38 +03:00
"libc",
"log",
"memchr",
"num-bigint",
"once_cell",
"paste",
"percent-encoding",
2022-11-12 11:24:32 +03:00
"rand",
2022-07-26 07:53:38 +03:00
"rsa",
"rust_decimal",
2023-05-18 23:36:35 +03:00
"rustls 0.20.8",
2022-07-26 07:53:38 +03:00
"rustls-pemfile",
"serde",
"serde_json",
2022-10-25 00:07:29 +03:00
"sha1",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
2022-07-26 07:53:38 +03:00
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
2022-07-26 07:53:38 +03:00
"tokio-stream",
"url",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
"webpki-roots 0.22.6",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sqlx-macros"
version = "0.6.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
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",
"heck 0.4.1",
2022-07-26 07:53:38 +03:00
"once_cell",
"proc-macro2",
"quote",
"serde_json",
"sqlx-core",
"sqlx-rt",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-07-26 07:53:38 +03:00
"url",
]
[[package]]
name = "sqlx-rt"
version = "0.6.3"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2022-07-26 07:53:38 +03:00
dependencies = [
"once_cell",
"tokio",
2023-05-18 23:36:35 +03:00
"tokio-rustls 0.23.4",
2022-07-26 07:53:38 +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",
2022-06-03 00:48:49 +03:00
"parking_lot 0.12.1",
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"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"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"
2022-05-20 03:53:47 +03:00
[[package]]
name = "strum"
2023-01-24 14:25:12 +03:00
version = "0.24.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 = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
2022-05-20 03:53:47 +03:00
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2023-01-24 14:25:12 +03:00
version = "0.24.3"
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 = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
2022-05-20 03:53:47 +03:00
dependencies = [
"heck 0.4.1",
2022-05-20 03:53:47 +03:00
"proc-macro2",
"quote",
"rustversion",
2023-04-05 22:30:52 +03:00
"syn 1.0.109",
2022-05-20 03:53:47 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "subtle"
version = "2.5.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-04-25 22:42:51 +03:00
[[package]]
name = "svm-rs"
2023-06-13 02:40:37 +03:00
version = "0.2.23"
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 = "3a04fc4f5cd35c700153b233f5575ccb3237e0f941fa5049d9e98254d10bf2fe"
2022-04-25 22:42:51 +03:00
dependencies = [
"fs2",
"hex",
"home",
"once_cell",
"reqwest",
"semver",
"serde",
"serde_json",
2023-06-13 02:40:37 +03:00
"sha2 0.10.6",
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"
version = "2.0.18"
2023-04-05 22:30:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
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-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-06-09 08:35:14 +03:00
version = "3.6.0"
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 = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-06-09 08:35:14 +03:00
"autocfg",
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-03-05 06:46:57 +03:00
"fastrand",
2023-04-11 01:01:36 +03:00
"redox_syscall 0.3.5",
"rustix",
2023-06-09 08:35:14 +03:00
"windows-sys 0.48.0",
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-01-24 14:25:12 +03:00
version = "1.2.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 = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-04-25 22:42:51 +03:00
dependencies = [
"winapi-util",
]
[[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-04-20 07:09:17 +03:00
version = "1.0.40"
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 = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-03-05 06:46:57 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-04-20 07:09:17 +03:00
version = "1.0.40"
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 = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-03-05 06:46:57 +03:00
]
2022-05-16 08:16:32 +03:00
[[package]]
name = "thread-id"
2023-06-13 02:40:37 +03:00
version = "4.1.0"
2022-05-16 08:16:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "3ee93aa2b8331c0fec9091548843f2c90019571814057da3b783f9de09349d73"
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"
version = "1.1.7"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-04-25 22:14:10 +03:00
dependencies = [
"cfg-if",
2022-04-25 22:14:10 +03:00
"once_cell",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "time"
2023-01-24 14:25:12 +03:00
version = "0.1.45"
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 = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-07-26 07:53:38 +03:00
dependencies = [
"libc",
2023-01-24 14:25:12 +03:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-08-30 23:01:42 +03:00
"winapi",
2022-07-26 07:53:38 +03:00
]
2022-07-14 00:49:57 +03:00
[[package]]
name = "time"
2023-06-08 03:31:29 +03:00
version = "0.3.22"
2022-07-14 00:49:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 03:31:29 +03:00
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
2022-07-14 00:49:57 +03:00
dependencies = [
"itoa",
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-05-11 23:25:55 +03:00
version = "0.1.1"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2022-10-25 00:07:29 +03:00
2022-07-25 21:36:15 +03:00
[[package]]
name = "time-macros"
2023-05-11 23:25:55 +03:00
version = "0.2.9"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
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-05-29 19:43:51 +03:00
version = "1.28.2"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 19:43:51 +03:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
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
"bytes",
"libc",
"mio 0.8.8",
2022-03-05 06:46:57 +03:00
"num_cpus",
2022-06-03 00:48:49 +03:00
"parking_lot 0.12.1",
2022-03-05 06:46:57 +03:00
"pin-project-lite",
"signal-hook-registry",
"socket2 0.4.9",
2022-03-05 06:46:57 +03:00
"tokio-macros",
2022-05-17 19:23:27 +03:00
"tracing",
2023-05-11 23:25:55 +03:00
"windows-sys 0.48.0",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "tokio-console"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1738c09da4ebb54a823aa8808d403d2fbe7c461c1f8924b90321ef1bbc10143c"
dependencies = [
"atty",
"clap",
"clap_complete",
"color-eyre",
"console-api",
"crossterm",
"dirs",
"futures",
"h2",
"hdrhistogram",
"humantime",
"once_cell",
"prost-types",
"regex",
"serde",
"tokio",
"toml 0.5.11",
"tonic",
"tower",
"tracing",
2023-05-11 23:25:55 +03:00
"tracing-subscriber 0.3.17",
"tui",
]
[[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",
"syn 2.0.18",
2022-03-05 06:46:57 +03:00
]
2023-02-22 07:25:02 +03:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-05-18 23:36:35 +03:00
"rustls 0.20.8",
2022-04-25 22:42:51 +03:00
"tokio",
"webpki",
]
2023-05-18 23:36:35 +03:00
[[package]]
name = "tokio-rustls"
2023-06-13 02:40:37 +03:00
version = "0.24.1"
2023-05-18 23:36:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 02:40:37 +03:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-05-18 23:36:35 +03:00
dependencies = [
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
2023-05-18 23:36:35 +03:00
"tokio",
]
[[package]]
name = "tokio-socks"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
dependencies = [
"either",
"futures-util",
"thiserror",
"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
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "tokio-tungstenite"
2023-04-11 01:01:36 +03:00
version = "0.18.0"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 01:01:36 +03:00
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
2022-04-25 22:14:10 +03:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.18.0",
]
[[package]]
name = "tokio-tungstenite"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
dependencies = [
"futures-util",
"log",
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
"tokio",
2023-06-13 02:40:37 +03:00
"tokio-rustls 0.24.1",
"tungstenite 0.19.0",
"webpki-roots 0.23.1",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "tokio-uring"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d5e02bb137e030b3a547c65a3bd2f1836d66a97369fdcc69034002b10e155ef"
dependencies = [
"io-uring",
"libc",
"scoped-tls",
"slab",
"socket2 0.4.9",
"tokio",
]
2022-04-24 10:26:00 +03:00
[[package]]
name = "tokio-util"
2023-05-11 23:25:55 +03:00
version = "0.7.8"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
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"
version = "0.5.11"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde",
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "toml"
2023-05-18 23:36:35 +03:00
version = "0.7.4"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 23:36:35 +03:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2023-01-24 14:25:12 +03:00
dependencies = [
"serde",
"serde_spanned",
2023-05-11 23:25:55 +03:00
"toml_datetime",
"toml_edit",
2023-01-24 14:25:12 +03:00
]
2023-01-31 02:57:06 +03:00
[[package]]
name = "toml_datetime"
2023-05-18 23:36:35 +03:00
version = "0.6.2"
2023-01-31 02:57:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 23:36:35 +03:00
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
2023-01-24 14:25:12 +03:00
dependencies = [
"serde",
]
2023-01-31 02:57:06 +03:00
[[package]]
name = "toml_edit"
version = "0.19.10"
2023-01-31 02:57:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
2023-01-24 14:25:12 +03:00
dependencies = [
"indexmap",
"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
]
2022-05-17 19:23:27 +03:00
[[package]]
name = "tonic"
version = "0.9.2"
2022-05-17 19:23:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
2022-05-17 19:23:27 +03:00
dependencies = [
"async-trait",
"axum",
2023-05-29 19:43:51 +03:00
"base64 0.21.2",
"bytes",
2022-05-17 19:23:27 +03:00
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
2022-05-17 19:23:27 +03:00
"pin-project",
"prost",
2022-05-17 19:23:27 +03:00
"tokio",
"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",
"indexmap",
2022-05-17 19:23:27 +03:00
"pin-project",
"pin-project-lite",
"rand",
"slab",
2022-05-17 19:23:27 +03:00
"tokio",
"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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower-layer",
"tower-service",
]
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"
version = "0.1.37"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
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
"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-05-11 23:25:55 +03:00
version = "0.1.24"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2022-04-24 10:26:00 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-04-24 10:26:00 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "tracing-core"
version = "0.1.31"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-03-05 06:46:57 +03:00
dependencies = [
"once_cell",
"valuable",
2022-04-25 22:14:10 +03:00
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber 0.3.17",
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",
]
[[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",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [
"ansi_term",
"chrono",
"lazy_static",
"matchers 0.0.1",
"parking_lot 0.11.2",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-serde",
]
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 = [
"matchers 0.1.0",
"nu-ansi-term",
2022-07-07 00:42:31 +03:00
"once_cell",
2022-05-17 19:23:27 +03:00
"regex",
2022-04-25 22:14:10 +03:00
"sharded-slab",
"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",
"tracing-log",
2022-03-05 06:46:57 +03:00
]
2023-06-08 03:26:38 +03:00
[[package]]
name = "triomphe"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db"
[[package]]
name = "trust-dns-proto"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna 0.2.3",
"ipnet",
"lazy_static",
"log",
"rand",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"parking_lot 0.12.1",
"resolv-conf",
"smallvec",
"thiserror",
"trust-dns-proto",
]
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
[[package]]
name = "tui"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
dependencies = [
"bitflags",
"cassowary",
"crossterm",
"unicode-segmentation",
"unicode-width",
]
2023-01-12 02:19:21 +03:00
[[package]]
name = "tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
dependencies = [
2023-01-24 14:25:12 +03:00
"base64 0.13.1",
2023-01-12 02:19:21 +03:00
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "tungstenite"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http",
"httparse",
"log",
"rand",
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
2023-01-12 02:19:21 +03:00
"sha1",
"thiserror",
"url",
"utf-8",
2023-04-11 01:01:36 +03:00
"webpki",
2023-01-12 02:19:21 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "typenum"
2023-01-24 14:25:12 +03:00
version = "1.16.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 = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-03-05 06:46:57 +03:00
2022-08-12 22:07:14 +03:00
[[package]]
name = "ucd-trie"
2023-01-24 14:25:12 +03:00
version = "0.1.5"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd"
dependencies = [
2022-11-12 11:24:32 +03:00
"rand",
2022-08-27 08:42:25 +03:00
"serde",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
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"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
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-05-29 19:43:51 +03:00
version = "1.0.9"
2022-05-20 03:53:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 19:43:51 +03:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
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-01-24 14:25:12 +03:00
version = "0.1.10"
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 = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
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-06-16 10:48:22 +03:00
version = "2.7.0"
2022-11-05 01:58:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 10:48:22 +03:00
checksum = "d4b45063f47caea744e48f5baa99169bd8bd9b882d80a99941141327bbb00f99"
2022-11-05 01:58:15 +03:00
dependencies = [
2023-06-16 10:48:22 +03:00
"base64 0.21.2",
2022-11-05 01:58:15 +03:00
"log",
"once_cell",
2023-06-16 10:48:22 +03:00
"rustls 0.21.2",
"rustls-webpki",
2022-11-05 01:58:15 +03:00
"url",
2023-06-16 10:48:22 +03:00
"webpki-roots 0.23.1",
2022-11-05 01:58:15 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "url"
2023-06-07 20:50:34 +03:00
version = "2.4.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 = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2022-03-05 06:46:57 +03:00
dependencies = [
"form_urlencoded",
"idna 0.4.0",
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"
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 = [
"getrandom",
"serde",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "uuid"
2023-06-16 10:48:22 +03:00
version = "1.3.4"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 10:48:22 +03:00
checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
2022-07-26 07:53:38 +03:00
dependencies = [
"getrandom",
"rand",
2022-07-26 07:53:38 +03:00
"serde",
"zerocopy",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "value-bag"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e"
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2022-04-25 22:42:51 +03:00
[[package]]
name = "walkdir"
2023-05-11 23:25:55 +03:00
version = "2.3.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 = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
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",
]
[[package]]
name = "wasi"
2023-01-24 14:25:12 +03:00
version = "0.10.0+wasi-snapshot-preview1"
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 = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-03-05 06:46:57 +03:00
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",
"syn 2.0.18",
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",
"syn 2.0.18",
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
[[package]]
name = "wasm-streams"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
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"
version = "0.30.0"
2022-04-24 10:26:00 +03:00
dependencies = [
"anyhow",
"arc-swap",
2022-04-24 10:26:00 +03:00
"argh",
"async-trait",
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-06-09 22:21:50 +03:00
"base64 0.21.2",
"check-if-email-exists",
"chrono",
"console-subscriber",
2022-05-28 07:25:55 +03:00
"counter",
2022-09-15 20:57:24 +03:00
"deferred-rate-limiter",
2022-04-26 19:50:02 +03:00
"derive_more",
2022-07-26 07:53:38 +03:00
"entities",
2022-11-12 11:24:32 +03:00
"env_logger",
"ethbloom",
2022-05-20 05:01:02 +03:00
"ethers",
2023-02-15 22:40:55 +03:00
"ewma",
"fdlimit",
"flume",
2023-02-22 07:25:02 +03:00
"fstrings",
2022-04-24 10:26:00 +03:00
"futures",
2023-01-24 11:05:31 +03:00
"gethostname",
"glob",
2022-08-12 22:07:14 +03:00
"handlebars",
2023-06-07 20:50:34 +03:00
"hashbrown 0.14.0",
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",
"influxdb2",
"influxdb2-structmap",
"ipnet",
2022-10-27 00:39:26 +03:00
"itertools",
"latency",
"listenfd",
2022-11-12 11:24:32 +03:00
"log",
2022-07-26 07:53:38 +03:00
"migration",
"mimalloc",
2023-06-08 03:26:38 +03:00
"moka",
2023-06-13 05:13:06 +03:00
"nanorand",
"num",
2022-09-24 10:03:29 +03:00
"num-traits",
"once_cell",
2023-02-15 22:40:55 +03:00
"ordered-float",
2023-01-24 11:05:31 +03:00
"pagerduty-rs",
2022-06-03 00:48:49 +03:00
"parking_lot 0.12.1",
2023-05-31 21:52:51 +03:00
"payment-contracts",
"prettytable",
"proctitle",
2023-03-03 04:39:50 +03:00
"rdkafka",
2022-09-15 20:57:24 +03:00
"redis-rate-limiter",
2022-04-25 22:14:10 +03:00
"regex",
2022-04-24 10:26:00 +03:00
"reqwest",
2023-03-03 04:39:50 +03:00
"rmp-serde",
"rust_decimal",
"sentry",
2022-04-26 09:54:24 +03:00
"serde",
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",
"strum",
2023-06-08 03:31:29 +03:00
"time 0.3.22",
2022-04-24 10:26:00 +03:00
"tokio",
"tokio-console",
2022-05-30 07:30:13 +03:00
"tokio-stream",
"tokio-uring",
2023-05-18 23:36:35 +03:00
"toml 0.7.4",
2022-05-20 08:27:18 +03:00
"tower",
2023-03-10 20:45:47 +03:00
"tower-http",
"tracing",
"tracing-subscriber 0.3.17",
2022-11-12 11:24:32 +03:00
"ulid",
2022-07-14 00:49:57 +03:00
"url",
2023-06-16 10:48:22 +03:00
"uuid 1.3.4",
2022-04-24 10:26:00 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2023-01-24 14:25:12 +03:00
version = "0.22.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 = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-04-25 22:42:51 +03:00
dependencies = [
"webpki",
]
[[package]]
name = "webpki-roots"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
"rustls-webpki",
]
[[package]]
name = "widestring"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-04-20 07:09:17 +03:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-25 11:47:16 +03:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
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 = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-03-05 06:46:57 +03:00
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 07:09:17 +03:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_i686_gnu"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
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 = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_i686_msvc"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
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 = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-03-05 06:46:57 +03:00
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 07:09:17 +03:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-20 07:09:17 +03:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-20 07:09:17 +03:00
version = "0.42.2"
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 = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-04-11 01:01:36 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-04-05 22:30:52 +03:00
[[package]]
name = "winnow"
2023-05-11 23:25:55 +03:00
version = "0.4.6"
2023-04-05 22:30:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-04-05 22:30:52 +03:00
dependencies = [
"memchr",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "winreg"
2022-04-24 10:26:00 +03:00
version = "0.10.1"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-24 10:26:00 +03:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"winapi",
2022-03-05 06:46:57 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "ws_stream_wasm"
version = "0.7.4"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
2022-04-25 22:42:51 +03:00
dependencies = [
"async_io_stream",
"futures",
"js-sys",
"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"
[[package]]
name = "zerocopy"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332f188cc1bcf1fe1064b8c58d150f497e697f49774aa846f2dc949d9a25f236"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6505e6815af7de1746a08f69c69606bb45695a17149517680f3b2149713b19a3"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
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-06-08 03:31:29 +03:00
"time 0.3.22",
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-05-11 23:25:55 +03:00
version = "2.0.8+zstd.1.5.5"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-11 23:25:55 +03:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-07-25 21:36:15 +03:00
dependencies = [
"cc",
"libc",
2023-01-24 14:25:12 +03:00
"pkg-config",
2022-07-25 21:36:15 +03:00
]