web3-proxy/Cargo.lock

6044 lines
140 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-04-25 22:42:51 +03:00
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-10-27 01:29:38 +03:00
"cipher 0.3.0",
2022-04-25 22:42:51 +03:00
"cpufeatures",
"opaque-debug 0.3.0",
]
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",
"cipher 0.4.3",
"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-01-24 14:25:12 +03:00
version = "0.7.20"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
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"
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",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "anyhow"
version = "1.0.69"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2022-06-16 05:53:37 +03:00
dependencies = [
"backtrace",
]
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",
"syn",
]
[[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"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "async-io"
2023-01-24 14:25:12 +03:00
version = "1.12.0"
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 = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
2022-07-26 07:53:38 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"async-lock",
"autocfg",
2022-07-26 07:53:38 +03:00
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "async-lock"
2023-01-24 14:25:12 +03:00
version = "2.6.0"
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 = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
2022-07-26 07:53:38 +03:00
dependencies = [
"event-listener",
2023-01-24 14:25:12 +03:00
"futures-lite",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "async-stream"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "async-trait"
2023-02-08 22:11:16 +03:00
version = "0.1.64"
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 = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
2022-04-25 22:42:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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",
]
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
]
2022-10-27 01:29:38 +03:00
[[package]]
name = "auto_impl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "auto_impl"
2022-07-25 21:36:15 +03:00
version = "1.0.1"
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 = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33"
2022-04-25 22:42:51 +03:00
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
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"
version = "0.6.6"
2022-05-17 19:23:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e246206a63c9830e118d12c894f56a82033da1a2361f5544deeee3df85c99d9"
2022-05-17 19:23:27 +03:00
dependencies = [
"async-trait",
"axum-core",
"base64 0.21.0",
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",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
2022-05-17 19:23:27 +03:00
"matchit",
"memchr",
"mime",
2022-07-14 00:49:57 +03:00
"percent-encoding",
2022-05-17 19:23:27 +03:00
"pin-project-lite",
2022-12-14 05:13:23 +03:00
"rustversion",
2022-05-17 19:23:27 +03:00
"serde",
2022-05-20 03:53:47 +03:00
"serde_json",
2022-12-14 05:13:23 +03:00
"serde_path_to_error",
2022-05-20 03:53:47 +03:00
"serde_urlencoded",
2023-01-12 02:19:21 +03:00
"sha1",
2022-05-17 19:23:27 +03:00
"sync_wrapper",
"tokio",
2023-01-12 02:19:21 +03:00
"tokio-tungstenite 0.18.0",
2022-05-17 19:23:27 +03:00
"tower",
"tower-http",
"tower-layer",
"tower-service",
]
2022-07-07 06:22:09 +03:00
[[package]]
name = "axum-client-ip"
version = "0.4.0"
2022-07-07 06:22:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d719fabd6813392bbc10e1fe67f2977fad52791a836e51236f7e02f2482e017"
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-01-21 02:51:19 +03:00
version = "0.3.2"
2022-05-17 19:23:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-21 02:51:19 +03:00
checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34"
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"
version = "0.3.4"
2022-08-16 22:29:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fbf955307ff8addb48d2399393c9e2740dd491537ec562b66ab364fc4a38841"
2022-08-16 22:29:00 +03:00
dependencies = [
"heck 0.4.0",
"proc-macro2",
"quote",
"syn",
]
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",
"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",
"syn",
]
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]]
name = "base58"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
[[package]]
name = "base58check"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee2fe4c9a0c84515f136aaae2466744a721af6d63339c18689d9e995d74d99b"
dependencies = [
"base58",
"sha2 0.8.2",
]
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
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"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2022-04-25 22:42:51 +03:00
[[package]]
name = "base64ct"
2023-01-24 14:25:12 +03:00
version = "1.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 = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
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 = [
"funty",
"radium 0.7.0",
"tap",
"wyz",
]
[[package]]
name = "blake2"
2023-01-24 14:25:12 +03:00
version = "0.10.6"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
2022-04-25 22:42:51 +03:00
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
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 = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "block-buffer"
2023-01-24 14:25:12 +03:00
version = "0.10.3"
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 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
2022-03-05 06:46:57 +03:00
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "borsh"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
"borsh-derive",
"hashbrown 0.11.2",
]
[[package]]
name = "borsh-derive"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate 0.1.5",
"proc-macro2",
"syn",
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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-02-03 00:44:57 +03:00
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "bumpalo"
2023-01-24 14:25:12 +03:00
version = "3.12.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 = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
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
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2023-01-24 14:25:12 +03:00
[[package]]
name = "bytecheck"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
dependencies = [
"bytecheck_derive",
"ptr_meta",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-09-05 06:40:13 +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-01-24 14:25:12 +03:00
version = "1.3.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 = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
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-01-24 14:25:12 +03:00
version = "1.1.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 = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
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",
]
2022-09-05 06:40:13 +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-01-24 14:25:12 +03:00
version = "0.15.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 = "982a0cf6a99c350d7246035613882e376d58cebe571785abc5da4f648d53ac0a"
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 = "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"
2022-05-20 03:53:47 +03:00
[[package]]
name = "chrono"
2022-11-12 11:24:32 +03:00
version = "0.4.23"
2022-05-20 03:53:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-12 11:24:32 +03:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-05-20 03:53:47 +03:00
dependencies = [
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-integer",
"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-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "cipher"
version = "0.3.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 = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
]
[[package]]
name = "cipher"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "clap"
2023-01-24 14:25:12 +03:00
version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
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]]
2022-04-25 22:42:51 +03:00
name = "clap_derive"
2023-01-24 14:25:12 +03:00
version = "3.2.18"
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 = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
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-01-24 14:25:12 +03:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "coins-bip32"
2022-07-25 21:36:15 +03:00
version = "0.7.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 = "634c509653de24b439672164bbf56f5f582a2ab0e313d3b0f6af0b7345cf2560"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"bincode",
"bs58",
"coins-core",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-04-25 22:42:51 +03:00
"getrandom",
2022-07-25 21:36:15 +03:00
"hmac",
"k256",
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"
2022-07-25 21:36:15 +03:00
version = "0.7.0"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "2a11892bcac83b4c6e95ab84b5b06c76d9d70ad73548dd07418269c5c7977171"
2022-04-24 10:26:00 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"bitvec 0.17.4",
"coins-bip32",
"getrandom",
"hex",
2022-07-25 21:36:15 +03:00
"hmac",
2023-01-24 14:25:12 +03:00
"pbkdf2",
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"
2022-07-25 21:36:15 +03:00
version = "0.7.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 = "c94090a6663f224feae66ab01e41a2555a8296ee07b5f20dab8888bdefc9f617"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"base58check",
"base64 0.12.3",
"bech32",
"blake2",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
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 = "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",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "concurrent-queue"
2023-01-24 14:25:12 +03:00
version = "2.1.0"
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 = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
2022-07-26 07:53:38 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"crossbeam-utils",
2022-07-26 07:53:38 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "console"
version = "0.14.1"
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 = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-02-03 00:44:57 +03:00
"encode_unicode 0.3.6",
2022-04-25 22:42:51 +03:00
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
2022-08-30 23:01:42 +03:00
"winapi",
2022-03-05 06:46:57 +03:00
]
[[package]]
2022-04-25 22:42:51 +03:00
name = "console"
2023-01-24 14:25:12 +03:00
version = "0.15.5"
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 = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-02-03 00:44:57 +03:00
"encode_unicode 0.3.6",
2023-01-24 14:25:12 +03:00
"lazy_static",
2022-04-25 22:42:51 +03:00
"libc",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-03-05 06:46:57 +03:00
]
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-01-24 14:25:12 +03:00
version = "0.9.1"
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 = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
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"
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "convert_case"
2022-10-27 01:29:38 +03:00
version = "0.6.0"
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 = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2022-04-25 22:42:51 +03:00
2022-08-21 11:30:43 +03:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
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-01-24 14:25:12 +03:00
version = "0.2.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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
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"
2022-09-05 06:40:13 +03:00
version = "0.5.6"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-05 06:40:13 +03:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
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-01-24 14:25:12 +03:00
version = "0.8.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 = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
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-01-24 14:25:12 +03:00
version = "0.9.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 = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
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-01-24 14:25:12 +03:00
version = "0.8.14"
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 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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 = "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 = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
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 = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
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 = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-04-25 22:42:51 +03:00
"typenum",
]
2023-02-03 00:44:57 +03:00
[[package]]
name = "csv"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
"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 = [
2022-10-27 01:29:38 +03:00
"cipher 0.4.3",
2022-04-25 22:42:51 +03:00
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "cxx"
2023-02-08 22:11:16 +03:00
version = "1.0.88"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "322296e2f2e5af4270b54df9e85a02ff037e271af20ba3e7fe1575515dc840b8"
2023-01-24 14:25:12 +03:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-02-08 22:11:16 +03:00
version = "1.0.88"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "017a1385b05d631e7875b1f151c9f012d37b53491e2a87f65bff5c262b2111d8"
2023-01-24 14:25:12 +03:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2023-02-08 22:11:16 +03:00
version = "1.0.88"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "c26bbb078acf09bc1ecda02d4223f03bdd28bd4874edcb0379138efc499ce971"
2023-01-24 14:25:12 +03:00
[[package]]
name = "cxxbridge-macro"
2023-02-08 22:11:16 +03:00
version = "1.0.88"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "357f40d1f06a24b60ae1fe122542c1fb05d28d32acb2aed064e84bc2ad1e252e"
2023-01-24 14:25:12 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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"
2022-12-14 05:13:23 +03:00
version = "0.11.1"
2022-09-14 09:18:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 05:13:23 +03:00
checksum = "2b8bde44cbfdf17ae5baa45c9f43073b320f1a19955389315629304a23909ad2"
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",
"uuid 1.3.0",
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-01-15 23:02:33 +03:00
"hashbrown 0.13.2",
2022-11-12 11:24:32 +03:00
"log",
2022-09-15 20:57:24 +03:00
"moka",
"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-01-24 14:25:12 +03:00
"const-oid 0.9.1",
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 = [
"convert_case 0.4.0",
"proc-macro2",
"quote",
"rustc_version",
"syn",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "dialoguer"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
dependencies = [
"console 0.14.1",
"lazy_static",
"tempfile",
"zeroize",
]
[[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.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "digest"
2023-01-24 14:25:12 +03:00
version = "0.10.6"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"block-buffer 0.10.3",
2022-04-25 22:42:51 +03:00
"crypto-common",
"subtle",
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
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-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
]
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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
2022-04-25 22:42:51 +03:00
[[package]]
name = "dunce"
2022-10-27 01:29:38 +03:00
version = "1.0.3"
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 = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
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",
2022-07-25 21:36:15 +03:00
"elliptic-curve",
2022-04-25 22:42:51 +03:00
"rfc6979",
"signature",
]
[[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 = [
"base16ct",
2023-01-24 14:25:12 +03:00
"crypto-bigint 0.4.9",
"der 0.6.1",
"digest 0.10.6",
2022-07-25 21:36:15 +03:00
"ff",
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-07-25 21:36:15 +03:00
"group",
2022-07-26 07:53:38 +03:00
"pkcs8 0.9.0",
2022-11-12 11:24:32 +03:00
"rand_core",
2022-04-25 22:42:51 +03:00
"sec1",
"subtle",
"zeroize",
]
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
dependencies = [
"log",
]
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
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"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-04-25 22:42:51 +03:00
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "entities"
version = "0.13.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",
"uuid 1.3.0",
2022-08-04 02:17:02 +03:00
]
2022-07-26 07:53:38 +03:00
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",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-09-05 06:40:13 +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-01-24 14:25:12 +03:00
"aes 0.8.2",
2022-04-25 22:42:51 +03:00
"ctr",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-04-25 22:42:51 +03:00
"hex",
2022-07-25 21:36:15 +03:00
"hmac",
2023-01-24 14:25:12 +03:00
"pbkdf2",
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"
2022-12-06 01:18:47 +03:00
version = "1.0.2"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-06 01:18:47 +03:00
checksum = "11f26f9d8d80da18ca72aca51804c65eb2153093af3bec74fd5ce32aa0c1f665"
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-01-24 14:25:12 +03:00
version = "1.0.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 = "fe4be54dd2260945d784e06ccdeb5ad573e8f1541838cee13a1ab885485eaa0b"
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-01-24 14:25:12 +03:00
version = "1.0.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 = "e9c3c3e119a89f0a9a1e539e7faecea815f74ddcf7c90d0b00d1f524db2fdc9c"
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-01-24 14:25:12 +03:00
version = "1.0.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 = "3d4e5ad46aede34901f71afdb7bb555710ed9613d88d644245c657dc371aa228"
2022-05-20 03:53:47 +03:00
dependencies = [
"Inflector",
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-04-25 22:42:51 +03:00
"eyre",
"getrandom",
"hex",
"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",
2023-01-24 14:25:12 +03:00
"toml 0.5.11",
2022-07-14 00:49:57 +03:00
"url",
2022-04-25 22:42:51 +03:00
"walkdir",
]
2022-12-14 05:13:23 +03:00
[[package]]
name = "ethers-contract-derive"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f192e8e4cf2b038318aae01e94e7644e0659a76219e94bcd3203df744341d61f"
dependencies = [
"ethers-contract-abigen",
"ethers-core",
"hex",
"proc-macro2",
"quote",
"serde_json",
"syn",
]
2022-05-20 03:53:47 +03:00
[[package]]
name = "ethers-core"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "ade3e9c97727343984e1ceada4fdab11142d2ee3472d2c67027d56b1251d4f15"
2022-05-20 03:53:47 +03:00
dependencies = [
"arrayvec",
"bytes",
2023-01-24 14:25:12 +03:00
"cargo_metadata 0.15.2",
2022-05-20 03:53:47 +03:00
"chrono",
2022-10-27 01:29:38 +03:00
"convert_case 0.6.0",
2022-07-25 21:36:15 +03:00
"elliptic-curve",
2022-05-20 03:53:47 +03:00
"ethabi",
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-05-20 03:53:47 +03:00
"hex",
2022-07-25 21:36:15 +03:00
"k256",
2022-05-20 03:53:47 +03:00
"once_cell",
2022-10-27 01:29:38 +03:00
"open-fastrlp",
2022-05-20 03:53:47 +03:00
"proc-macro2",
2022-11-12 11:24:32 +03:00
"rand",
2022-05-20 03:53:47 +03:00
"rlp",
"rlp-derive",
"serde",
"serde_json",
"strum",
"syn",
"thiserror",
"tiny-keccak",
"unicode-xid",
]
[[package]]
name = "ethers-etherscan"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "a9713f525348e5dde025d09b0a4217429f8074e8ff22c886263cc191e87d8216"
2022-05-20 03:53:47 +03:00
dependencies = [
2022-05-20 05:01:02 +03:00
"ethers-core",
2022-07-25 21:36:15 +03:00
"getrandom",
2022-05-20 03:53:47 +03:00
"reqwest",
"semver",
"serde",
"serde-aux",
"serde_json",
"thiserror",
"tracing",
]
[[package]]
name = "ethers-middleware"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "e71df7391b0a9a51208ffb5c7f2d068900e99d6b3128d3a4849d138f194778b7"
2022-05-20 03:53:47 +03:00
dependencies = [
"async-trait",
2022-10-27 01:29:38 +03:00
"auto_impl 0.5.0",
2022-05-20 05:01:02 +03:00
"ethers-contract",
"ethers-core",
"ethers-etherscan",
"ethers-providers",
"ethers-signers",
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-01-24 14:25:12 +03:00
version = "1.0.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 = "a1a9e0597aa6b2fdc810ff58bc95e4eeaa2c219b3e615ed025106ecb027407d8"
2022-05-20 03:53:47 +03:00
dependencies = [
"async-trait",
2022-10-27 01:29:38 +03:00
"auto_impl 1.0.1",
2023-01-24 14:25:12 +03:00
"base64 0.13.1",
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",
2022-07-25 21:36:15 +03:00
"getrandom",
2022-04-25 22:42:51 +03:00
"hashers",
"hex",
"http",
"once_cell",
"parking_lot 0.11.2",
"pin-project",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
2023-01-12 02:19:21 +03:00
"tokio-tungstenite 0.17.2",
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",
"wasm-timer",
"web-sys",
"ws_stream_wasm",
]
2022-05-20 03:53:47 +03:00
[[package]]
name = "ethers-signers"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "3f41ced186867f64773db2e55ffdd92959e094072a1d09a5e5e831d443204f98"
2022-05-20 03:53:47 +03:00
dependencies = [
"async-trait",
"coins-bip32",
"coins-bip39",
2022-07-25 21:36:15 +03:00
"elliptic-curve",
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",
]
[[package]]
name = "ethers-solc"
2023-01-24 14:25:12 +03:00
version = "1.0.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 = "cbe9c0a6d296c57191e5f8a613a3b5e816812c28f4a28d6178a17c21db903d77"
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
"getrandom",
"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
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 = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fastrand"
2023-01-24 14:25:12 +03:00
version = "1.8.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
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",
]
2022-07-07 00:42:31 +03:00
[[package]]
name = "filetime"
2023-01-24 14:25:12 +03:00
version = "0.2.19"
2022-07-07 00:42:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2022-07-07 00:42:31 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-07-07 00:42:31 +03:00
"libc",
"redox_syscall",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-07-07 00:42:31 +03:00
]
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"
2023-01-24 14:25:12 +03:00
version = "1.0.25"
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 = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-07-25 21:36:15 +03:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-05-03 08:13:53 +03:00
[[package]]
name = "flume"
2022-07-22 08:11:26 +03:00
version = "0.10.14"
2022-05-03 08:13:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 08:11:26 +03:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-05-03 08:13:53 +03:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
2023-01-24 14:25:12 +03:00
"spin 0.9.4",
2022-05-03 08:13:53 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-03-05 06:46:57 +03:00
[[package]]
name = "form_urlencoded"
2022-09-09 00:01:36 +03:00
version = "1.1.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-09 00:01:36 +03:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
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
]
[[package]]
name = "fsevent-sys"
2022-08-30 23:01:42 +03:00
version = "4.1.0"
2022-07-07 00:42:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-30 23:01:42 +03:00
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2022-07-07 00:42:31 +03:00
dependencies = [
"libc",
]
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-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
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-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2022-03-05 06:46:57 +03:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2022-03-05 06:46:57 +03:00
[[package]]
name = "futures-executor"
2023-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
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-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
2022-03-05 06:46:57 +03:00
2022-07-26 07:53:38 +03:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
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-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2023-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2022-03-05 06:46:57 +03:00
[[package]]
name = "futures-task"
2023-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
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"
2022-03-05 06:46:57 +03:00
[[package]]
name = "futures-util"
2023-01-31 02:57:06 +03:00
version = "0.3.26"
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 = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
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",
]
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "generic-array"
2022-10-27 01:29:38 +03:00
version = "0.14.6"
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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2022-03-05 06:46:57 +03:00
dependencies = [
"typenum",
"version_check",
]
2023-01-24 11:05:31 +03:00
[[package]]
name = "gethostname"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404"
dependencies = [
"libc",
"windows",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "getrandom"
2023-01-24 14:25:12 +03:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
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-01-24 14:25:12 +03:00
version = "0.27.1"
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 = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
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
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 = [
2022-07-25 21:36:15 +03:00
"ff",
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-01-24 14:25:12 +03:00
version = "0.3.15"
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 = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
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"
2022-12-22 23:04:58 +03:00
version = "4.3.6"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-22 23:04:58 +03:00
checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
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",
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash 0.7.6",
]
[[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",
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-01-24 14:25:12 +03:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
2022-11-11 21:40:52 +03:00
"hashbrown 0.12.3",
]
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",
"crossbeam-channel",
"flate2",
"nom",
"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.4",
"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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
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",
]
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 = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "home"
2022-10-27 01:29:38 +03:00
version = "0.5.4"
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 = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
2022-04-25 22:42:51 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"winapi",
2022-04-25 22:42:51 +03:00
]
2022-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"
2022-08-16 03:33:26 +03:00
version = "0.2.8"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-16 03:33:26 +03:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-03-05 06:46:57 +03:00
dependencies = [
"bytes",
"fnv",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
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-01-24 14:25:12 +03:00
version = "0.14.23"
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 = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
2022-03-05 06:46:57 +03:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
2022-03-05 06:46:57 +03:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "hyper-rustls"
2023-01-24 14:25:12 +03:00
version = "0.23.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 = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2022-04-25 22:42:51 +03:00
dependencies = [
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2022-08-21 11:30:43 +03:00
[[package]]
name = "iana-time-zone"
2023-01-24 14:25:12 +03:00
version = "0.1.53"
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 = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
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",
2022-08-30 23:01:42 +03:00
"winapi",
2022-08-21 11:30:43 +03:00
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "idna"
2022-09-09 00:01:36 +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-09-09 00:01:36 +03:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
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",
"syn",
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-01-24 14:25:12 +03:00
version = "1.9.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 = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
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
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "indicatif"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
2023-01-24 14:25:12 +03:00
"console 0.15.5",
2022-04-25 22:42:51 +03:00
"lazy_static",
"number_prefix",
"regex",
]
2022-07-07 00:42:31 +03:00
[[package]]
name = "inotify"
2022-08-30 23:01:42 +03:00
version = "0.9.6"
2022-07-07 00:42:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-30 23:01:42 +03:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2022-07-07 00:42:31 +03:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
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 = [
"generic-array 0.14.6",
]
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-04-25 22:42:51 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "io-lifetimes"
2023-01-24 14:25:12 +03:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
dependencies = [
"libc",
2023-01-24 14:25:12 +03:00
"windows-sys",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "ipnet"
2023-01-12 02:19:21 +03:00
version = "2.7.1"
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 = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
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"
2023-01-24 14:25:12 +03:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes",
"rustix",
2023-01-24 14:25:12 +03:00
"windows-sys",
]
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",
]
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2022-03-05 06:46:57 +03:00
[[package]]
name = "itoa"
2023-01-24 14:25:12 +03:00
version = "1.0.5"
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 = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-03-05 06:46:57 +03:00
[[package]]
2022-07-25 21:36:15 +03:00
name = "jobserver"
2023-01-24 14:25:12 +03:00
version = "0.1.25"
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 = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
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-01-24 14:25:12 +03:00
version = "0.3.60"
2022-07-14 00:49:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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",
2022-07-25 21:36:15 +03:00
"ecdsa",
"elliptic-curve",
2022-10-27 01:29:38 +03:00
"sha2 0.10.6",
"sha3",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "keccak"
2023-01-24 14:25:12 +03:00
version = "0.1.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 = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
dependencies = [
"cpufeatures",
]
2022-04-25 22:42:51 +03:00
2022-07-07 00:42:31 +03:00
[[package]]
2022-08-30 23:01:42 +03:00
name = "kqueue"
2023-01-24 14:25:12 +03:00
version = "1.0.7"
2022-07-07 00:42:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2022-07-07 00:42:31 +03:00
dependencies = [
2022-08-30 23:01:42 +03:00
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags",
"libc",
2022-07-07 00:42:31 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "lalrpop"
version = "0.19.8"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b30455341b0e18f276fa64540aff54deafb54c589de6aca68659c63dd2d5d823"
2022-04-25 22:42:51 +03:00
dependencies = [
"ascii-canvas",
"atty",
"bit-set",
"diff",
"ena",
"itertools",
"lalrpop-util",
"petgraph",
"pico-args",
"regex",
"regex-syntax",
"string_cache",
"term",
"tiny-keccak",
"unicode-xid",
]
[[package]]
name = "lalrpop-util"
version = "0.19.8"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf796c978e9b4d983414f4caedc9273aa33ee214c5b887bd55fde84c85d2dc4"
2022-04-25 22:42:51 +03:00
dependencies = [
"regex",
]
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-01-24 14:25:12 +03:00
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-07-26 07:53:38 +03:00
[[package]]
name = "libm"
2023-01-24 14:25:12 +03:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "link-cplusplus"
version = "1.0.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 = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "linux-raw-sys"
2023-01-24 14:25:12 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-03-05 06:46:57 +03:00
[[package]]
name = "lock_api"
2023-01-24 14:25:12 +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-01-24 14:25:12 +03:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-11-12 11:24:32 +03:00
"autocfg",
2022-03-05 06:46:57 +03:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
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
]
2022-10-25 00:07:29 +03:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2022-05-17 19:23:27 +03:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[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 = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
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-01-24 14:25:12 +03:00
version = "0.7.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 = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
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.13.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
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
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",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "mio"
2023-01-24 14:25:12 +03:00
version = "0.8.5"
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 = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2022-03-05 06:46:57 +03:00
dependencies = [
"libc",
"log",
2022-04-24 10:26:00 +03:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-03-05 06:46:57 +03:00
]
2022-09-05 06:40:13 +03:00
[[package]]
name = "moka"
2023-02-12 12:47:06 +03:00
version = "0.10.0"
2022-09-05 06:40:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-12 12:47:06 +03:00
checksum = "2b6446f16d504e3d575df79cabb11bfbe9f24b17e9562d964a815db7b28ae3ec"
2022-09-05 06:40:13 +03:00
dependencies = [
2022-09-05 08:53:58 +03:00
"async-io",
"async-lock",
2022-09-05 06:40:13 +03:00
"crossbeam-channel",
"crossbeam-epoch",
"crossbeam-utils",
2022-09-05 08:53:58 +03:00
"futures-util",
2022-09-05 06:40:13 +03:00
"num_cpus",
"once_cell",
"parking_lot 0.12.1",
"rustc_version",
2022-09-05 06:40:13 +03:00
"scheduled-thread-pool",
"skeptic",
"smallvec",
"tagptr",
"thiserror",
"triomphe",
"uuid 1.3.0",
2022-09-05 06:40:13 +03:00
]
2022-05-03 08:13:53 +03:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
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",
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "nom8"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
dependencies = [
"memchr",
]
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"
2022-07-07 00:42:31 +03:00
[[package]]
name = "notify"
2023-01-31 02:57:06 +03:00
version = "5.1.0"
2022-07-07 00:42:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:57:06 +03:00
checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9"
2022-07-07 00:42:31 +03:00
dependencies = [
"bitflags",
2022-08-30 23:01:42 +03:00
"crossbeam-channel",
2022-07-07 00:42:31 +03:00
"filetime",
"fsevent-sys",
"inotify",
2022-08-30 23:01:42 +03:00
"kqueue",
2022-07-07 00:42:31 +03:00
"libc",
2022-08-30 23:01:42 +03:00
"mio",
2022-07-07 00:42:31 +03:00
"walkdir",
2023-01-31 02:57:06 +03:00
"windows-sys",
2022-07-07 00:42:31 +03:00
]
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",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2022-05-16 08:16:32 +03:00
[[package]]
name = "object"
2023-01-24 14:25:12 +03:00
version = "0.30.3"
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 = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2022-05-16 08:16:32 +03:00
dependencies = [
"memchr",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "once_cell"
version = "1.17.1"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-04-25 22:42:51 +03:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[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 = [
"arrayvec",
"auto_impl 1.0.1",
"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",
"syn",
]
2022-11-05 01:58:15 +03:00
[[package]]
name = "os_info"
2023-02-09 22:56:58 +03:00
version = "3.6.0"
2022-11-05 01:58:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0"
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-01-24 14:25:12 +03:00
version = "6.4.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 = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-04-25 22:42:51 +03:00
2022-07-26 07:53:38 +03:00
[[package]]
name = "ouroboros"
2023-01-24 14:25:12 +03:00
version = "0.15.5"
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 = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
2022-07-26 07:53:38 +03:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
2023-01-24 14:25:12 +03:00
version = "0.15.5"
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 = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
2022-07-26 07:53:38 +03:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
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",
"time 0.3.17",
"url",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "parity-scale-codec"
2023-01-24 14:25:12 +03:00
version = "3.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 = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72"
2022-04-25 22:42:51 +03:00
dependencies = [
"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-01-24 14:25:12 +03:00
"proc-macro-crate 1.3.0",
2022-04-25 22:42:51 +03:00
"proc-macro2",
"quote",
"syn",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
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-01-24 14:25:12 +03:00
"parking_lot_core 0.9.6",
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",
"redox_syscall",
"smallvec",
2022-08-30 23:01:42 +03:00
"winapi",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "parking_lot_core"
2023-01-24 14:25:12 +03:00
version = "0.9.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 = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
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",
2022-04-25 22:42:51 +03:00
"redox_syscall",
"smallvec",
2022-05-16 08:16:32 +03:00
"thread-id",
2023-01-24 14:25:12 +03:00
"windows-sys",
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"
2023-01-24 14:25:12 +03:00
version = "1.0.11"
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 = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
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
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "pbkdf2"
2022-07-25 21:36:15 +03:00
version = "0.11.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
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
]
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"
2022-09-09 00:01:36 +03:00
version = "2.2.0"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-09 00:01:36 +03:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-03-05 06:46:57 +03:00
2022-08-12 22:07:14 +03:00
[[package]]
name = "pest"
version = "2.5.4"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f"
2022-08-12 22:07:14 +03:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.5.4"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea"
2022-08-12 22:07:14 +03:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.5.4"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f"
2022-08-12 22:07:14 +03:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.5.4"
2022-08-12 22:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d"
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"
2022-07-19 09:41:04 +03:00
version = "0.6.2"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-19 09:41:04 +03:00
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
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"
version = "0.10.1"
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 = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_macros",
"phf_shared",
"proc-macro-hack",
]
2022-03-05 06:46:57 +03:00
[[package]]
2022-04-25 22:42:51 +03:00
name = "phf_generator"
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 = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"phf_shared",
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"
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 = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2022-03-05 06:46:57 +03:00
dependencies = [
2022-04-25 22:42:51 +03:00
"phf_generator",
"phf_shared",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
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
]
[[package]]
2022-04-25 22:42:51 +03:00
name = "pico-args"
version = "0.4.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 = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
2022-03-05 06:46:57 +03:00
[[package]]
name = "pin-project"
2023-01-24 14:25:12 +03:00
version = "1.0.12"
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 = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2022-03-05 06:46:57 +03:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-01-24 14:25:12 +03:00
version = "1.0.12"
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 = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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
]
2022-07-25 21:36:15 +03:00
[[package]]
name = "pkg-config"
2023-01-24 14:25:12 +03:00
version = "0.3.26"
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 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-07-25 21:36:15 +03:00
2022-07-26 07:53:38 +03:00
[[package]]
name = "polling"
2023-01-24 14:25:12 +03:00
version = "2.5.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 = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
2022-07-26 07:53:38 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"autocfg",
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-07-26 07:53:38 +03:00
"libc",
"log",
"wepoll-ffi",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-07-26 07:53:38 +03:00
]
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-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",
"encode_unicode 1.0.0",
"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"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
dependencies = [
"once_cell",
2023-01-31 02:57:06 +03:00
"toml_edit 0.18.0",
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",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
2023-01-24 14:25:12 +03:00
version = "0.5.20+deprecated"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-04-25 22:42:51 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "proc-macro2"
2023-01-24 14:25:12 +03:00
version = "1.0.50"
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 = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
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
]
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",
"syn",
]
2022-09-05 06:40:13 +03:00
[[package]]
name = "pulldown-cmark"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "quote"
2023-01-24 14:25:12 +03:00
version = "1.0.23"
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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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",
]
2022-11-12 09:11:58 +03:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
2022-11-12 11:24:32 +03:00
"rand_core",
2022-11-12 09:11:58 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "rayon"
2023-01-24 14:25:12 +03:00
version = "1.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 = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2022-04-25 22:42:51 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-01-24 14:25:12 +03:00
version = "1.10.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 = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
2022-04-25 22:42:51 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redis"
2023-01-24 14:25:12 +03:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "aa8455fa3621f6b41c514946de66ea0531f57ca017b2e6c7cc368035ea5b46df"
dependencies = [
"async-trait",
"bytes",
"combine",
"futures-util",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
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",
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",
]
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",
"redox_syscall",
"thiserror",
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "regex"
2023-01-12 02:19:21 +03:00
version = "1.7.1"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 02:19:21 +03:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2022-04-25 22:14:10 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[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 = [
"regex-syntax",
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "regex-syntax"
2023-01-24 14:25:12 +03:00
version = "0.6.28"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-04-25 22:14:10 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2022-08-30 23:01:42 +03:00
"winapi",
2022-03-05 06:46:57 +03:00
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "rend"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
dependencies = [
"bytecheck",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "reqwest"
version = "0.11.14"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
2022-03-05 06:46:57 +03:00
dependencies = [
"base64 0.21.0",
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",
2022-03-05 06:46:57 +03:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
2022-07-14 00:49:57 +03:00
"percent-encoding",
2022-03-05 06:46:57 +03:00
"pin-project-lite",
2022-04-25 22:42:51 +03:00
"rustls",
"rustls-pemfile",
2022-03-05 06:46:57 +03:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-04-25 22:42:51 +03:00
"tokio-rustls",
"tower-service",
2022-07-14 00:49:57 +03:00
"url",
2022-03-05 06:46:57 +03:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-04-25 22:42:51 +03:00
"webpki-roots",
2022-03-05 06:46:57 +03:00
"winreg",
]
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",
]
[[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.6",
]
[[package]]
name = "rkyv"
version = "0.7.39"
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 = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
version = "0.7.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4"
dependencies = [
"proc-macro2",
"quote",
"syn",
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",
"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",
"syn",
]
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",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
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-01-24 14:25:12 +03:00
version = "1.28.0"
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 = "7fe32e8c89834541077a5c5bbe5691aa69324361e27e6aeb3552a737db4a70c8"
2022-07-25 21:36:15 +03:00
dependencies = [
"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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2022-05-02 23:32:55 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
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",
]
[[package]]
name = "rustix"
2023-01-24 14:25:12 +03:00
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-01-24 14:25:12 +03:00
"windows-sys",
]
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",
]
[[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-01-24 14:25:12 +03:00
"base64 0.21.0",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "rustversion"
2023-01-24 14:25:12 +03:00
version = "1.0.11"
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 = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2022-04-25 22:42:51 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "ryu"
2023-01-24 14:25:12 +03:00
version = "1.0.12"
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 = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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 = [
2022-10-27 01:29:38 +03:00
"cipher 0.4.3",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-10-27 01:29:38 +03:00
[[package]]
name = "scale-info"
2023-01-24 14:25:12 +03:00
version = "2.3.1"
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 = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"
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-01-24 14:25:12 +03:00
version = "2.3.1"
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 = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"
2022-10-27 01:29:38 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"proc-macro-crate 1.3.0",
2022-10-27 01:29:38 +03:00
"proc-macro2",
"quote",
"syn",
]
2022-09-05 06:40:13 +03:00
[[package]]
name = "scheduled-thread-pool"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
dependencies = [
"parking_lot 0.12.1",
]
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"
2023-01-24 14:25:12 +03:00
[[package]]
name = "scratch"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
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-01-24 14:25:12 +03:00
"pbkdf2",
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-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 = "e7a0e3ec90718d849c73b167df7a476672b64c7ee5f3c582179069e63b2451e1"
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",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
2022-07-26 07:53:38 +03:00
"tracing",
"url",
"uuid 1.3.0",
2022-07-26 07:53:38 +03:00
]
[[package]]
name = "sea-orm-cli"
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 = "992bc003ed84e736daa19d1b562bd80fa2de09d7bca70cb1745adec3f3b54064"
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",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
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 = "5d89f7d4d2533c178e08a9e1990619c391e9ca7b402851d02a605938b15e03d9"
2022-07-26 07:53:38 +03:00
dependencies = [
"bae",
"heck 0.3.3",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sea-orm-migration"
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 = "355b1e2763e73d36de6f4539b04fc5d01b232e5c97785e0d08c4becbc2accad3"
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",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
2023-02-08 22:11:16 +03:00
version = "0.28.3"
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 = "d2fbe015dbdaa7d8829d71c1e14fb6289e928ac256b93dfda543c85cd89d6f03"
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",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
"uuid 1.3.0",
2022-07-26 07:53:38 +03:00
]
[[package]]
2022-10-25 06:41:59 +03:00
name = "sea-query-binder"
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 = "03548c63aec07afd4fd190923e0160d2f2fc92def27470b54154cf232da6203b"
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",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
"uuid 1.3.0",
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 = [
2023-02-08 22:11:16 +03:00
"heck 0.4.0",
2022-07-26 07:53:38 +03:00
"proc-macro2",
"quote",
"syn",
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",
"syn",
]
[[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",
"syn",
]
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 = [
2022-07-25 21:36:15 +03:00
"base16ct",
2023-01-24 14:25:12 +03:00
"der 0.6.1",
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-07-26 07:53:38 +03:00
"pkcs8 0.9.0",
2022-04-25 22:42:51 +03:00
"subtle",
"zeroize",
]
[[package]]
name = "semver"
2023-01-24 14:25:12 +03:00
version = "1.0.16"
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 = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde",
]
[[package]]
name = "send_wrapper"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "930c0acf610d3fdb5e2ab6213019aaa04e227ebe9547b0649ba599b16d788bd7"
2022-10-25 00:07:29 +03:00
[[package]]
name = "sentry"
2023-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "c6f8ce69326daef9d845c3fd17149bd3dbd7caf5dc65dbbad9f5441a40ee407f"
2022-10-25 00:07:29 +03:00
dependencies = [
"httpdate",
"reqwest",
2022-11-05 01:58:15 +03:00
"rustls",
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",
"tokio",
2022-11-05 01:58:15 +03:00
"ureq",
"webpki-roots",
2022-10-25 00:07:29 +03:00
]
[[package]]
name = "sentry-anyhow"
2023-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "a80510663e6b711de2eed521a95dc38435a0e5858397d1acec79185e4a44215b"
2022-10-25 00:07:29 +03:00
dependencies = [
"anyhow",
"sentry-backtrace",
"sentry-core",
]
[[package]]
name = "sentry-backtrace"
2023-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "3ed6c0254d4cce319800609aa0d41b486ee57326494802045ff27434fc9a2030"
2022-10-25 00:07:29 +03:00
dependencies = [
"backtrace",
"once_cell",
"regex",
"sentry-core",
]
[[package]]
name = "sentry-contexts"
2023-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "d3277dc5d2812562026f2095c7841f3d61bbe6789159b7da54f41d540787f818"
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-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "b5acbd3da4255938cf0384b6b140e6c07ff65919c26e4d7a989d8d90ee88fa91"
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-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "a4b922394014861334c24388a55825e4c715afb8ec7c1db900175aa9951f8241"
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-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "beebc7aedbd3aa470cd19caad208a5efe6c48902595c0d111a193d8ce4f7bd15"
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",
]
[[package]]
name = "sentry-types"
2023-02-09 22:56:58 +03:00
version = "0.29.3"
2022-10-25 00:07:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "10d8587b12c0b8211bb3066979ee57af6e8657e23cf439dc6c8581fd86de24e8"
2022-10-25 00:07:29 +03:00
dependencies = [
"debugid",
"getrandom",
"hex",
"serde",
"serde_json",
"thiserror",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
2022-10-25 00:07:29 +03:00
"url",
"uuid 1.3.0",
2022-10-25 00:07:29 +03:00
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "serde"
2022-12-28 09:10:49 +03:00
version = "1.0.152"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 09:10:49 +03:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-aux"
2023-01-24 14:25:12 +03:00
version = "4.1.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 = "c599b3fd89a75e0c18d6d2be693ddb12cccaf771db4ff9e39097104808a014c0"
2022-04-25 22:42:51 +03:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "serde_derive"
2022-12-28 09:10:49 +03:00
version = "1.0.152"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 09:10:49 +03:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2022-04-25 22:42:51 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "serde_json"
2023-02-09 22:56:58 +03:00
version = "1.0.93"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-09 22:56:58 +03:00
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2022-03-05 06:46:57 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
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-01-24 14:25:12 +03:00
version = "0.1.9"
2022-12-14 05:13:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341"
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"
version = "0.2.1"
2022-09-09 00:01:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1a4ca38f4e746460d1dbd3711b8ca8ae314d1b21247edeff61dd20325b5a6f"
2022-09-09 00:01:36 +03:00
dependencies = [
"heapless",
"nom",
2022-09-09 00:01:36 +03:00
"serde",
"serde_plain",
"thiserror",
2022-09-09 00:01:36 +03:00
]
2023-01-24 14:25:12 +03:00
[[package]]
name = "serde_spanned"
2023-01-31 02:57:06 +03:00
version = "0.6.1"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:57:06 +03:00
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
2023-01-24 14:25:12 +03:00
dependencies = [
"serde",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
2022-03-05 06:46:57 +03:00
"ryu",
"serde",
]
[[package]]
name = "sha-1"
2023-01-24 14:25:12 +03:00
version = "0.10.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 = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
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
"cpufeatures",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-03-05 06:46:57 +03:00
]
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",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-07-25 21:36:15 +03:00
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "sha2"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
[[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",
"opaque-debug 0.3.0",
]
[[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",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-04-25 22:42:51 +03:00
]
2022-08-03 03:27:26 +03:00
[[package]]
name = "sha3"
2023-01-24 14:25:12 +03:00
version = "0.10.6"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
2022-04-25 22:42:51 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
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",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
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 = [
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
2022-11-12 11:24:32 +03:00
"rand_core",
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"
version = "0.5.0"
2022-08-03 03:27:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec4cc2eafb2354c1aeaeac5f53b7726ca4ea5ad16314a0b5ebacb6676f599c2b"
2022-08-03 03:27:26 +03:00
dependencies = [
"hex",
"http",
"iri-string",
"k256",
2022-11-12 11:24:32 +03:00
"rand",
"sha3",
2022-08-03 03:27:26 +03:00
"thiserror",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
2022-08-03 03:27:26 +03:00
]
2022-09-05 06:40:13 +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"
2022-07-22 08:11:26 +03:00
version = "0.4.7"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-22 08:11:26 +03:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
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 = "socket2"
2023-01-24 14:25:12 +03:00
version = "0.4.7"
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
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
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "solang-parser"
2022-10-27 01:29:38 +03:00
version = "0.1.18"
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 = "ac8ac4bfef383f368bd9bb045107a501cd9cd0b64ad1983e1b7e839d6a44ecad"
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",
"unicode-xid",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-05-03 08:13:53 +03:00
[[package]]
name = "spin"
2023-01-24 14:25:12 +03:00
version = "0.9.4"
2022-05-03 08:13:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
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
]
[[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",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2022-10-25 00:07:29 +03:00
version = "0.6.2"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 00:07:29 +03:00
checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
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"
2022-10-25 00:07:29 +03:00
version = "0.6.2"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 00:07:29 +03:00
checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
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",
2023-01-24 14:25:12 +03:00
"digest 0.10.6",
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",
2022-10-27 01:29:38 +03:00
"generic-array 0.14.6",
2022-07-26 07:53:38 +03:00
"hashlink",
"hex",
"indexmap",
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
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",
"rustls",
"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",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
2022-07-26 07:53:38 +03:00
"tokio-stream",
"url",
"uuid 1.3.0",
2022-07-26 07:53:38 +03:00
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
2022-10-25 00:07:29 +03:00
version = "0.6.2"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 00:07:29 +03:00
checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
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.0",
"once_cell",
"proc-macro2",
"quote",
"serde_json",
"sqlx-core",
"sqlx-rt",
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
2022-10-25 00:07:29 +03:00
version = "0.6.2"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 00:07:29 +03:00
checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
2022-07-26 07:53:38 +03:00
dependencies = [
"once_cell",
"tokio",
"tokio-rustls",
]
[[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"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
dependencies = [
"new_debug_unreachable",
"once_cell",
2022-06-03 00:48:49 +03:00
"parking_lot 0.12.1",
2022-04-25 22:42:51 +03:00
"phf_shared",
"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.0",
"proc-macro2",
"quote",
"rustversion",
"syn",
]
2022-04-25 22:42:51 +03:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "svm-rs"
2023-01-24 14:25:12 +03:00
version = "0.2.19"
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 = "e18bbb2b229a2cc0d8ba58603adb0e460ad49a3451b1540fd6f7a5d37fd03b80"
2022-04-25 22:42:51 +03:00
dependencies = [
"anyhow",
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-09-05 08:53:58 +03:00
"clap",
2022-04-25 22:42:51 +03:00
"console 0.14.1",
"dialoguer",
"fs2",
"hex",
"home",
"indicatif",
"itertools",
"once_cell",
2022-11-12 11:24:32 +03:00
"rand",
2022-04-25 22:42:51 +03:00
"reqwest",
"semver",
"serde",
"serde_json",
"sha2 0.9.9",
"tempfile",
"thiserror",
"tokio",
"tracing",
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-01-24 14:25:12 +03:00
version = "1.0.107"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
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
]
2022-05-17 19:23:27 +03:00
[[package]]
name = "sync_wrapper"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
2022-09-05 06:40:13 +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"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2022-08-30 23:01:42 +03:00
"cfg-if",
2022-03-05 06:46:57 +03:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
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 = "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 = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
2022-08-30 23:01:42 +03:00
"winapi",
2022-04-25 22:42:51 +03:00
]
[[package]]
name = "textwrap"
2023-01-24 14:25:12 +03:00
version = "0.16.0"
2022-04-25 22:42:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-04-25 22:42:51 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "thiserror"
2023-01-24 14:25:12 +03:00
version = "1.0.38"
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 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-03-05 06:46:57 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-01-24 14:25:12 +03:00
version = "1.0.38"
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 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-11-12 09:11:58 +03:00
[[package]]
name = "thread-fast-rng"
version = "0.1.0"
dependencies = [
2022-11-12 11:24:32 +03:00
"rand",
2022-11-12 09:11:58 +03:00
"rand_xoshiro",
]
2022-05-16 08:16:32 +03:00
[[package]]
name = "thread-id"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f"
dependencies = [
"libc",
"redox_syscall",
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"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"
2022-11-08 01:14:59 +03:00
version = "0.3.17"
2022-07-14 00:49:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-08 01:14:59 +03:00
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2022-07-14 00:49:57 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"itoa 1.0.5",
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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-07-25 21:36:15 +03:00
[[package]]
name = "time-macros"
2022-11-08 01:14:59 +03:00
version = "0.2.6"
2022-07-25 21:36:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-08 01:14:59 +03:00
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2023-01-31 02:57:06 +03:00
version = "1.25.0"
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 = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
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",
"memchr",
2022-08-30 23:01:42 +03:00
"mio",
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",
"tokio-macros",
2022-05-17 19:23:27 +03:00
"tracing",
2023-01-24 14:25:12 +03:00
"windows-sys",
2022-03-05 06:46:57 +03:00
]
[[package]]
name = "tokio-macros"
2023-01-24 14:25:12 +03:00
version = "1.8.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 = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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 = [
"rustls",
"tokio",
"webpki",
]
2022-05-30 07:30:13 +03:00
[[package]]
name = "tokio-stream"
version = "0.1.11"
2022-05-30 07:30:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
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"
2022-07-25 21:36:15 +03:00
version = "0.17.2"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
2022-04-25 22:14:10 +03:00
dependencies = [
"futures-util",
"log",
2022-04-25 22:42:51 +03:00
"rustls",
2022-04-25 22:14:10 +03:00
"tokio",
2022-04-25 22:42:51 +03:00
"tokio-rustls",
2023-01-12 02:19:21 +03:00
"tungstenite 0.17.3",
2022-04-25 22:42:51 +03:00
"webpki",
"webpki-roots",
2022-03-05 06:46:57 +03:00
]
2023-01-12 02:19:21 +03:00
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.18.0",
]
2022-04-24 10:26:00 +03:00
[[package]]
name = "tokio-util"
2023-01-24 14:25:12 +03:00
version = "0.7.4"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
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-02-08 22:11:16 +03:00
version = "0.7.2"
2023-01-24 14:25:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6"
2023-01-24 14:25:12 +03:00
dependencies = [
"serde",
"serde_spanned",
2023-01-31 02:57:06 +03:00
"toml_datetime 0.6.1",
2023-02-08 22:11:16 +03:00
"toml_edit 0.19.3",
2023-01-24 14:25:12 +03:00
]
[[package]]
name = "toml_datetime"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
2023-01-31 02:57:06 +03:00
[[package]]
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-01-24 14:25:12 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729bfd096e40da9c001f778f5cdecbd2957929a24e10e5883d9392220a751581"
2023-01-31 02:57:06 +03:00
dependencies = [
"indexmap",
"nom8",
"toml_datetime 0.5.1",
]
[[package]]
name = "toml_edit"
2023-02-08 22:11:16 +03:00
version = "0.19.3"
2023-01-31 02:57:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:11:16 +03:00
checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5"
2023-01-24 14:25:12 +03:00
dependencies = [
"indexmap",
"nom8",
"serde",
"serde_spanned",
2023-01-31 02:57:06 +03:00
"toml_datetime 0.6.1",
2023-01-24 14:25:12 +03:00
]
2022-05-17 19:23:27 +03:00
[[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",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2022-12-06 01:18:47 +03:00
version = "0.3.5"
2022-05-17 19:23:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-06 01:18:47 +03:00
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
2022-05-17 19:23:27 +03:00
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
]
[[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"
version = "0.1.23"
2022-04-24 10:26:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2022-04-24 10:26:00 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "tracing-core"
version = "0.1.30"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-03-05 06:46:57 +03:00
dependencies = [
"once_cell",
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",
]
2022-04-25 22:14:10 +03:00
[[package]]
name = "tracing-subscriber"
version = "0.3.16"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2022-04-25 22:14:10 +03:00
dependencies = [
2022-05-17 19:23:27 +03:00
"matchers",
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",
"thread_local",
2022-05-17 19:23:27 +03:00
"tracing",
2022-04-25 22:14:10 +03:00
"tracing-core",
2022-03-05 06:46:57 +03:00
]
2022-09-05 06:40:13 +03:00
[[package]]
name = "triomphe"
2023-01-24 14:25:12 +03:00
version = "0.1.8"
2022-09-05 06:40:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db"
2022-09-05 06:40:13 +03:00
2022-03-05 06:46:57 +03:00
[[package]]
name = "try-lock"
2023-01-24 14:25:12 +03:00
version = "0.2.4"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-03-05 06:46:57 +03:00
2022-04-25 22:14:10 +03:00
[[package]]
name = "tungstenite"
2022-07-25 21:36:15 +03:00
version = "0.17.3"
2022-04-25 22:14:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 21:36:15 +03:00
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2022-04-25 22:14:10 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"base64 0.13.1",
2022-04-25 22:14:10 +03:00
"byteorder",
"bytes",
"http",
"httparse",
"log",
2022-11-12 11:24:32 +03:00
"rand",
2022-04-25 22:42:51 +03:00
"rustls",
"sha-1",
2022-04-25 22:14:10 +03:00
"thiserror",
2022-07-14 00:49:57 +03:00
"url",
2022-04-25 22:14:10 +03:00
"utf-8",
2022-04-25 22:42:51 +03:00
"webpki",
2022-04-25 22:14:10 +03:00
]
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",
]
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",
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",
]
2022-09-05 06:40:13 +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-01-24 14:25:12 +03:00
version = "0.3.10"
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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2022-03-05 06:46:57 +03:00
2022-05-20 03:53:47 +03:00
[[package]]
name = "unicode-ident"
2023-01-24 14:25:12 +03:00
version = "1.0.6"
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 = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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-01-24 14:25:12 +03:00
version = "2.6.2"
2022-11-05 01:58:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
2022-11-05 01:58:15 +03:00
dependencies = [
2023-01-24 14:25:12 +03:00
"base64 0.13.1",
2022-11-05 01:58:15 +03:00
"log",
"once_cell",
"rustls",
"url",
"webpki",
"webpki-roots",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "url"
2022-09-09 00:01:36 +03:00
version = "2.3.1"
2022-03-05 06:46:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-09 00:01:36 +03:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-03-05 06:46:57 +03:00
dependencies = [
"form_urlencoded",
2022-07-14 00:49:57 +03:00
"idna",
"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"
version = "1.3.0"
2022-07-26 07:53:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
2022-07-26 07:53:38 +03:00
dependencies = [
"getrandom",
"serde",
]
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"
2022-07-26 07:53: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"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2022-08-30 23:01:42 +03:00
"winapi",
2022-04-25 22:42:51 +03:00
"winapi-util",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
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-01-24 14:25:12 +03:00
version = "0.2.83"
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 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
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-01-24 14:25:12 +03:00
version = "0.2.83"
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 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
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",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-01-24 14:25:12 +03:00
version = "0.4.33"
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 = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
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-01-24 14:25:12 +03:00
version = "0.2.83"
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 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-03-05 06:46:57 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-01-24 14:25:12 +03:00
version = "0.2.83"
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 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-03-05 06:46:57 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-01-24 14:25:12 +03:00
version = "0.2.83"
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 = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-03-05 06:46:57 +03:00
2022-04-25 22:42:51 +03:00
[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
"futures",
"js-sys",
"parking_lot 0.11.2",
"pin-utils",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-03-05 06:46:57 +03:00
[[package]]
name = "web-sys"
2023-01-24 14:25:12 +03:00
version = "0.3.60"
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 = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
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.13.1"
2022-04-24 10:26:00 +03:00
dependencies = [
"anyhow",
"argh",
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",
"chrono",
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 03:38:00 +03:00
"dotenv",
2022-07-26 07:53:38 +03:00
"entities",
2022-11-12 11:24:32 +03:00
"env_logger",
2022-05-20 05:01:02 +03:00
"ethers",
2022-05-17 20:24:10 +03:00
"fdlimit",
2022-05-03 08:13:53 +03:00
"flume",
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-01-15 23:02:33 +03:00
"hashbrown 0.13.2",
2022-10-11 08:13:00 +03:00
"hdrhistogram",
2022-08-16 03:33:26 +03:00
"http",
"ipnet",
2022-10-27 00:39:26 +03:00
"itertools",
2022-11-12 11:24:32 +03:00
"log",
2022-07-26 07:53:38 +03:00
"migration",
2022-09-05 06:40:13 +03:00
"moka",
2022-07-07 00:42:31 +03:00
"notify",
2022-07-09 05:33:53 +03:00
"num",
2022-09-24 10:03:29 +03:00
"num-traits",
"once_cell",
2023-01-24 11:05:31 +03:00
"pagerduty-rs",
2022-06-03 00:48:49 +03:00
"parking_lot 0.12.1",
2023-02-03 00:44:57 +03:00
"prettytable",
2022-05-12 21:49:57 +03:00
"proctitle",
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",
2022-05-02 23:32:55 +03:00
"rustc-hash",
2022-10-25 00:07:29 +03:00
"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",
2022-11-12 09:11:58 +03:00
"thread-fast-rng",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
2022-04-24 10:26:00 +03:00
"tokio",
2022-05-30 07:30:13 +03:00
"tokio-stream",
2023-02-08 22:11:16 +03:00
"toml 0.7.2",
2022-05-20 08:27:18 +03:00
"tower",
2022-08-16 03:33:26 +03:00
"tower-http",
2022-11-12 11:24:32 +03:00
"ulid",
2022-07-14 00:49:57 +03:00
"url",
"uuid 1.3.0",
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",
]
2022-07-26 07:53:38 +03:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
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"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
dependencies = [
"windows_aarch64_gnullvm",
2023-01-24 14:25:12 +03:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2023-01-24 11:05:31 +03:00
"windows_x86_64_gnullvm",
2023-01-24 14:25:12 +03:00
"windows_x86_64_msvc",
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 = [
"windows_aarch64_gnullvm",
2023-01-24 14:25:12 +03:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
2023-01-24 14:25:12 +03:00
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-01-24 14:25:12 +03:00
version = "0.42.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 = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-01-24 14:25:12 +03:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_i686_gnu"
2023-01-24 14:25:12 +03:00
version = "0.42.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 = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_i686_msvc"
2023-01-24 14:25:12 +03:00
version = "0.42.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 = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-01-24 14:25:12 +03:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
2023-01-24 14:25:12 +03:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 14:25:12 +03:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-03-05 06:46:57 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-01-24 14:25:12 +03:00
version = "0.42.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 = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
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 = "ws_stream_wasm"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47ca1ab42f5afed7fc332b22b6e932ca5414b209465412c8cdf0ad23bc0de645"
dependencies = [
"async_io_stream",
"futures",
"js-sys",
"pharos",
"rustc_version",
"send_wrapper",
"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"
2022-04-25 22:42:51 +03:00
[[package]]
name = "zeroize"
2022-07-25 21:36:15 +03:00
version = "1.5.7"
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 = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
[[package]]
name = "zip"
2023-01-24 14:25:12 +03:00
version = "0.6.3"
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 = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
2022-07-25 21:36:15 +03:00
dependencies = [
2022-10-27 01:29:38 +03:00
"aes 0.7.5",
2022-07-25 21:36:15 +03:00
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
2023-01-24 14:25:12 +03:00
"pbkdf2",
2022-07-25 21:36:15 +03:00
"sha1",
2022-11-08 01:14:59 +03:00
"time 0.3.17",
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-01-24 14:25:12 +03:00
version = "2.0.5+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 = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"
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
]