2020-04-18 18:27:01 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-04 14:09:58 +03:00
|
|
|
version = 3
|
|
|
|
|
2021-05-20 20:20:57 +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",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.17.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
2022-08-03 18:26:45 +03:00
|
|
|
"gimli 0.26.2",
|
2020-05-28 23:20:24 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"gimli 0.27.2",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
2020-06-16 10:41:34 +03:00
|
|
|
[[package]]
|
2020-07-09 06:21:04 +03:00
|
|
|
name = "adler"
|
2021-02-28 19:31:53 +03:00
|
|
|
version = "1.0.2"
|
2020-06-16 10:41:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-28 19:31:53 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-16 10:41:34 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.8",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.7.20"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ambient-authority"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
|
|
|
|
|
2023-07-11 19:27:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-07-11 20:42:35 +03:00
|
|
|
version = "1.0.71"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:42:35 +03:00
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2020-09-16 01:14:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arguments-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-09-16 01:14:15 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "0.3.7"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2020-09-23 01:14:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrays-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-09-23 01:14:54 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-10-29 23:11:11 +03:00
|
|
|
version = "0.5.2"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-29 23:11:11 +03:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.1.66"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
2020-05-28 23:20:24 +03:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-03-02 22:23:05 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-05-28 23:20:24 +03:00
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "1.1.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 18:26:06 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.67"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"addr2line 0.19.0",
|
2021-04-27 19:24:48 +03:00
|
|
|
"cc",
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2020-06-16 10:41:34 +03:00
|
|
|
"miniz_oxide",
|
2023-03-15 00:43:51 +03:00
|
|
|
"object 0.30.3",
|
2020-05-28 23:20:24 +03:00
|
|
|
"rustc-demangle",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2020-11-25 13:12:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.21.0"
|
2020-11-25 13:12:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
2020-11-25 13:12:08 +03:00
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "beef"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-04-12 00:21:47 +03:00
|
|
|
version = "1.3.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:21:47 +03:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "1.3.2"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2021-06-01 19:27:21 +03:00
|
|
|
version = "0.3.8"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 19:27:21 +03:00
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"arrayref",
|
2023-03-15 00:43:51 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-05-28 23:20:24 +03:00
|
|
|
"cc",
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 23:20:24 +03:00
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac",
|
2020-07-11 23:04:55 +03:00
|
|
|
"digest 0.9.0",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.10.4"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.6",
|
|
|
|
]
|
|
|
|
|
2020-08-08 12:44:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "boolinator"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "3.12.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-12 20:04:47 +03:00
|
|
|
version = "1.4.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 20:04:47 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.4.0"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-01-12 12:14:33 +03:00
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.2.0"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-14 14:22:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "call_parameters"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-09-02 19:53:30 +03:00
|
|
|
"marine-rs-sdk-test",
|
2020-09-14 14:22:56 +03:00
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.1.4"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cap-fs-ext"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "41e05646ca0c0d3628153d93c91675b8aeebba6c07363ec4f2dd05f42a4648ba"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"cap-std",
|
|
|
|
"io-lifetimes",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-primitives"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "140f0d0d968143f4d23cd2958ccae53e3b336d7362920af268205b8593718933"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
|
|
|
"fs-set-times",
|
|
|
|
"io-extras",
|
|
|
|
"io-lifetimes",
|
|
|
|
"ipnet",
|
|
|
|
"maybe-owned",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
"winx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-rand"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "138311adb9c01710d0fac361da7bf646672e5df00e2f3283764b315449d6edeb"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-std"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "2139a25a1568af991f921198c13d30e5ddfacd06967707841905366aee257e0a"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"io-extras",
|
|
|
|
"io-lifetimes",
|
|
|
|
"ipnet",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-time-ext"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "c711dddaae4b4cec2d0e729182fc4c27566f4945ea55ee7b852ce632b6ce7fe6"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
"winx",
|
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
|
|
|
version = "8.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
|
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2023-03-02 22:23:05 +03:00
|
|
|
"serde",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
2023-03-02 22:23:05 +03:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-07-11 19:25:16 +03:00
|
|
|
version = "0.15.4"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:25:16 +03:00
|
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2023-03-02 22:23:05 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-03-16 13:51:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
2023-03-02 22:23:05 +03:00
|
|
|
version = "0.15.2"
|
2022-08-03 18:26:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 22:23:05 +03:00
|
|
|
checksum = "7f83bc2e401ed041b7057345ebc488c005efa0341d5541ce7004d30458d0090b"
|
2022-08-03 18:26:45 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-03-17 15:34:55 +03:00
|
|
|
"toml 0.7.3",
|
2022-08-03 18:26:45 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.0.79"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-10-14 15:13:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "check-latest"
|
2021-06-01 19:27:21 +03:00
|
|
|
version = "1.0.1"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 19:27:21 +03:00
|
|
|
checksum = "686b97f42c02048850cf72da8a67a42c094d57f50e216b735d94aad32fd3c4c9"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2022-09-02 18:48:25 +03:00
|
|
|
"reqwest",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-07-11 19:27:42 +03:00
|
|
|
version = "0.4.26"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:27:42 +03:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-07-11 19:27:42 +03:00
|
|
|
"android-tzdata",
|
2022-09-02 18:48:25 +03:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-08-09 14:48:18 +03:00
|
|
|
"num-traits",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
2023-03-15 00:43:51 +03:00
|
|
|
"time 0.1.45",
|
2022-09-02 18:48:25 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "2.34.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
2021-12-03 20:33:46 +03:00
|
|
|
"ansi_term",
|
2020-05-28 23:20:24 +03:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-08-09 14:48:18 +03:00
|
|
|
"strsim 0.8.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"textwrap 0.11.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "3.2.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_lex",
|
|
|
|
"indexmap",
|
|
|
|
"once_cell",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap 0.16.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "4.5.0"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"bitflags",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +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-02-18 18:26:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "consumer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-11-04 16:45:27 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.9.3"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 18:26:06 +03:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.8.3"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "45a9c21f8042b9857bda93f6c1910b9f9f24100187a3d3d52f214a34e3dc5818"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-entity 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7379abaacee0f14abf3204a7606118f0465785252169d186337bcb75030815a"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity 0.93.1",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "7853f77a6e4a33c67a69c40f5e1bb982bd2dc5c4a22e17e67b65bbccf9b33b2e"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"byteorder",
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-bforest 0.59.0",
|
|
|
|
"cranelift-codegen-meta 0.59.0",
|
|
|
|
"cranelift-codegen-shared 0.59.0",
|
|
|
|
"cranelift-entity 0.59.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"gimli 0.20.0",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"thiserror",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9489fa336927df749631f1008007ced2871068544f40a202ce6d93fbf2366a7b"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"bumpalo",
|
|
|
|
"cranelift-bforest 0.93.1",
|
|
|
|
"cranelift-codegen-meta 0.93.1",
|
|
|
|
"cranelift-codegen-shared 0.93.1",
|
|
|
|
"cranelift-entity 0.93.1",
|
|
|
|
"cranelift-isle",
|
|
|
|
"gimli 0.26.2",
|
|
|
|
"hashbrown",
|
|
|
|
"log",
|
|
|
|
"regalloc2",
|
|
|
|
"smallvec",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "084cd6d5fb0d1da28acd72c199471bfb09acc703ec8f3bf07b1699584272a3b9"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-codegen-shared 0.59.0",
|
|
|
|
"cranelift-entity 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05bbb67da91ec721ed57cef2f7c5ef7728e1cd9bde9ffd3ef8601022e73e3239"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared 0.93.1",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "701b599783305a58c25027a4d73f2d6b599b2d8ef3f26677275f480b4d51e05d"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418ecb2f36032f6665dc1a5e2060a143dbab41d83b784882e97710e890a7a16d"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "b88e792b28e1ebbc0187b72ba5ba880dad083abe9231a99d19604d10c9e73f38"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf583f7b093f291005f9fb1323e2c37f6ee4c7909e39ce016b2e8360d461705"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b66bf9e916f57fbbd0f7703ec6286f4624866bf45000111627c70d272c8dda1"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.93.1",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "649782a39ce99798dd6b4029e2bb318a2fbeaade1b4fa25330763c10c65bc358"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "32daf082da21c0c05d93394ff4842c2ab7c4991b1f3186a1d952f8ac660edd0b"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-codegen 0.59.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"raw-cpuid",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "937e021e089c51f9749d09e7ad1c4f255c2f8686cb8c3df63a34b3ec9921bc41"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.93.1",
|
|
|
|
"libc",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
|
|
|
version = "0.93.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d850cf6775477747c9dfda9ae23355dd70512ffebc70cf82b85a5b111ae668b5"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.93.1",
|
|
|
|
"cranelift-entity 0.93.1",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-channel",
|
2022-09-08 00:42:29 +03:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
2020-08-25 19:26:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.5.7"
|
2020-08-25 19:26:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
2020-08-25 19:26:21 +03:00
|
|
|
dependencies = [
|
2020-10-26 13:08:53 +03:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2020-08-25 19:26:21 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-10-26 13:08:53 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"crossbeam-epoch",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.9.14"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2022-03-25 18:40:50 +03:00
|
|
|
"autocfg",
|
2020-10-26 13:08:53 +03:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2023-03-17 15:34:55 +03:00
|
|
|
"memoffset 0.8.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"scopeguard",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.8"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.15"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cfg-if 1.0.0",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2020-10-26 13:08:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2020-10-26 13:08:53 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"generic-array 0.14.6",
|
|
|
|
"typenum",
|
2020-10-26 13:08:53 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2020-07-11 23:04:55 +03:00
|
|
|
version = "0.8.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 23:04:55 +03:00
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2022-09-09 17:28:30 +03:00
|
|
|
"generic-array 0.14.6",
|
2020-05-28 23:20:24 +03:00
|
|
|
"subtle",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.26"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2020-09-11 15:58:38 +03:00
|
|
|
[[package]]
|
2020-12-09 15:57:10 +03:00
|
|
|
name = "curl_adapter"
|
2020-09-11 15:58:38 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-09-11 15:58:38 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "cxx"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.92"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
2021-05-13 00:02:33 +03:00
|
|
|
]
|
|
|
|
|
2022-09-09 16:05:09 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "cxx-build"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.92"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2022-09-09 16:05:09 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "cxxbridge-flags"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.92"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.92"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2022-09-09 16:05:09 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "darling"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.14.4"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2022-09-09 16:05:09 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "darling_core"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.14.4"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
2021-05-13 00:02:33 +03:00
|
|
|
"quote",
|
2023-03-15 00:43:51 +03:00
|
|
|
"strsim 0.10.0",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2021-05-13 00:02:33 +03:00
|
|
|
]
|
|
|
|
|
2022-09-09 16:05:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.14.4"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"darling_core",
|
2022-09-09 16:05:09 +03:00
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2022-09-09 16:05:09 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "defer-drop"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.3.0"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "f613ec9fa66a6b28cdb1842b27f9adf24f39f9afc4dcdd9fdecee4aca7945c57"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-channel",
|
2022-09-08 00:42:29 +03:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.11.2"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"derive_builder_macro",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.11.2"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"darling",
|
2020-08-09 14:48:18 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2020-10-21 22:21:16 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
2020-10-21 22:21:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2020-10-21 22:21:16 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2021-03-04 14:09:58 +03:00
|
|
|
"generic-array 0.12.4",
|
2020-07-11 23:04:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2022-09-09 17:28:30 +03:00
|
|
|
"generic-array 0.14.6",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
2022-09-08 00:42:29 +03:00
|
|
|
version = "2.0.0"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 00:42:29 +03:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-07 23:24:28 +03:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-08 00:42:29 +03:00
|
|
|
"redox_users",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-07 23:24:28 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "donkey"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.8.1"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.8.32"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-05 15:18:48 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2020-09-08 13:39:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-11-28 18:37:07 +03:00
|
|
|
version = "0.9.3"
|
2020-09-08 13:39:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 18:37:07 +03:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2020-09-08 13:39:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2022-09-08 00:42:29 +03:00
|
|
|
"humantime",
|
2020-09-08 13:39:22 +03:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "0.3.27"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "f94c0e13118e7d7533271f754a168ae8400e6a1cc043f2bfd53cc7290f1a1de3"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.2.8"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2021-09-28 16:30:40 +03:00
|
|
|
version = "0.1.2"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-28 16:30:40 +03:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2021-09-28 16:30:40 +03:00
|
|
|
"cc",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"str-buf",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "exitfailure"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"failure",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-11-30 12:14:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "facade"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-11-30 12:14:21 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.1.8"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.1.8"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-05-28 23:20:24 +03:00
|
|
|
"synstructure",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2022-01-31 18:15:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.9.0"
|
2022-01-31 18:15:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-31 18:15:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "3.0.10"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "8ef1a30ae415c3a691a4f41afddc2dbcd6d70baf338368d85ebc1e8ed92cedb9"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "file-per-thread-logger"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger 0.10.0",
|
|
|
|
"log",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.23.1"
|
2022-10-18 16:56:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "942caba094d1c219ad3656d51c827470d12dac834b4325843e9f61b12bf0d0dd"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"maplit",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-min-it-version 0.2.1",
|
2023-03-17 15:34:55 +03:00
|
|
|
"marine-runtime 0.24.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
2021-08-05 21:17:26 +03:00
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-06-15 17:22:18 +03:00
|
|
|
[[package]]
|
2021-09-02 19:53:30 +03:00
|
|
|
name = "fluence-app-service"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.25.3"
|
2020-06-15 17:22:18 +03:00
|
|
|
dependencies = [
|
2020-06-17 13:42:11 +03:00
|
|
|
"log",
|
2021-09-02 19:53:30 +03:00
|
|
|
"maplit",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-min-it-version 0.3.0",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-runtime 0.26.3",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2020-09-03 03:01:04 +03:00
|
|
|
[[package]]
|
2020-12-29 17:51:13 +03:00
|
|
|
name = "fluence-it-types"
|
2022-09-13 16:25:11 +03:00
|
|
|
version = "0.3.2"
|
2020-12-29 17:51:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:25:11 +03:00
|
|
|
checksum = "f4e11b54c84babd376e0844d4973fdf7313799c4b9531757015ea6736ef14b70"
|
2020-09-16 01:14:15 +03:00
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"it-to-bytes",
|
2023-07-11 20:23:20 +03:00
|
|
|
"nom 5.1.3",
|
2023-03-15 00:43:51 +03:00
|
|
|
"serde",
|
|
|
|
"variant_count",
|
|
|
|
"wast 8.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-it-types"
|
2023-03-22 16:17:00 +03:00
|
|
|
version = "0.4.1"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 16:17:00 +03:00
|
|
|
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"it-to-bytes",
|
|
|
|
"nom 7.1.3",
|
2020-12-29 17:51:13 +03:00
|
|
|
"serde",
|
2021-09-02 19:53:30 +03:00
|
|
|
"variant_count",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wast 8.0.0",
|
2020-09-16 01:14:15 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-07 00:08:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "1.1.0"
|
2020-11-07 00:08:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-07 00:08:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fs-set-times"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
|
|
|
|
dependencies = [
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
|
2021-04-09 10:41:54 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.27"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-04-09 10:41:54 +03:00
|
|
|
"futures-io",
|
2020-08-23 04:04:11 +03:00
|
|
|
"futures-task",
|
2021-04-09 10:41:54 +03:00
|
|
|
"memchr",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
2020-08-23 04:04:11 +03:00
|
|
|
"pin-utils",
|
2021-04-09 10:41:54 +03:00
|
|
|
"slab",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
2020-10-06 14:40:03 +03:00
|
|
|
version = "0.3.7"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 14:40:03 +03:00
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "0.2.9"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2023-07-11 20:23:20 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-04 14:09:58 +03:00
|
|
|
version = "0.12.4"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 14:09:58 +03:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"typenum",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-11 23:04:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.14.6"
|
2020-07-11 23:04:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-07-11 23:04:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-12 12:14:33 +03:00
|
|
|
version = "0.1.16"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 12:14:33 +03:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2020-09-08 13:20:42 +03:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2021-01-12 12:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.8"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-01-12 12:14:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-07-27 18:01:30 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-01-12 12:14:33 +03:00
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "0.1.13"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "55f62cab8c48c54b8aba6588bd75fd00cdfe8517e79797c3662c5ed0c011d257"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 2.0.23",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"byteorder",
|
|
|
|
"indexmap",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-08-03 18:26:45 +03:00
|
|
|
version = "0.26.2"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-03 18:26:45 +03:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"fallible-iterator",
|
|
|
|
"indexmap",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.27.2"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.16"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2022-09-02 18:48:25 +03:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-07-20 17:13:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-03 18:26:45 +03:00
|
|
|
version = "0.12.3"
|
2020-07-20 17:13:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-03 18:26:45 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2020-07-20 17:13:11 +03:00
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-16 09:37:45 +03:00
|
|
|
version = "0.3.3"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 09:37:45 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-05-02 18:34:48 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"unicode-segmentation",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2020-05-02 18:34:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "0.1.19"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-05-02 18:34:48 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.1"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-04 14:09:58 +03:00
|
|
|
version = "0.4.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 14:09:58 +03:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.2.9"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2020-08-23 04:04:11 +03:00
|
|
|
"fnv",
|
2022-09-02 18:48:25 +03:00
|
|
|
"itoa",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "0.4.5"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"http",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "1.8.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "1.0.2"
|
2021-04-26 14:02:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-04-26 14:02:26 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
2022-09-02 18:48:25 +03:00
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 18:48:25 +03:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2021-04-09 10:41:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.14.25"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-09-02 18:48:25 +03:00
|
|
|
"h2",
|
2020-08-23 04:04:11 +03:00
|
|
|
"http",
|
2022-09-02 18:48:25 +03:00
|
|
|
"http-body",
|
2020-08-23 04:04:11 +03:00
|
|
|
"httparse",
|
2022-09-02 18:48:25 +03:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2022-09-02 18:48:25 +03:00
|
|
|
version = "0.5.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 18:48:25 +03:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
|
|
|
"hyper",
|
2020-08-23 04:04:11 +03:00
|
|
|
"native-tls",
|
2022-09-02 18:48:25 +03:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
2022-09-02 18:48:25 +03:00
|
|
|
name = "iana-time-zone"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.53"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-03-15 00:43:51 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-02 18:48:25 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +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",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.3.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.9.2"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"autocfg",
|
2020-07-20 17:13:11 +03:00
|
|
|
"hashbrown",
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2022-01-31 18:15:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.2.3"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 12:27:54 +03:00
|
|
|
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"ctor",
|
|
|
|
"ghost",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "io-extras"
|
|
|
|
version = "0.17.2"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "d79107d6e60d78351e11f0a2dc9d0eaf304a7efb592e92603783afb8479c7d97"
|
|
|
|
dependencies = [
|
|
|
|
"io-lifetimes",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.7"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "76e86b86ae312accbf05ade23ce76b625e0e47a255712b7414037385a1c05380"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2023-03-02 22:23:05 +03:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2020-06-01 02:45:04 +03:00
|
|
|
[[package]]
|
2020-08-08 13:38:41 +03:00
|
|
|
name = "ipfs-effector"
|
2020-06-15 17:22:18 +03:00
|
|
|
version = "0.1.0"
|
2020-06-05 23:12:02 +03:00
|
|
|
dependencies = [
|
2020-08-08 13:38:41 +03:00
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-08-08 13:38:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipfs-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-07-16 14:56:08 +03:00
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-06-05 23:12:02 +03:00
|
|
|
]
|
2020-05-30 01:55:39 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "2.7.1"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.4.4"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-03-02 22:23:05 +03:00
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-02-24 13:07:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.3.5"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d3f68d6c0e26f35c3d7f0176fcd14b2884c9e954ded51461a7a49f25a20b480"
|
2022-02-24 13:07:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2022-02-24 13:07:52 +03:00
|
|
|
]
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
2022-07-29 17:09:54 +03:00
|
|
|
name = "it-json-serde"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.4.1"
|
2021-04-26 14:02:26 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2021-04-26 14:02:26 +03:00
|
|
|
"thiserror",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2021-04-26 14:02:26 +03:00
|
|
|
]
|
|
|
|
|
2022-02-18 18:26:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2022-09-13 16:25:11 +03:00
|
|
|
version = "0.4.1"
|
2022-03-25 20:45:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:25:11 +03:00
|
|
|
checksum = "59726dde6ea2df9ad15bb67341103879cb94f26642ee0e40bf9a426f8e69bec8"
|
2022-02-18 18:26:06 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"fluence-it-types 0.3.2",
|
|
|
|
"it-memory-traits 0.3.1",
|
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2023-03-22 16:17:00 +03:00
|
|
|
version = "0.5.1"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 16:17:00 +03:00
|
|
|
checksum = "f14693c2c3696b46349b0bc54f8b39de8eb67951b6623f42ff6b6b2d129ff00e"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
2023-03-22 16:17:00 +03:00
|
|
|
"fluence-it-types 0.4.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-memory-traits 0.4.0",
|
2022-02-18 18:26:06 +03:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2022-09-13 16:25:11 +03:00
|
|
|
version = "0.3.1"
|
2022-03-25 20:45:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:25:11 +03:00
|
|
|
checksum = "40e8f26dd64f9c94c7e9c39b2be7bac4e3c946ca31bb5db4a13298199a4d56a2"
|
2022-02-18 18:26:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d563f2a6baee17cf471b7951dfb96ab17fecc5e8947de39f1057cf3fb4cc906d"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-29 17:51:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-11-28 18:37:07 +03:00
|
|
|
version = "0.10.5"
|
2021-04-26 14:02:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 18:37:07 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-04-26 14:02:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-01-31 18:15:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e648c437172ce7d3ac35ca11a068755072054826fa455a916b43524fa4a62a7"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"ittapi-sys",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.1.26"
|
2022-01-31 18:15:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-01-31 18:15:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.61"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
2021-10-05 18:20:41 +03:00
|
|
|
version = "0.2.5"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-05 18:20:41 +03:00
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-04-26 14:02:26 +03:00
|
|
|
version = "0.7.6"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 14:02:26 +03:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-06-16 10:41:34 +03:00
|
|
|
"bitflags",
|
2021-02-17 23:01:04 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.2.140"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2020-09-11 15:58:38 +03:00
|
|
|
|
2022-04-26 12:27:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lilo-after-2gb-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2022-04-26 12:27:54 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2020-09-11 15:58:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "local_storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-04-26 14:02:26 +03:00
|
|
|
"wasm-tracing-allocator",
|
2020-09-11 15:58:38 +03:00
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.3.4"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"scopeguard",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-07-11 19:22:48 +03:00
|
|
|
version = "0.4.19"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:22:48 +03:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-16 15:26:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.14.1"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
2021-05-20 20:20:57 +03:00
|
|
|
"Inflector",
|
2021-05-10 12:51:22 +03:00
|
|
|
"anyhow",
|
2021-05-26 17:48:16 +03:00
|
|
|
"atty",
|
2023-03-02 22:23:05 +03:00
|
|
|
"cargo-lock",
|
|
|
|
"cargo_metadata",
|
2022-09-09 17:28:30 +03:00
|
|
|
"cargo_toml",
|
2021-05-11 15:44:11 +03:00
|
|
|
"check-latest",
|
2023-03-15 00:43:51 +03:00
|
|
|
"clap 2.34.0",
|
2023-03-02 22:23:05 +03:00
|
|
|
"env_logger 0.10.0",
|
2021-05-11 15:44:11 +03:00
|
|
|
"exitfailure",
|
2023-03-02 22:23:05 +03:00
|
|
|
"log",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-generator 0.10.1",
|
|
|
|
"marine-it-parser 0.12.1",
|
|
|
|
"marine-module-info-parser 0.6.1",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-05-10 12:51:22 +03:00
|
|
|
"serde",
|
2021-05-11 15:44:11 +03:00
|
|
|
"serde_json",
|
|
|
|
"termion",
|
2021-05-10 12:51:22 +03:00
|
|
|
"thiserror",
|
2023-03-17 15:34:55 +03:00
|
|
|
"toml 0.7.3",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.20.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
2021-11-04 16:45:27 +03:00
|
|
|
name = "marine-build-rs-generator"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.2"
|
2021-09-03 20:10:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "0e450a5eab6c935ac620d86adcbc5ebea3cd531a5ee9e91d09e4fbf3d260bb3b"
|
2021-11-04 16:45:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
]
|
|
|
|
|
2022-06-02 19:51:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-core"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.19.0"
|
2022-11-28 18:37:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "ec214534c429191be20933848b185cd4ff614eac6a8d49edfa70f04087730288"
|
2022-06-02 19:51:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"bytesize",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-lilo 0.4.1",
|
|
|
|
"it-memory-traits 0.3.1",
|
2022-06-02 19:51:27 +03:00
|
|
|
"log",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-it-generator 0.9.5",
|
|
|
|
"marine-it-interfaces 0.7.3",
|
|
|
|
"marine-it-parser 0.11.1",
|
|
|
|
"marine-min-it-version 0.2.1",
|
|
|
|
"marine-module-info-parser 0.5.1",
|
|
|
|
"marine-module-interface 0.6.1",
|
|
|
|
"marine-utils 0.4.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
2022-09-19 19:13:38 +03:00
|
|
|
"parity-wasm 0.45.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"paste",
|
2022-09-19 19:13:38 +03:00
|
|
|
"pwasm-utils",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-06-02 19:51:27 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2022-06-02 19:51:27 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
2022-07-29 17:09:54 +03:00
|
|
|
name = "marine-core"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.20.3"
|
2022-07-29 17:09:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-11-28 18:37:07 +03:00
|
|
|
"bytes",
|
2022-07-29 17:09:54 +03:00
|
|
|
"bytesize",
|
2023-03-22 16:17:00 +03:00
|
|
|
"it-lilo 0.5.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-memory-traits 0.4.0",
|
2022-07-29 17:09:54 +03:00
|
|
|
"log",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-generator 0.10.1",
|
|
|
|
"marine-it-interfaces 0.8.1",
|
|
|
|
"marine-it-parser 0.12.1",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-min-it-version 0.3.0",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-module-info-parser 0.6.1",
|
|
|
|
"marine-module-interface 0.7.1",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-utils 0.5.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2022-07-29 17:09:54 +03:00
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
2022-11-28 18:37:07 +03:00
|
|
|
"reqwest",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-07-29 17:09:54 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-11-28 18:37:07 +03:00
|
|
|
"tokio",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.9.5"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cd47a34f51b0767bb28b3aea97d0a89716952ebe11bcf151e09a7d7c2e5eb12"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:30:12 +02:00
|
|
|
"it-lilo 0.4.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-it-parser 0.11.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-macro-impl",
|
2021-05-10 12:51:22 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.19.0",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.10.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
2023-03-22 16:17:00 +03:00
|
|
|
"it-lilo 0.5.1",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-parser 0.12.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-macro-impl",
|
2021-08-05 21:17:26 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.20.1",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.7.3"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e57037e5bf10449d7603ea7ff1012aae3a6f77e266e4a1cc1decabeb5e0f9924"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.8.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.11.1"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e9902762a0575a992c8d6bea77d1a34f485b89ce1db438f28d9babd2ac72f3"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-it-interfaces 0.7.3",
|
|
|
|
"marine-module-interface 0.6.1",
|
2023-07-11 20:23:20 +03:00
|
|
|
"nom 5.1.3",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.19.0",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
|
|
|
"wasmer-runtime-core-fl",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.12.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-interfaces 0.8.1",
|
|
|
|
"marine-module-interface 0.7.1",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"nom 7.1.3",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-05-10 12:51:22 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.20.1",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2022-06-02 19:51:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-js"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.4.1"
|
2022-06-02 19:51:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"bytesize",
|
|
|
|
"console_error_panic_hook",
|
2023-03-22 16:17:00 +03:00
|
|
|
"fluence-it-types 0.4.1",
|
2023-04-04 17:18:19 +03:00
|
|
|
"it-json-serde 0.4.1",
|
2023-03-22 16:17:00 +03:00
|
|
|
"it-lilo 0.5.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-memory-traits 0.4.0",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2022-06-02 19:51:27 +03:00
|
|
|
"log",
|
|
|
|
"maplit",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-interfaces 0.8.1",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-min-it-version 0.3.0",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-module-interface 0.7.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-utils 0.5.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"multimap",
|
2023-03-15 00:43:51 +03:00
|
|
|
"nom 7.1.3",
|
2022-06-02 19:51:27 +03:00
|
|
|
"once_cell",
|
|
|
|
"paste",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-06-02 19:51:27 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
2022-06-02 19:51:27 +03:00
|
|
|
"wasm-bindgen",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2022-06-02 19:51:27 +03:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.7.1"
|
2022-07-27 18:01:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "5e03da22f641984aad5229f780d190502196d1c0bf908d3d17f5d6bcba73e525"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-macro-impl",
|
|
|
|
"marine-rs-sdk-main",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.7.1"
|
2021-05-11 15:44:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
2022-07-29 17:09:54 +03:00
|
|
|
name = "marine-min-it-version"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.1"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d23211d31dc45b0941666e867e717c951d3f446c27ddbf148b4fa62c4de1f159"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"once_cell",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-07-27 18:01:30 +03:00
|
|
|
]
|
|
|
|
|
2022-02-18 18:26:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
2023-03-15 00:30:12 +02:00
|
|
|
version = "0.3.0"
|
2022-02-18 18:26:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-02-18 18:26:06 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.5.1"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06c2fa2dd89f704680d957aabdb6f0babdf5b041744739db5e5b36965b1b8ed1"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk-main",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-05-13 00:02:33 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.19.0",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-runtime-core-fl",
|
2021-05-13 00:02:33 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.6.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk-main",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-wasm-backend-traits",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.20.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 20:20:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.6.1"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "311dad103f02acae6371adbeecbb18e01a0daf3fac7b9947ee020581f38841fa"
|
2021-05-20 20:20:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-it-interfaces 0.7.3",
|
2023-07-11 20:23:20 +03:00
|
|
|
"nom 5.1.3",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-05-20 20:20:57 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.19.0",
|
2023-03-15 00:30:12 +02:00
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2021-05-20 20:20:57 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.7.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-it-interfaces 0.8.1",
|
2023-03-15 00:30:12 +02:00
|
|
|
"nom 7.1.3",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-07-11 20:23:20 +03:00
|
|
|
"walrus 0.20.1",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2022-07-27 18:01:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.7.1"
|
2022-07-27 18:01:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "1cfeeb7b8cd98e32276fabfe6ab095a6aae793f3f080e7eb1c3d36b1b762397c"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"marine-timestamp-macro",
|
|
|
|
"polyplets",
|
2021-05-11 15:44:11 +03:00
|
|
|
"serde",
|
2021-06-16 09:37:45 +03:00
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.7.1"
|
2022-07-27 18:01:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "c43e6eac611bc5b96e80a3f3e2621eeded69fb56389aa83b6ea76ec0f243ef23"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-16 09:37:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-test"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.2"
|
2021-06-16 09:37:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "00f6fc01820da0053ebf86f324bb62b66679798e48c799d80318383d4ed20b1a"
|
2021-06-16 09:37:45 +03:00
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"fluence-app-service 0.23.1",
|
2021-11-04 16:45:27 +03:00
|
|
|
"marine-build-rs-generator",
|
2021-06-16 09:37:45 +03:00
|
|
|
"marine-test-macro",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-09-19 19:13:38 +03:00
|
|
|
"uuid",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2023-04-04 14:08:25 +03:00
|
|
|
version = "0.24.1"
|
2022-10-18 16:56:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "545262bf5b68d2b4f4b9eed2557f09421cc4bb62a10e71c307140f27b6411b9c"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"bytesize",
|
2023-03-15 00:30:12 +02:00
|
|
|
"it-json-serde 0.3.5",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2021-08-05 21:17:26 +03:00
|
|
|
"log",
|
2023-03-17 15:34:55 +03:00
|
|
|
"marine-core 0.19.0",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-module-interface 0.6.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-main",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-utils 0.4.0",
|
2022-07-29 17:09:54 +03:00
|
|
|
"safe-transmute",
|
2021-08-05 21:17:26 +03:00
|
|
|
"serde",
|
2022-07-29 17:09:54 +03:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-09-19 19:13:38 +03:00
|
|
|
"serde_with",
|
2021-08-05 21:17:26 +03:00
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
|
|
|
"wasmer-interface-types-fl 0.24.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.26.3"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
2022-01-25 18:22:41 +03:00
|
|
|
"bytesize",
|
2023-07-11 19:26:46 +03:00
|
|
|
"env_logger 0.10.0",
|
2023-04-04 17:18:19 +03:00
|
|
|
"it-json-serde 0.4.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-memory-traits 0.4.0",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2021-05-13 00:02:33 +03:00
|
|
|
"log",
|
2023-04-04 17:18:19 +03:00
|
|
|
"marine-core 0.20.3",
|
|
|
|
"marine-module-interface 0.7.1",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-main",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-utils 0.5.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2022-10-18 16:56:42 +03:00
|
|
|
"once_cell",
|
2023-03-15 00:43:51 +03:00
|
|
|
"parking_lot 0.12.1",
|
2022-10-18 16:56:42 +03:00
|
|
|
"pretty_assertions",
|
2022-06-02 19:51:27 +03:00
|
|
|
"safe-transmute",
|
2021-05-13 00:02:33 +03:00
|
|
|
"serde",
|
2022-06-02 19:51:27 +03:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-09-19 19:13:38 +03:00
|
|
|
"serde_with",
|
2021-05-13 00:02:33 +03:00
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"toml 0.5.11",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2021-05-13 00:02:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-sqlite-connector"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.6.0"
|
2021-05-11 15:44:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "446079866e6acd00fd5fbaab2edb62ee518144b071ea0a3eaf735c8c225021fc"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.2"
|
2021-05-13 00:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "e7dee369cbbd53a9b7741e331f4cf7464c89a388161683b217ad82592d041a8b"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2021-05-13 00:02:33 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro-impl"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.2"
|
2021-05-13 00:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "110947a084ed3e80601d452ed599f1300c569cd9327a9084d31c991b4557c53c"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"darling",
|
2023-03-17 15:34:55 +03:00
|
|
|
"fluence-app-service 0.23.1",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2023-03-15 00:30:12 +02:00
|
|
|
"marine-it-parser 0.11.1",
|
2021-05-13 00:02:33 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-09-02 19:53:30 +03:00
|
|
|
"static_assertions",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2021-05-13 00:02:33 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "0.7.1"
|
2022-07-27 18:01:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "7ea4557a757e9f4d04a0b6afb047431a246963268a4cab56c62cb5355457cb2f"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2022-07-29 17:09:54 +03:00
|
|
|
version = "0.4.0"
|
2023-03-15 00:30:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca"
|
2021-05-10 12:51:22 +03:00
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2023-03-15 00:30:12 +02:00
|
|
|
version = "0.5.0"
|
2021-05-13 00:02:33 +03:00
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "marine-wasm-backend-traits"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.2.1"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"it-memory-traits 0.4.0",
|
|
|
|
"multimap",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wasmparser 0.101.1",
|
|
|
|
]
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "marine-wasmtime-backend"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.2.2"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"it-memory-traits 0.4.0",
|
|
|
|
"log",
|
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"multimap",
|
|
|
|
"paste",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wasmer-interface-types-fl 0.26.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wasmtime",
|
|
|
|
"wasmtime-wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-owned"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
2020-04-28 22:12:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-04-28 22:12:52 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memfd"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
|
|
|
|
dependencies = [
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.6.5"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"autocfg",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-06-16 10:41:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.6.2"
|
2020-06-16 10:41:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2020-06-16 10:41:34 +03:00
|
|
|
dependencies = [
|
2020-07-09 06:21:04 +03:00
|
|
|
"adler",
|
2020-06-16 10:41:34 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.8.6"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-03-25 18:40:50 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-17 15:34:55 +03:00
|
|
|
"windows-sys 0.45.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mrepl"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.21.3"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"check-latest",
|
2023-03-15 00:43:51 +03:00
|
|
|
"clap 2.34.0",
|
2023-07-11 19:26:46 +03:00
|
|
|
"env_logger 0.10.0",
|
2023-04-04 17:18:19 +03:00
|
|
|
"fluence-app-service 0.25.3",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2021-05-11 15:44:11 +03:00
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk-main",
|
2023-03-15 00:43:51 +03:00
|
|
|
"marine-wasm-backend-traits",
|
2021-05-11 15:44:11 +03:00
|
|
|
"rustop",
|
|
|
|
"rustyline",
|
|
|
|
"rustyline-derive",
|
2021-08-10 17:06:40 +03:00
|
|
|
"serde",
|
2021-05-11 15:44:11 +03:00
|
|
|
"serde_json",
|
|
|
|
"termion",
|
2022-09-19 19:13:38 +03:00
|
|
|
"uuid",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2020-06-01 02:45:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-04-09 10:41:54 +03:00
|
|
|
version = "0.8.3"
|
2020-06-01 02:45:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 10:41:54 +03:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2020-06-01 02:45:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multiservice-marine-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.11"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-09-08 00:42:29 +03:00
|
|
|
version = "0.15.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 00:42:29 +03:00
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-09 14:48:18 +03:00
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.24.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"bitflags",
|
2022-09-08 00:42:29 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.25.1"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"autocfg",
|
2020-08-07 23:24:28 +03:00
|
|
|
"bitflags",
|
2022-09-08 00:42:29 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-07 23:24:28 +03:00
|
|
|
"libc",
|
2023-03-15 00:43:51 +03:00
|
|
|
"memoffset 0.6.5",
|
|
|
|
"pin-utils",
|
2020-08-07 23:24:28 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "5.1.3"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-28 22:12:52 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.2.15"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.15.0"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"hermit-abi 0.2.6",
|
2022-09-09 16:05:09 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.29.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.30.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2021-06-16 09:37:45 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2020-07-09 15:55:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.17.1"
|
2020-07-09 15:55:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.10.46"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "fd2523381e46256e40930512c7fd25562b9eae4812cb52078f155e87217c9d1e"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-12-17 12:43:45 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-03-16 13:51:59 +03:00
|
|
|
"once_cell",
|
2022-05-15 12:09:11 +03:00
|
|
|
"openssl-macros",
|
2020-08-23 04:04:11 +03:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "0.1.5"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.9.81"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-07-09 15:55:58 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
|
|
|
|
2020-10-21 22:21:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.1.3"
|
2020-10-21 22:21:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 18:26:06 +03:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2020-10-21 22:21:16 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-10-21 22:21:16 +03:00
|
|
|
]
|
|
|
|
|
2020-05-02 18:34:48 +03:00
|
|
|
[[package]]
|
2020-06-03 23:19:07 +03:00
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.2"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-03 23:19:07 +03:00
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
2020-05-02 18:34:48 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.10.2"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"lock_api 0.3.4",
|
|
|
|
"parking_lot_core 0.7.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.4.9",
|
|
|
|
"parking_lot_core 0.9.7",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.7.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 23:20:24 +03:00
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2021-01-12 12:14:33 +03:00
|
|
|
"redox_syscall 0.1.57",
|
2020-05-28 23:20:24 +03:00
|
|
|
"smallvec",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-07-11 19:25:52 +03:00
|
|
|
version = "1.0.13"
|
2021-04-26 14:02:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:25:52 +03:00
|
|
|
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
|
2021-04-26 14:02:26 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "2.2.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-11-25 13:12:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.2.9"
|
2020-11-25 13:12:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-11-25 13:12:08 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.26"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-11-04 16:45:27 +03:00
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.2"
|
2022-07-27 18:01:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "6c051f220264e391afae06b6dceda199d523ee1dc7ae8e8cba4119a378dd411f"
|
2022-07-27 18:01:30 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
2021-11-04 16:45:27 +03:00
|
|
|
"serde",
|
|
|
|
]
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2020-10-21 22:21:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2022-09-07 00:15:45 +03:00
|
|
|
version = "1.3.0"
|
2020-10-21 22:21:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 00:15:45 +03:00
|
|
|
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
|
2020-10-21 22:21:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
2021-05-11 15:44:11 +03:00
|
|
|
"diff",
|
2020-10-21 22:21:16 +03:00
|
|
|
"output_vt100",
|
2022-09-07 00:15:45 +03:00
|
|
|
"yansi",
|
2020-10-21 22:21:16 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +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",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.63"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2022-05-26 23:05:58 +03:00
|
|
|
"unicode-ident",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "producer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-12-03 20:33:46 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ecdabd73c8beaf98c66e45aff3032b56260ee49eb5d0d1222ecce269bfafda7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"parity-wasm 0.42.2",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.29"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.8",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2020-12-22 04:15:00 +03:00
|
|
|
version = "7.0.4"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-22 04:15:00 +03:00
|
|
|
checksum = "beb71f708fe39b2c5e98076204c3cc094ee5a4c12c4cdb119a2b72dc34164f41"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"rustc_version",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.7.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.11.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-channel",
|
2020-05-28 23:20:24 +03:00
|
|
|
"crossbeam-deque",
|
2023-03-15 00:43:51 +03:00
|
|
|
"crossbeam-utils",
|
2020-05-28 23:20:24 +03:00
|
|
|
"num_cpus",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-28 01:19:15 +03:00
|
|
|
[[package]]
|
2020-08-08 13:38:41 +03:00
|
|
|
name = "record-effector"
|
2020-07-28 01:19:15 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-08-08 13:38:41 +03:00
|
|
|
"test-record",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "record-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-08-08 13:38:41 +03:00
|
|
|
"test-record",
|
2020-07-28 01:19:15 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 12:36:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "records-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-04-13 12:36:14 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-11 23:04:55 +03:00
|
|
|
version = "0.1.57"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 23:04:55 +03:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2021-01-12 12:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-03 18:26:45 +03:00
|
|
|
version = "0.2.16"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-03 18:26:45 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-12 12:14:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
|
|
dependencies = [
|
2022-08-03 18:26:45 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2021-01-12 12:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.4.3"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-01-12 12:14:33 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"getrandom 0.2.8",
|
2022-08-03 18:26:45 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-25 18:40:50 +03:00
|
|
|
"thiserror",
|
2021-01-12 12:14:33 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regalloc2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"slice-group-by",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.7.1"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.6.28"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-08-09 14:48:18 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-07-11 19:20:52 +03:00
|
|
|
version = "0.11.18"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:20:52 +03:00
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"base64 0.21.0",
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-09-02 18:48:25 +03:00
|
|
|
"h2",
|
2021-04-09 10:41:54 +03:00
|
|
|
"http",
|
2022-09-02 18:48:25 +03:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
2021-04-09 10:41:54 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-11-28 18:37:07 +03:00
|
|
|
"once_cell",
|
2021-04-09 10:41:54 +03:00
|
|
|
"percent-encoding",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-09-02 18:48:25 +03:00
|
|
|
"tokio",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio-native-tls",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tower-service",
|
2021-04-09 10:41:54 +03:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winreg",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "0.1.21"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2021-03-12 20:04:47 +03:00
|
|
|
"semver 0.9.0",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.36.9"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
2023-03-15 00:43:51 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"itoa",
|
2023-03-02 22:23:05 +03:00
|
|
|
"libc",
|
2023-03-15 00:43:51 +03:00
|
|
|
"linux-raw-sys",
|
|
|
|
"once_cell",
|
2023-03-02 22:23:05 +03:00
|
|
|
"windows-sys 0.45.0",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustop"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "1.1.2"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "cac77bea4e5c89acb455a2fe072bc19334cb130691af6e1bed4625d3f5396e89"
|
2020-08-07 23:24:28 +03:00
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.12"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "10.1.1"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "c1e83c32c3f3c33b08496e0d1df9ea8c64d39adb8eb36a1ebb1440c690697aef"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2022-09-08 00:42:29 +03:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"clipboard-win",
|
2020-08-07 23:24:28 +03:00
|
|
|
"dirs-next",
|
2022-09-08 00:42:29 +03:00
|
|
|
"fd-lock",
|
2020-08-07 23:24:28 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-03-15 00:43:51 +03:00
|
|
|
"nix 0.25.1",
|
2022-09-08 00:42:29 +03:00
|
|
|
"radix_trie",
|
2020-08-07 23:24:28 +03:00
|
|
|
"scopeguard",
|
2020-08-09 14:48:18 +03:00
|
|
|
"skim",
|
2020-08-07 23:24:28 +03:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2022-09-08 00:42:29 +03:00
|
|
|
"utf8parse",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-07 23:24:28 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:14:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
2022-09-02 18:48:25 +03:00
|
|
|
version = "0.7.0"
|
2020-08-09 14:14:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 18:48:25 +03:00
|
|
|
checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d"
|
2020-08-09 14:14:03 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"proc-macro2",
|
2020-08-09 14:14:03 +03:00
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-09 14:14:03 +03:00
|
|
|
]
|
|
|
|
|
2020-05-02 18:34:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.13"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2020-05-02 18:34:48 +03:00
|
|
|
|
2020-07-26 19:38:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
2021-06-01 19:27:21 +03:00
|
|
|
version = "0.11.2"
|
2020-07-26 19:38:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 19:27:21 +03:00
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
2020-07-26 19:38:11 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.21"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"windows-sys 0.42.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-04-28 22:12:52 +03:00
|
|
|
version = "1.1.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.5"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "2.8.2"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "2.8.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2022-09-19 19:13:38 +03:00
|
|
|
"semver-parser",
|
2021-06-01 19:27:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.17"
|
2021-06-01 19:27:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2021-06-01 19:27:21 +03:00
|
|
|
dependencies = [
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.166"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde_derive",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "0.11.11"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "5a16be4fe5320ade08736447e3198294a5ea9a6d44dde6f35f0a5e06859c427a"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.166"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 2.0.23",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:34:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.100"
|
2020-06-06 21:34:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
|
2020-06-06 21:34:13 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"itoa",
|
2020-06-06 21:34:13 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "0.7.1"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-25 13:12:08 +03:00
|
|
|
"form_urlencoded",
|
2022-09-02 18:48:25 +03:00
|
|
|
"itoa",
|
2020-11-25 13:12:08 +03:00
|
|
|
"ryu",
|
2020-08-23 04:04:11 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-09-09 16:05:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "2.3.1"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "85456ffac572dc8826334164f2fb6fb40a7c766aebe195a2a21ee69ee2885ecf"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"base64 0.13.1",
|
2022-09-09 16:05:09 +03:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-09-19 19:13:38 +03:00
|
|
|
"serde_with_macros",
|
2023-03-17 15:34:55 +03:00
|
|
|
"time 0.3.20",
|
2021-12-03 20:33:46 +03:00
|
|
|
]
|
|
|
|
|
2022-09-09 16:05:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "2.3.1"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "7cbcd6104f8a4ab6af7f6be2a0da6be86b9de3c401f6e86bb856ab2af739232f"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"darling",
|
2022-09-09 16:05:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2022-09-09 16:05:09 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.6"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.6",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.1.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2020-08-09 14:48:18 +03:00
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shrek"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "skim"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.10.4"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "e5d28de0a6cb2cdd83a076f1de9d965b973ae08b244df1aa70b432946dda0f32"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2022-09-08 00:42:29 +03:00
|
|
|
"atty",
|
|
|
|
"beef",
|
2020-08-09 14:48:18 +03:00
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
2023-03-15 00:43:51 +03:00
|
|
|
"clap 3.2.23",
|
2022-09-08 00:42:29 +03:00
|
|
|
"crossbeam",
|
|
|
|
"defer-drop",
|
2020-08-09 14:48:18 +03:00
|
|
|
"derive_builder",
|
2023-03-15 00:43:51 +03:00
|
|
|
"env_logger 0.9.3",
|
2020-08-09 14:48:18 +03:00
|
|
|
"fuzzy-matcher",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-03-15 00:43:51 +03:00
|
|
|
"nix 0.25.1",
|
2020-08-09 14:48:18 +03:00
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"shlex",
|
2023-03-17 15:34:55 +03:00
|
|
|
"time 0.3.20",
|
2020-08-09 14:48:18 +03:00
|
|
|
"timer",
|
|
|
|
"tuikit",
|
|
|
|
"unicode-width",
|
|
|
|
"vte",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.4.8"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-08-03 18:26:45 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.10.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.4.9"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2022-09-08 00:42:29 +03:00
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
2020-06-16 10:41:34 +03:00
|
|
|
version = "1.1.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 10:41:34 +03:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "2.5.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.109"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-26 23:05:58 +03:00
|
|
|
"unicode-ident",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-07-11 20:23:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.12.6"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-05-28 23:20:24 +03:00
|
|
|
"unicode-xid",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "system-interface"
|
|
|
|
version = "0.25.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f355df185d945435f24c51fda9bf01bea6acb6c0b753e1241e5cc05413a659d4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-std",
|
|
|
|
"fd-lock",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
"winx",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.12.6"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "3.4.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-31 18:15:01 +03:00
|
|
|
"fastrand",
|
2022-08-03 18:26:45 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2023-03-17 15:34:55 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.42.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2022-09-08 00:42:29 +03:00
|
|
|
version = "0.7.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 00:42:29 +03:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2022-09-08 00:42:29 +03:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.2.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2022-08-03 18:26:45 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-04-09 10:41:54 +03:00
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2020-07-28 17:08:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "test-record"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2020-07-28 17:08:26 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-05-02 18:34:48 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"unicode-width",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.41"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"thiserror-impl",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-07-11 20:23:20 +03:00
|
|
|
version = "1.0.41"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 20:23:20 +03:00
|
|
|
checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 2.0.23",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.1.7"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-02-04 15:32:45 +03:00
|
|
|
"once_cell",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.45"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
2021-04-09 10:43:55 +03:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.20"
|
2022-09-09 16:05:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-09-09 16:05:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
2023-03-15 00:43:51 +03:00
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
2022-09-09 16:05:09 +03:00
|
|
|
]
|
|
|
|
|
2022-09-08 00:42:29 +03:00
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
2022-09-08 00:42:29 +03:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 00:43:51 +03:00
|
|
|
name = "time-macros"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.2.8"
|
2022-09-08 00:42:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-09-08 00:42:29 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"time-core",
|
2022-09-08 00:42:29 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "timer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-26 14:41:53 +03:00
|
|
|
version = "1.6.0"
|
2020-11-12 17:22:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 14:41:53 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-12 17:22:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.1"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.26.0"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"autocfg",
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-09-02 18:48:25 +03:00
|
|
|
"mio",
|
2021-04-09 10:41:54 +03:00
|
|
|
"num_cpus",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2023-03-17 15:34:55 +03:00
|
|
|
"windows-sys 0.45.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.8.2"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.1"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2022-09-02 18:48:25 +03:00
|
|
|
"tokio",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.7.7"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"bytes",
|
2021-04-09 10:41:54 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-06 22:55:33 +03:00
|
|
|
"tracing",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2020-06-06 00:13:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.5.11"
|
2020-06-06 00:13:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2020-06-06 00:13:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.7.3"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.19.7"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.2"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.37"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-30 12:14:21 +03:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
"log",
|
2022-09-02 18:48:25 +03:00
|
|
|
"pin-project-lite",
|
2023-03-15 00:43:51 +03:00
|
|
|
"tracing-attributes",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.30"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2022-06-09 17:00:19 +03:00
|
|
|
"once_cell",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.4"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tuikit"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.5.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "5e19c6ab038babee3d50c8c12ff8b910bdb2196f62278776422f50390d8e53d8"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-03-15 00:43:51 +03:00
|
|
|
"nix 0.24.3",
|
2020-08-09 14:48:18 +03:00
|
|
|
"term",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.16.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.1.8"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
2021-12-03 20:33:46 +03:00
|
|
|
"once_cell",
|
2020-05-28 23:20:24 +03:00
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.1.8"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.11"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2022-05-26 23:05:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.8"
|
2022-05-26 23:05:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-26 23:05:58 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.22"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "1.10.1"
|
2020-04-28 22:12:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-04-28 22:12:52 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.1.10"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.4"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-09 17:28:30 +03:00
|
|
|
version = "2.3.1"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 17:28:30 +03:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-07 00:08:09 +03:00
|
|
|
"form_urlencoded",
|
2020-08-23 04:04:11 +03:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.2.1"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2020-08-07 23:24:28 +03:00
|
|
|
|
2022-09-08 21:50:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-07-11 19:29:24 +03:00
|
|
|
version = "1.4.0"
|
2022-09-08 21:50:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 19:29:24 +03:00
|
|
|
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
|
2022-09-08 21:50:04 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"getrandom 0.2.8",
|
2022-09-08 21:50:04 +03:00
|
|
|
]
|
|
|
|
|
2021-09-02 19:53:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "variant_count"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2021-09-02 19:53:30 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "0.2.15"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-02 18:34:48 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "0.9.4"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-05-02 18:34:48 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vte"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.11.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "1aae21c12ad2ec2d168c236f369c38ff332bc1134f7246350dca641437365045"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"arrayvec 0.7.2",
|
2022-09-08 00:42:29 +03:00
|
|
|
"utf8parse",
|
|
|
|
"vte_generate_state_changes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vte_generate_state_changes"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
2022-09-19 19:13:38 +03:00
|
|
|
"walrus-macro",
|
2022-09-02 18:48:25 +03:00
|
|
|
"wasmparser 0.77.0",
|
|
|
|
]
|
|
|
|
|
2023-07-11 20:23:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc27d837c587f863d99515dc8cae7cef1098bd1d99fa29373e3660c12766265e"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"gimli 0.26.2",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
|
|
|
"wasm-encoder 0.29.0",
|
|
|
|
"wasmparser 0.80.2",
|
|
|
|
]
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
|
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"heck 0.3.3",
|
2022-09-02 18:48:25 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2022-09-02 18:48:25 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +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",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-04-22 16:11:57 +03:00
|
|
|
|
2020-09-08 13:20:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-04-09 10:43:55 +03:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-09-08 13:20:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 10:43:55 +03:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-09-08 13:20:42 +03:00
|
|
|
|
2022-03-25 18:40:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi-cap-std-sync"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e90aedcb27963f120aaa7d27216c463f7e8a4f8277434dac88c836a856325dd"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"cap-time-ext",
|
|
|
|
"fs-set-times",
|
|
|
|
"io-extras",
|
|
|
|
"io-lifetimes",
|
|
|
|
"is-terminal",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
"system-interface",
|
|
|
|
"tracing",
|
|
|
|
"wasi-common",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi-common"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae6ce6df8b37388a7772aacb9c5d4e9384f97f0abb1984983f892471c952e5be"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"io-extras",
|
|
|
|
"rustix",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
2022-07-29 17:09:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"marine-rs-sdk",
|
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.84"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-12-01 11:49:49 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.84"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-03 18:26:45 +03:00
|
|
|
"once_cell",
|
2020-08-23 04:04:11 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-23 04:04:11 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.4.34"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-12-01 11:49:49 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.84"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.84"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2020-08-23 04:04:11 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.2.84"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-build-rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-11-04 16:45:27 +03:00
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.25.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "4eff853c4f09eec94d76af527eddad4e9de13b11d6286a1ef7134bc30135a2b7"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2023-07-11 20:23:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2022-09-09 17:28:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-failing"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2020-07-11 23:04:55 +03:00
|
|
|
[[package]]
|
2020-08-08 13:38:41 +03:00
|
|
|
name = "wasm-greeting"
|
2020-06-05 23:12:02 +03:00
|
|
|
version = "0.1.0"
|
2020-07-11 23:04:55 +03:00
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-06-16 09:37:45 +03:00
|
|
|
"marine-rs-sdk-test",
|
2020-09-17 21:46:53 +03:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:33:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-greeting-record"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-04-23 16:34:45 +03:00
|
|
|
"log",
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2022-04-20 20:33:55 +03:00
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2020-09-17 21:46:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-sqlite-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-29 17:09:54 +03:00
|
|
|
"marine-rs-sdk",
|
2021-05-11 15:44:11 +03:00
|
|
|
"marine-sqlite-connector",
|
2021-04-26 14:02:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-tracing-allocator"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00638b0f463575ce0ad7fe03809c9b86b2a3abbb6c1f2e4d5569572b74ca65ae"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
2020-07-11 23:04:55 +03:00
|
|
|
]
|
2020-06-05 23:12:02 +03:00
|
|
|
|
2020-07-28 19:14:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "532fb6cef712d9cd1ec68f9fc561447df33313393926f9bdb91fc3d67eed918f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-codegen 0.59.0",
|
|
|
|
"cranelift-entity 0.59.0",
|
|
|
|
"cranelift-native 0.59.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"libc",
|
2020-08-07 23:24:28 +03:00
|
|
|
"nix 0.15.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmer-clif-fork-wasm",
|
|
|
|
"wasmer-runtime-core-fl",
|
2020-07-28 23:57:22 +03:00
|
|
|
"wasmer-win-exception-handler",
|
2020-05-28 23:20:24 +03:00
|
|
|
"wasmparser 0.51.4",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "c23f2824f354a00a77e4b040eef6e1d4c595a8a3e9013bad65199cc8dade9a5a"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-codegen 0.59.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"log",
|
|
|
|
"smallvec",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "a35e21d3aebc51cc6ebc0e830cf8458a9891c3482fb3c65ad18d408102929ae5"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"cranelift-codegen 0.59.0",
|
|
|
|
"cranelift-entity 0.59.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:25:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba2a3bf176a65a5a1a136be5b9440395c2ba4493a3a07ea70cac553fe924185d"
|
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"fluence-it-types 0.3.2",
|
|
|
|
"it-lilo 0.4.1",
|
|
|
|
"it-memory-traits 0.3.1",
|
2022-09-13 16:25:11 +03:00
|
|
|
"it-to-bytes",
|
2022-09-19 19:13:38 +03:00
|
|
|
"itertools",
|
2022-09-13 16:25:11 +03:00
|
|
|
"log",
|
2023-07-11 20:23:20 +03:00
|
|
|
"nom 5.1.3",
|
2022-09-13 16:25:11 +03:00
|
|
|
"safe-transmute",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2022-09-13 16:25:11 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wast 8.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2023-03-22 16:17:00 +03:00
|
|
|
version = "0.26.1"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 16:17:00 +03:00
|
|
|
checksum = "6cd52371bfc227c904a0ab1ff478c287d2f74fa371fcff1d2e157444faf8fda2"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
2023-03-22 16:17:00 +03:00
|
|
|
"fluence-it-types 0.4.1",
|
|
|
|
"it-lilo 0.5.1",
|
2023-03-15 00:43:51 +03:00
|
|
|
"it-memory-traits 0.4.0",
|
|
|
|
"it-to-bytes",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"safe-transmute",
|
2023-03-17 15:34:55 +03:00
|
|
|
"semver 1.0.17",
|
2023-03-15 00:43:51 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-03-22 16:17:00 +03:00
|
|
|
"wast 8.0.0",
|
2022-09-13 16:25:11 +03:00
|
|
|
]
|
|
|
|
|
2020-07-28 19:14:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "740161245998752cf1a567e860fd6355df0336fedca6be1940ec7aaa59643220"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-08-07 23:24:28 +03:00
|
|
|
"nix 0.15.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"page_size",
|
2023-03-15 00:43:51 +03:00
|
|
|
"parking_lot 0.10.2",
|
2020-07-28 19:14:53 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"wasmparser 0.51.4",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-07-28 19:14:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-fl"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "0.17.1"
|
2020-07-28 19:14:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "d0d5ac3e0603e5f0ffaf11cbd854eea7c3b609ab4b676f71968f2bc47f9e3c4a"
|
2020-07-28 19:14:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-08-07 23:24:28 +03:00
|
|
|
"nix 0.15.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"page_size",
|
2023-03-15 00:43:51 +03:00
|
|
|
"parking_lot 0.10.2",
|
2020-07-28 19:14:53 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
2023-03-15 00:43:51 +03:00
|
|
|
"target-lexicon 0.10.0",
|
2020-07-28 19:14:53 +03:00
|
|
|
"wasmparser 0.51.4",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-07-28 19:14:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-fl"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "0.17.1"
|
2020-07-28 19:14:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "5688460204d9f644d846300d041632cf34c4b4f83a955c0a67e600030376d2ee"
|
2020-07-28 19:14:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"wasmer-clif-backend-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-fl"
|
2020-12-04 08:29:43 +03:00
|
|
|
version = "0.17.1"
|
2020-07-28 19:14:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 08:29:43 +03:00
|
|
|
checksum = "3e0f331ec6fb16590946f61b2418cd5295c4f3aa772c77eb054bea250a8fdb71"
|
2020-07-28 19:14:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
2021-01-12 12:14:33 +03:00
|
|
|
"getrandom 0.1.16",
|
2020-07-28 19:14:53 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-03-15 00:43:51 +03:00
|
|
|
"time 0.1.45",
|
2020-07-28 19:14:53 +03:00
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core-fl",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-05-30 01:55:39 +03:00
|
|
|
]
|
|
|
|
|
2020-07-28 19:14:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd39f3b2bd7964b28ea6f944a7eaa445cfbc91c4f2695d188103f2689bb37d9"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-07-28 23:57:22 +03:00
|
|
|
"wasmer-runtime-core",
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.51.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
|
|
|
|
|
2022-09-02 18:48:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.77.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6"
|
|
|
|
|
2023-07-11 20:23:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.80.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.100.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.101.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6e89f9819523447330ffd70367ef4a18d8c832e24e8150fe054d1d912841632"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"indexmap",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"object 0.29.0",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"psm",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-cache",
|
|
|
|
"wasmtime-cranelift",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wat",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-asm-macros"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd3a5e46c198032da934469f3a6e48649d1f9142438e4fd4617b68a35644b8a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cache"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b389ae9b678b9c3851091a4804f4182d688d27aff7abc9aa37fa7be37d8ecffa"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bincode",
|
|
|
|
"directories-next",
|
|
|
|
"file-per-thread-logger",
|
|
|
|
"log",
|
|
|
|
"rustix",
|
|
|
|
"serde",
|
|
|
|
"sha2",
|
|
|
|
"toml 0.5.11",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b2c92a08c0db6efffd88fdc97d7aa9c7c63b03edb0971dbca745469f820e8c"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen 0.93.1",
|
|
|
|
"cranelift-entity 0.93.1",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native 0.93.1",
|
|
|
|
"cranelift-wasm",
|
|
|
|
"gimli 0.26.2",
|
|
|
|
"log",
|
|
|
|
"object 0.29.0",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-environ",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-environ"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a6db9fc52985ba06ca601f2ff0ff1f526c5d724c7ac267b47326304b0c97883"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-entity 0.93.1",
|
|
|
|
"gimli 0.26.2",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"object 0.29.0",
|
|
|
|
"serde",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b77e3a52cd84d0f7f18554afa8060cfe564ccac61e3b0802d3fd4084772fa5f6"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line 0.17.0",
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpp_demangle",
|
|
|
|
"gimli 0.26.2",
|
|
|
|
"ittapi",
|
|
|
|
"log",
|
|
|
|
"object 0.29.0",
|
|
|
|
"rustc-demangle",
|
|
|
|
"serde",
|
2023-03-17 15:34:55 +03:00
|
|
|
"target-lexicon 0.12.6",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-icache-coherence",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-debug"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0245e8a9347017c7185a72e215218a802ff561545c242953c11ba00fccc930f"
|
|
|
|
dependencies = [
|
|
|
|
"object 0.29.0",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67d412e9340ab1c83867051d8d1d7c90aa8c9afc91da086088068e2734e25064"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-runtime"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d594e791b5fdd4dbaf8cf7ae62f2e4ff85018ce90f483ca6f42947688e48827d"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"indexmap",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mach",
|
|
|
|
"memfd",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
"paste",
|
|
|
|
"rand",
|
|
|
|
"rustix",
|
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-types"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6688d6f96d4dbc1f89fab626c56c1778936d122b5f4ae7a57c2eb42b8d982e2"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity 0.93.1",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-wasi"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38e749611f4ea64f19ad4da2324c86043f49ad946e6cc4ce057308d1319b2ba6"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"wasi-cap-std-sync",
|
|
|
|
"wasi-common",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "8.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "35.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "55.0.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "4984d3e1406571f4930ba5cf79bd70f75f41d0e87e17506e0bd19b0e5d085f05"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"unicode-width",
|
2023-07-11 20:23:20 +03:00
|
|
|
"wasm-encoder 0.25.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "1.0.61"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "af2b53f4da14db05d32e70e9c617abdf6620c575bd5dd972b7400037b4df2091"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
2023-03-17 15:34:55 +03:00
|
|
|
"wast 55.0.0",
|
2023-03-15 00:43:51 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.3.61"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wiggle"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba2420f80af94fc0e6f54ec45de6f6eb5b06b9b9ad2d1bd1923ed8a1288031b4"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"bitflags",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-generate"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93b0e0ff7e9d9c0b390475c07eedfeddb4e4259baba00032dacfe079616b689a"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"shellexpand",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-15 00:43:51 +03:00
|
|
|
"witx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-macro"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "750332a587ddc8372d260ea1792a276b1c908cd93782e2da30c19db075d4d7a8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-11 20:23:20 +03:00
|
|
|
"syn 1.0.109",
|
2023-03-15 00:43:51 +03:00
|
|
|
"wiggle-generate",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-30 18:17:38 +03:00
|
|
|
version = "0.3.9"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 18:17:38 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-03-15 00:43:51 +03:00
|
|
|
version = "0.42.0"
|
2022-05-15 12:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 00:43:51 +03:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-05-15 12:09:11 +03:00
|
|
|
dependencies = [
|
2023-03-15 00:43:51 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2023-03-02 22:23:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-03-15 00:43:51 +03:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-03-02 22:23:05 +03:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-03-15 00:43:51 +03:00
|
|
|
"windows_x86_64_msvc",
|
2023-03-02 22:23:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.42.2"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-03-02 22:23:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "0.3.6"
|
2023-03-02 22:23:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966"
|
2023-03-02 22:23:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-03-25 18:40:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
2022-09-02 18:48:25 +03:00
|
|
|
"winapi",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
2022-09-07 00:15:45 +03:00
|
|
|
|
2023-03-15 00:43:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
|
|
|
version = "0.35.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "129cd8ee937d535e1a239d9d3c9c0525af0454bc0967d9211a251be062513520"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"io-lifetimes",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "witx"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wast 35.0.2",
|
|
|
|
]
|
|
|
|
|
2022-09-07 00:15:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-03-17 15:34:55 +03:00
|
|
|
version = "2.0.7+zstd.1.5.4"
|
2023-03-15 00:43:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 15:34:55 +03:00
|
|
|
checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
2023-03-15 00:43:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|