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 = [
|
2021-11-04 16:45:27 +03:00
|
|
|
"gimli 0.26.1",
|
2020-05-28 23:20:24 +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
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-10 12:51:22 +03:00
|
|
|
version = "0.7.18"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 12:51:22 +03:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.58"
|
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 = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2020-09-16 01:14:15 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2020-09-23 01:14:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrays-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.66"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"addr2line",
|
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",
|
2020-05-28 23:20:24 +03:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-11-25 13:12:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
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
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2020-11-05 15:18:48 +03:00
|
|
|
version = "0.5.11"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 15:18:48 +03:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
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",
|
2020-06-16 10:41:34 +03:00
|
|
|
"arrayvec",
|
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
|
|
|
]
|
|
|
|
|
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"
|
2022-06-02 19:51:27 +03:00
|
|
|
version = "3.10.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-02 19:51:27 +03:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
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"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
2021-01-12 12:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "1.1.0"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-12 12:14:33 +03:00
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-14 14:22:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "call_parameters"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2021-09-02 19:53:30 +03:00
|
|
|
"marine-rs-sdk-test",
|
2020-09-14 14:22:56 +03:00
|
|
|
]
|
|
|
|
|
2021-03-16 13:51:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "513d17226888c7b8283ac02a1c1b0d8a9d4cbf6db65dfadb79f598f5d7966fe9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "1.0.73"
|
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 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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-07-27 18:01:30 +03:00
|
|
|
"reqwest 0.11.11",
|
|
|
|
"semver 1.0.12",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 12:19:38 +03:00
|
|
|
version = "0.4.19"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 12:19:38 +03:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
2020-10-01 12:19:38 +03:00
|
|
|
"libc",
|
2020-08-09 14:48:18 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
2020-08-09 14:48:18 +03:00
|
|
|
"time",
|
2020-10-01 12:19:38 +03:00
|
|
|
"winapi 0.3.9",
|
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",
|
2020-05-28 23:20:24 +03:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
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
|
|
|
]
|
|
|
|
|
2020-06-12 00:05:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "475bd7aa7680b4ed8f6bb59745e882bcbaeb39326532bb79ffb1716480d9a274"
|
|
|
|
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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
|
|
|
|
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 = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"cranelift-entity",
|
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",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli 0.20.0",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
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 = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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 = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"cranelift-codegen",
|
|
|
|
"raw-cpuid",
|
|
|
|
"target-lexicon",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-25 19:26:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.5.5"
|
2020-08-25 19:26:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
|
2020-08-25 19:26:21 +03:00
|
|
|
dependencies = [
|
2020-10-26 13:08:53 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-30 12:14:21 +03:00
|
|
|
"crossbeam-utils",
|
2020-08-25 19:26:21 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "0.8.1"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
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",
|
2020-11-30 12:14:21 +03:00
|
|
|
"crossbeam-utils",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.9.9"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
|
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",
|
2020-11-30 12:14:21 +03:00
|
|
|
"crossbeam-utils",
|
2020-05-28 23:20:24 +03:00
|
|
|
"memoffset",
|
2022-07-27 18:01:30 +03:00
|
|
|
"once_cell",
|
2020-05-28 23:20:24 +03:00
|
|
|
"scopeguard",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.8.10"
|
2020-10-26 13:08:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
|
2020-10-26 13:08:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-07-27 18:01:30 +03:00
|
|
|
"once_cell",
|
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-01-31 18:15:01 +03:00
|
|
|
"generic-array 0.14.5",
|
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"
|
2022-03-25 18:40:50 +03:00
|
|
|
version = "0.1.22"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 18:40:50 +03:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2020-09-11 15:58:38 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
dependencies = [
|
2021-05-13 00:02:33 +03:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.12.4",
|
|
|
|
"darling_macro 0.12.4",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.13.4"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
2022-04-06 22:55:33 +03:00
|
|
|
"darling_core 0.13.4",
|
|
|
|
"darling_macro 0.13.4",
|
2021-12-03 20:33:46 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.9.3",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.13.4"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
2021-05-13 00:02:33 +03:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.12.4",
|
2020-08-09 14:48:18 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.13.4"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
2022-04-06 22:55:33 +03:00
|
|
|
"darling_core 0.13.4",
|
2021-12-03 20:33:46 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
|
|
|
dependencies = [
|
2021-05-13 00:02:33 +03:00
|
|
|
"darling 0.10.2",
|
2020-08-09 14:48:18 +03:00
|
|
|
"derive_builder_core",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
|
|
|
dependencies = [
|
2021-05-13 00:02:33 +03:00
|
|
|
"darling 0.10.2",
|
2020-08-09 14:48:18 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-21 22:21:16 +03:00
|
|
|
[[package]]
|
2021-05-11 15:44:11 +03:00
|
|
|
name = "diff"
|
2022-07-27 18:01:30 +03:00
|
|
|
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-01-31 18:15:01 +03:00
|
|
|
"generic-array 0.14.5",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-01-12 12:14:33 +03:00
|
|
|
"redox_users 0.3.5",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
2020-10-14 15:13:24 +03:00
|
|
|
version = "1.0.2"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 15:13:24 +03:00
|
|
|
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
|
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]]
|
|
|
|
name = "dirs-sys-next"
|
2021-01-12 12:14:33 +03:00
|
|
|
version = "0.1.2"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 12:14:33 +03:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-06 22:55:33 +03:00
|
|
|
"redox_users 0.4.3",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-08-07 23:24:28 +03:00
|
|
|
]
|
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "donkey"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.7.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.8.31"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
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
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-08 13:39:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.21"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "81d013529d5574a60caeda29e179e695125448e5de52e3874f7b4c1d7360e18e"
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2022-01-31 18:15:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.10.2"
|
2021-09-15 16:27:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "01c66660de99826038c5ec4ad0f5dccf10b1c8a15924aeaa5315ab49d718bfc9"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
2022-06-02 19:51:27 +03:00
|
|
|
"fluence-faas",
|
2021-08-05 21:17:26 +03:00
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-06-15 17:22:18 +03:00
|
|
|
[[package]]
|
2021-09-02 19:53:30 +03:00
|
|
|
name = "fluence-app-service"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.18.1"
|
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",
|
2022-02-18 18:26:06 +03:00
|
|
|
"marine-min-it-version",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-runtime 0.18.1",
|
2020-06-15 17:22:18 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
2020-07-28 23:57:22 +03:00
|
|
|
"wasmer-wasi-fl",
|
2020-06-15 17:22:18 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-faas"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.9.3"
|
2021-09-15 16:27:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "2abf1682505636b8c3436a2787df7bbae426d4f5277f5ae4ad193032b318b7f1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"cmd_lib",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"log",
|
2022-02-18 18:26:06 +03:00
|
|
|
"marine-module-interface 0.1.6",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.6.15",
|
|
|
|
"marine-rs-sdk-main 0.6.15",
|
2021-12-03 20:33:46 +03:00
|
|
|
"marine-runtime 0.7.2",
|
2021-12-14 12:52:35 +03:00
|
|
|
"marine-utils 0.2.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"safe-transmute",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-08-05 21:17:26 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-09-03 03:01:04 +03:00
|
|
|
[[package]]
|
2020-12-29 17:51:13 +03:00
|
|
|
name = "fluence-it-types"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "0.3.1"
|
2020-12-29 17:51:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "047f670b4807cab8872550a607b1515daff08b3e3bb7576ce8f45971fd811a4e"
|
2020-09-16 01:14:15 +03:00
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"it-to-bytes",
|
2020-12-29 17:51:13 +03:00
|
|
|
"nom",
|
|
|
|
"serde",
|
2021-09-02 19:53:30 +03:00
|
|
|
"variant_count",
|
2020-12-29 17:51:13 +03:00
|
|
|
"wast",
|
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"
|
2021-02-24 12:25:55 +03:00
|
|
|
version = "1.0.1"
|
2020-11-07 00:08:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 12:25:55 +03:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-07 00:08:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
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 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
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 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 18:26:06 +03:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2021-04-09 10:41:54 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
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 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
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 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "0.3.21"
|
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 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
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-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
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",
|
|
|
|
]
|
|
|
|
|
2020-04-22 16:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.2.8"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
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-01-31 18:15:01 +03:00
|
|
|
version = "0.14.5"
|
2020-07-11 23:04:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.7"
|
2021-01-12 12:14:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.1.5"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "b93490550b1782c589a350f2211fff2e34682e25fed17ef53fc4fa8fe184975e"
|
2020-04-22 16:11:57 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.26.1"
|
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 = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2020-10-26 13:08:53 +03:00
|
|
|
version = "0.2.7"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 13:08:53 +03:00
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-util 0.3.1",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tracing",
|
2020-10-26 13:08:53 +03:00
|
|
|
"tracing-futures",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.3.13"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
2022-06-09 17:00:19 +03:00
|
|
|
"tokio-util 0.7.3",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-07-20 17:13:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.12.2"
|
2020-07-20 17:13:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
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"
|
2022-06-09 17:00:19 +03:00
|
|
|
version = "0.2.8"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-09 17:00:19 +03:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"fnv",
|
2022-05-26 23:05:58 +03:00
|
|
|
"itoa 1.0.2",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"http",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "1.7.1"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-09-23 01:14:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
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-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-02-17 23:01:04 +03:00
|
|
|
version = "0.13.10"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 23:01:04 +03:00
|
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-04-09 10:41:54 +03:00
|
|
|
"h2 0.2.7",
|
|
|
|
"http",
|
|
|
|
"http-body 0.3.1",
|
|
|
|
"httparse",
|
2021-04-26 14:02:26 +03:00
|
|
|
"httpdate 0.3.2",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itoa 0.4.8",
|
2021-04-09 10:41:54 +03:00
|
|
|
"pin-project",
|
|
|
|
"socket2 0.3.19",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.14.20"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-04-06 22:55:33 +03:00
|
|
|
"h2 0.3.13",
|
2020-08-23 04:04:11 +03:00
|
|
|
"http",
|
2022-05-26 23:05:58 +03:00
|
|
|
"http-body 0.4.5",
|
2020-08-23 04:04:11 +03:00
|
|
|
"httparse",
|
2021-12-03 20:33:46 +03:00
|
|
|
"httpdate 1.0.2",
|
2022-05-26 23:05:58 +03:00
|
|
|
"itoa 1.0.2",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2022-01-31 18:15:01 +03:00
|
|
|
"socket2 0.4.4",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2021-04-09 10:41:54 +03:00
|
|
|
"hyper 0.13.10",
|
2020-08-23 04:04:11 +03:00
|
|
|
"native-tls",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio 0.2.25",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tokio-tls",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2022-07-27 18:01:30 +03:00
|
|
|
"hyper 0.14.20",
|
2021-04-09 10:41:54 +03:00
|
|
|
"native-tls",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-04-19 13:34:05 +03:00
|
|
|
version = "0.2.3"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-19 13:34:05 +03:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.9.1"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
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
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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"
|
2022-04-20 20:33:55 +03:00
|
|
|
version = "2.5.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 20:33:55 +03:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2022-02-24 13:07:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.3.1"
|
2022-02-24 13:07:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"thiserror",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2022-02-24 13:07:52 +03:00
|
|
|
]
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99ccf40e1e08f6f47ffbafe3cfb2e3adb721ddde80b178240f038d07dc9652fb"
|
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"fluence-it-types",
|
2021-04-26 14:02:26 +03:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-18 18:26:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.4.0"
|
2022-03-25 20:45:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "6a39dffcc610873b4c39b0fe04acac5ea77cf2eda9ed3d8a3b970b536d4e24c8"
|
2022-02-18 18:26:06 +03:00
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"fluence-it-types",
|
2022-02-18 18:26:06 +03:00
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.3.0"
|
2022-03-25 20:45:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "ca1799ed89e51a192e80a14ab14589044de9e58f0be86087ae8699cbe59f5c40"
|
2022-02-18 18:26:06 +03:00
|
|
|
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"
|
|
|
|
|
2020-09-03 01:36:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "0.10.3"
|
2021-04-26 14:02:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-04-26 14:02:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-06-06 21:34:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "0.4.8"
|
2020-06-06 21:34:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-06-06 21:34:13 +03:00
|
|
|
|
2022-01-31 18:15:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "1.0.2"
|
2022-01-31 18:15:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2022-01-31 18:15:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.58"
|
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 = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2020-06-16 10:41:34 +03:00
|
|
|
"arrayvec",
|
|
|
|
"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"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "0.2.126"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2022-04-26 12:27:54 +03:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-09-11 15:58:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "local_storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.4.17"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2021-02-04 15:32:45 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
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"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.12.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",
|
2021-05-11 15:44:11 +03:00
|
|
|
"check-latest",
|
|
|
|
"clap",
|
|
|
|
"exitfailure",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-it-generator 0.9.0",
|
2022-04-26 12:27:54 +03:00
|
|
|
"marine-it-parser 0.9.1",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-module-info-parser 0.3.0",
|
2021-05-10 12:51:22 +03:00
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
2021-05-11 15:44:11 +03:00
|
|
|
"serde_json",
|
|
|
|
"termion",
|
2021-05-10 12:51:22 +03:00
|
|
|
"thiserror",
|
2021-05-11 15:44:11 +03:00
|
|
|
"walrus",
|
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"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.4.1"
|
2021-09-03 20:10:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "0108407ef0528984cd5b226e6d69552b1658b205f60c83305ca33179d6e9eee1"
|
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"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.16.1"
|
2022-06-02 19:51:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"bytesize",
|
|
|
|
"it-lilo 0.4.0",
|
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-it-generator 0.9.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"marine-it-interfaces 0.7.1",
|
|
|
|
"marine-it-parser 0.9.1",
|
|
|
|
"marine-min-it-version",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-module-info-parser 0.3.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"marine-module-interface 0.4.1",
|
|
|
|
"marine-utils 0.4.0",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"parity-wasm 0.42.2",
|
|
|
|
"paste",
|
|
|
|
"pwasm-utils 0.18.2",
|
|
|
|
"reqwest 0.10.10",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-11-04 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
|
|
|
version = "0.5.6"
|
2022-02-18 18:26:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "890b228b9151e9dff213501986f564445a2f9ca5a706088b5d900f5ecf67f7e7"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"cargo_toml",
|
2022-02-18 18:26:06 +03:00
|
|
|
"it-lilo 0.1.0",
|
2021-11-04 16:45:27 +03:00
|
|
|
"marine-it-parser 0.6.8",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-macro-impl 0.6.15",
|
2021-05-10 12:51:22 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.9.0"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"cargo_toml",
|
2022-04-06 22:55:33 +03:00
|
|
|
"it-lilo 0.4.0",
|
2022-04-26 12:27:54 +03:00
|
|
|
"marine-it-parser 0.9.1",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-macro-impl 0.7.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2021-09-15 16:27:48 +03:00
|
|
|
version = "0.4.1"
|
2022-02-18 18:26:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42e229143e72ba20e754de4766ff0d02e0cf176001f7471593f82b16c72dc26d"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-05-10 12:51:22 +03:00
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.7.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.8"
|
2022-02-18 18:26:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edd97bd85072fc540763769be153a7c8ee83391e668b37ef96d6c48decec2cd5"
|
2021-05-10 12:51:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2021-11-04 16:45:27 +03:00
|
|
|
"marine-it-interfaces 0.4.1",
|
|
|
|
"marine-module-interface 0.1.6",
|
2021-08-05 21:17:26 +03:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-08-05 21:17:26 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.9.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2022-04-26 12:27:54 +03:00
|
|
|
"marine-it-interfaces 0.7.1",
|
|
|
|
"marine-module-interface 0.4.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2021-05-10 12:51:22 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2022-06-02 19:51:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-js"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.0"
|
2022-06-02 19:51:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"bytesize",
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"fluence-it-types",
|
|
|
|
"it-json-serde",
|
|
|
|
"it-lilo 0.4.0",
|
|
|
|
"it-memory-traits",
|
|
|
|
"itertools 0.10.3",
|
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"marine-it-interfaces 0.7.1",
|
|
|
|
"marine-min-it-version",
|
|
|
|
"marine-module-interface 0.4.1",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2022-06-02 19:51:27 +03:00
|
|
|
"marine-utils 0.4.0",
|
|
|
|
"multimap",
|
|
|
|
"nom",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.15"
|
2021-05-11 15:44:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "dfc907943772cf966ebe2a2d462d09bc79e898ef102ed065ba3d3abcc93fbb71"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-macro-impl 0.6.15",
|
|
|
|
"marine-rs-sdk-main 0.6.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f21b40612e9da310a6df1e394cc30b4962bb4ddc13ee50faec6d2704861b7b"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.7.0",
|
|
|
|
"marine-rs-sdk-main 0.7.0",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.15"
|
2021-05-11 15:44:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "bfdbed3a10ae9b22df06bee8cd0023255358935aae8e8daf9d1a006cfaeeb11e"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f43b2b1e5bc5aebdaac7029cfd84a038cd11b23a023e724548f863618716f44e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-02-18 18:26:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"semver 0.11.0",
|
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.2.2"
|
2022-07-27 21:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ec8f4ab2eeeb5c1d66d9b56fe6b0b5bf39820aa8cc2f1d7be42bdf95654d529"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-rs-sdk-main 0.6.15",
|
2021-05-13 00:02:33 +03:00
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.3.0"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-rs-sdk-main 0.7.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-20 20:20:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.1.6"
|
2022-02-18 18:26:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06bc36ef268bf7436916f1fa9b0c84104692a717ea5eef3c90b9f25c3407f6b7"
|
2021-05-20 20:20:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2021-11-04 16:45:27 +03:00
|
|
|
"marine-it-interfaces 0.4.1",
|
2021-05-20 20:20:57 +03:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-05-20 20:20:57 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-08-05 21:17:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.4.1"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2022-04-26 12:27:54 +03:00
|
|
|
"marine-it-interfaces 0.7.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2021-08-05 21:17:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
2021-06-16 09:37:45 +03:00
|
|
|
name = "marine-rs-sdk"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.15"
|
2021-06-09 23:21:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "4d17d44016675abdf18caf3ac1bdd4437cc17ec0db019da141bb06a9ea991726"
|
2021-06-16 09:37:45 +03:00
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-macro 0.6.15",
|
|
|
|
"marine-rs-sdk-main 0.6.15",
|
|
|
|
"marine-timestamp-macro 0.6.15",
|
|
|
|
"polyplets 0.2.0",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4208762a010c41a6352a651061fcd1a7bb077c6a3548be8ccd84fe79c3e1ddbd"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.7.0",
|
|
|
|
"marine-rs-sdk-main 0.7.0",
|
|
|
|
"marine-timestamp-macro 0.7.0",
|
|
|
|
"polyplets 0.3.0",
|
2021-06-16 09:37:45 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.15"
|
2021-06-16 09:37:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "8ff262801664ce22f9d274504d6e8088c217034aba0ca431eca8d0258f3699c6"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
2021-06-16 09:37:45 +03:00
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0751f4093511b4d8942bed9402dba70ff927cb4df9b18632443294d1cbc51e1a"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-16 09:37:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-test"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.4.1"
|
2021-06-16 09:37:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "03e286a347527936cf97456b928bd6271e0d39fc1c6b78e99461f00e6d74f018"
|
2021-06-16 09:37:45 +03:00
|
|
|
dependencies = [
|
2021-12-03 20:33:46 +03:00
|
|
|
"fluence-app-service 0.10.2",
|
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",
|
|
|
|
"uuid",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.7.2"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "983262d394c59d4321b141e303eb55015bc412f319d54bbad7f253e4583253b2"
|
2021-08-05 21:17:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
2022-02-18 18:26:06 +03:00
|
|
|
"it-lilo 0.1.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"log",
|
2022-02-18 18:26:06 +03:00
|
|
|
"marine-it-generator 0.5.6",
|
|
|
|
"marine-it-interfaces 0.4.1",
|
|
|
|
"marine-it-parser 0.6.8",
|
2022-07-27 21:58:47 +03:00
|
|
|
"marine-module-info-parser 0.2.2",
|
2022-02-18 18:26:06 +03:00
|
|
|
"marine-module-interface 0.1.6",
|
2021-12-14 12:52:35 +03:00
|
|
|
"marine-utils 0.2.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
2021-12-03 20:33:46 +03:00
|
|
|
"parity-wasm 0.41.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"paste",
|
2021-12-03 20:33:46 +03:00
|
|
|
"pwasm-utils 0.12.0",
|
2021-08-05 21:17:26 +03:00
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-02-18 18:26:06 +03:00
|
|
|
"wasmer-interface-types-fl 0.20.2",
|
2021-08-05 21:17:26 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2022-07-27 21:58:47 +03:00
|
|
|
version = "0.18.1"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
2022-01-25 18:22:41 +03:00
|
|
|
"bytesize",
|
2022-06-02 19:51:27 +03:00
|
|
|
"cmd_lib",
|
|
|
|
"env_logger 0.7.1",
|
|
|
|
"it-json-serde",
|
|
|
|
"itertools 0.9.0",
|
2021-05-13 00:02:33 +03:00
|
|
|
"log",
|
2022-06-02 19:51:27 +03:00
|
|
|
"marine-core",
|
2022-04-26 12:27:54 +03:00
|
|
|
"marine-module-interface 0.4.1",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
|
|
|
"marine-rs-sdk-main 0.7.0",
|
2021-12-15 11:12:08 +03:00
|
|
|
"marine-utils 0.4.0",
|
2021-05-13 00:02:33 +03:00
|
|
|
"once_cell",
|
2022-06-02 19:51:27 +03:00
|
|
|
"pretty_assertions",
|
|
|
|
"safe-transmute",
|
2021-05-13 00:02:33 +03:00
|
|
|
"serde",
|
2022-06-02 19:51:27 +03:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
2021-05-13 00:02:33 +03:00
|
|
|
"thiserror",
|
2022-06-02 19:51:27 +03:00
|
|
|
"toml",
|
2022-04-26 12:27:54 +03:00
|
|
|
"wasmer-interface-types-fl 0.23.1",
|
2021-05-13 00:02:33 +03:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2021-05-11 15:44:11 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.4.1"
|
2021-05-13 00:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "bf4d0463358f6c2459089ef8f130983dc911fd0c2aa4cb7c6b59de206f4a816e"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro-impl"
|
2021-12-03 20:33:46 +03:00
|
|
|
version = "0.4.1"
|
2021-05-13 00:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-03 20:33:46 +03:00
|
|
|
checksum = "b8f4f1ae0ba20e9241e8882e6eb1b2302daa479d67eee5badb54b1520e17c0cb"
|
2021-05-13 00:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"darling 0.12.4",
|
2021-12-03 20:33:46 +03:00
|
|
|
"fluence-app-service 0.10.2",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2022-02-18 18:26:06 +03:00
|
|
|
"marine-it-parser 0.6.8",
|
2021-05-13 00:02:33 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-09-02 19:53:30 +03:00
|
|
|
"static_assertions",
|
2021-05-13 00:02:33 +03:00
|
|
|
"syn",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2021-11-04 16:45:27 +03:00
|
|
|
version = "0.6.15"
|
2021-05-11 15:44:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 16:45:27 +03:00
|
|
|
checksum = "85a9f5b1adeff98ac5a14cfc5fa814185a807ba4a0d3849c9f9e9fd868b27d1f"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2022-07-27 18:01:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5297d57cecd75d71feb0c94da9027891e3c31215e23425b0e5dea9a5a7e60230"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-05-10 12:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
|
|
|
version = "0.2.0"
|
2021-12-14 12:52:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8dc5838acba84ce4d802d672afd0814fae0ae7098021ae5b06d975e70d09f812"
|
2021-05-10 12:51:22 +03:00
|
|
|
|
2021-05-13 00:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2021-12-15 11:12:08 +03:00
|
|
|
version = "0.4.0"
|
2021-05-13 00:02:33 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-09-02 19:53:30 +03:00
|
|
|
version = "0.1.9"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 19:53:30 +03:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-15 12:09:11 +03:00
|
|
|
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
|
|
|
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "2.0.4"
|
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 = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-06-16 10:41:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-06-02 19:51:27 +03:00
|
|
|
version = "0.5.3"
|
2020-06-16 10:41:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-02 19:51:27 +03:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
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
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-12-04 08:29:43 +03:00
|
|
|
version = "0.6.23"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 08:29:43 +03:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-23 04:04:11 +03:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-05-15 12:09:11 +03:00
|
|
|
"miow",
|
2020-08-23 04:04:11 +03:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.8.4"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
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",
|
2022-05-15 12:09:11 +03:00
|
|
|
"windows-sys",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-11-30 12:14:21 +03:00
|
|
|
version = "0.2.2"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 12:14:21 +03:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2021-05-11 15:44:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mrepl"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.17.0"
|
2021-05-11 15:44:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"check-latest",
|
|
|
|
"clap",
|
|
|
|
"env_logger 0.7.1",
|
2022-07-27 21:58:47 +03:00
|
|
|
"fluence-app-service 0.18.1",
|
2021-05-11 15:44:11 +03:00
|
|
|
"itertools 0.9.0",
|
|
|
|
"log",
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk-main 0.7.0",
|
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",
|
|
|
|
"uuid",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.2.10"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-12-17 12:43:45 +03:00
|
|
|
version = "0.2.37"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 12:43:45 +03:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-23 04:04:11 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
|
|
|
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"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 23:20:24 +03:00
|
|
|
"libc",
|
|
|
|
"void",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-09-14 14:22:56 +03:00
|
|
|
version = "0.18.0"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 14:22:56 +03:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-07 23:24:28 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-06-16 10:41:34 +03:00
|
|
|
version = "5.1.2"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 10:41:34 +03:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-28 22:12:52 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.1.45"
|
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 = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "1.13.1"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
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"
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.13.0"
|
2020-07-09 15:55:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.10.41"
|
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 = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.9.75"
|
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 = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-07-09 15:55:58 +03:00
|
|
|
|
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 = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-05-02 18:34:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-03 23:19:07 +03:00
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.41.0"
|
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 = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
|
2020-04-18 18:27:01 +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"
|
|
|
|
|
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 = [
|
2021-05-10 12:51:22 +03:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2020-05-28 23:20:24 +03:00
|
|
|
version = "0.7.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 = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-04-26 14:02:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "1.0.7"
|
2021-04-26 14:02:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2021-04-26 14:02:26 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-03-12 20:04:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-10-29 23:11:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.11"
|
2020-10-29 23:11:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
2020-10-29 23:11:11 +03:00
|
|
|
dependencies = [
|
2021-02-17 23:01:04 +03:00
|
|
|
"pin-project-internal",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-10-29 23:11:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.11"
|
2020-10-29 23:11:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
2020-10-29 23:11:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-03-04 14:09:58 +03:00
|
|
|
version = "0.1.12"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 14:09:58 +03:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
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"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.3.25"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-11-04 16:45:27 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cc56e7803860fa903c27675a17215e1cfb39fb26e111c0b93f6c049f9cf8d8e"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-macro 0.6.15",
|
|
|
|
"marine-rs-sdk-main 0.6.15",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "407811d09f3e0fb2086060afdfbad2e6bb5b63c300edeec93358bb5b8a8e4257"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.7.0",
|
|
|
|
"marine-rs-sdk-main 0.7.0",
|
2021-11-04 16:45:27 +03:00
|
|
|
"serde",
|
|
|
|
]
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-10-21 22:21:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2021-05-11 15:44:11 +03:00
|
|
|
version = "0.7.2"
|
2020-10-21 22:21:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 15:44:11 +03:00
|
|
|
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
|
2020-10-21 22:21:16 +03:00
|
|
|
dependencies = [
|
2021-12-03 20:33:46 +03:00
|
|
|
"ansi_term",
|
2020-10-21 22:21:16 +03:00
|
|
|
"ctor",
|
2021-05-11 15:44:11 +03:00
|
|
|
"diff",
|
2020-10-21 22:21:16 +03:00
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.40"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2021-11-04 16:45:27 +03:00
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 23:20:24 +03:00
|
|
|
checksum = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"byteorder",
|
|
|
|
"log",
|
2021-12-03 20:33:46 +03:00
|
|
|
"parity-wasm 0.41.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.18.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"parity-wasm 0.42.2",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.20"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
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
|
|
|
]
|
|
|
|
|
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"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "1.5.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-06-16 10:41:34 +03:00
|
|
|
"autocfg",
|
2020-05-28 23:20:24 +03:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "1.9.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-08-25 19:26:21 +03:00
|
|
|
"crossbeam-channel",
|
2020-05-28 23:20:24 +03:00
|
|
|
"crossbeam-deque",
|
2020-11-30 12:14:21 +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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2020-08-08 13:38:41 +03:00
|
|
|
"test-record",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "record-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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-04-06 22:55:33 +03:00
|
|
|
version = "0.2.13"
|
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 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
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-04-06 22:55:33 +03:00
|
|
|
"redox_syscall 0.2.13",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-08 13:20:42 +03:00
|
|
|
version = "0.3.5"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 13:20:42 +03:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
2020-08-07 23:24:28 +03:00
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"getrandom 0.2.7",
|
2022-04-06 22:55:33 +03:00
|
|
|
"redox_syscall 0.2.13",
|
2022-03-25 18:40:50 +03:00
|
|
|
"thiserror",
|
2021-01-12 12:14:33 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.6.0"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.6.27"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2020-08-09 14:48:18 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-12-17 12:43:45 +03:00
|
|
|
version = "0.10.10"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 12:43:45 +03:00
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-30 12:14:21 +03:00
|
|
|
"base64",
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-04-09 10:41:54 +03:00
|
|
|
"http-body 0.3.1",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-tls 0.4.3",
|
2020-08-23 04:04:11 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-08-23 04:04:11 +03:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio 0.2.25",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tokio-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-03-25 18:40:50 +03:00
|
|
|
"winreg 0.7.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.11.11"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-04-06 22:55:33 +03:00
|
|
|
"h2 0.3.13",
|
2021-04-09 10:41:54 +03:00
|
|
|
"http",
|
2022-05-26 23:05:58 +03:00
|
|
|
"http-body 0.4.5",
|
2022-07-27 18:01:30 +03:00
|
|
|
"hyper 0.14.20",
|
2021-04-09 10:41:54 +03:00
|
|
|
"hyper-tls 0.5.0",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2021-04-09 10:41:54 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
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-03-25 18:40:50 +03:00
|
|
|
"winreg 0.10.1",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-11-30 12:14:21 +03:00
|
|
|
version = "0.8.3"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 12:14:21 +03:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2020-11-30 12:14:21 +03:00
|
|
|
"base64",
|
2020-08-07 23:24:28 +03:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
2020-11-30 12:14:21 +03:00
|
|
|
"crossbeam-utils",
|
2020-08-07 23:24:28 +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
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2020-09-14 14:22:56 +03:00
|
|
|
version = "6.3.0"
|
2020-08-07 23:24:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 14:22:56 +03:00
|
|
|
checksum = "6f0d5e7b0219a3eadd5439498525d4765c59b7c993ef0c12244865cd2d988413"
|
2020-08-07 23:24:28 +03:00
|
|
|
dependencies = [
|
2020-10-14 15:13:24 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-07 23:24:28 +03:00
|
|
|
"dirs-next",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2020-09-14 14:22:56 +03:00
|
|
|
"nix 0.18.0",
|
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",
|
2020-08-09 14:48:18 +03:00
|
|
|
"utf8parse 0.2.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-08-07 23:24:28 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:14:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a50e29610a5be68d4a586a5cce3bfb572ed2c2a74227e4168444b7bf4e5235"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-02 18:34:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "1.0.10"
|
2020-05-02 18:34:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
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"
|
2022-05-26 23:05:58 +03:00
|
|
|
version = "0.1.20"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-26 23:05:58 +03:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-05-26 23:05:58 +03:00
|
|
|
"windows-sys",
|
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
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "2.6.1"
|
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 = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "2.6.1"
|
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 = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
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 = [
|
2021-03-12 20:04:47 +03:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.10.2",
|
2021-06-01 19:27:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.12"
|
2021-06-01 19:27:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
|
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
|
|
|
|
2021-03-12 20:04:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.139"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
|
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"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.11.6"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "212e73464ebcde48d723aa02eb270ba62eff38a9b732df31f33f1b4e145f3a54"
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.139"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-06-06 21:34:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.82"
|
2020-06-06 21:34:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
|
2020-06-06 21:34:13 +03:00
|
|
|
dependencies = [
|
2022-05-26 23:05:58 +03:00
|
|
|
"itoa 1.0.2",
|
2020-06-06 21:34:13 +03:00
|
|
|
"ryu",
|
|
|
|
"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-05-26 23:05:58 +03:00
|
|
|
"itoa 1.0.2",
|
2020-11-25 13:12:08 +03:00
|
|
|
"ryu",
|
2020-08-23 04:04:11 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-03 20:33:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-06-02 19:51:27 +03:00
|
|
|
version = "1.14.0"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-02 19:51:27 +03:00
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2022-04-20 20:33:55 +03:00
|
|
|
version = "1.5.2"
|
2021-12-03 20:33:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 20:33:55 +03:00
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
2021-12-03 20:33:46 +03:00
|
|
|
dependencies = [
|
2022-04-06 22:55:33 +03:00
|
|
|
"darling 0.13.4",
|
2021-12-03 20:33:46 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
2022-05-15 12:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shrek"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2022-05-15 12:09:11 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "skim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb226ef1f69c44352626532a14c0692be118eb9f93e91010150d165a9d693efa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"derive_builder",
|
2020-09-08 13:39:22 +03:00
|
|
|
"env_logger 0.6.2",
|
2020-08-09 14:48:18 +03:00
|
|
|
"fuzzy-matcher",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"nix 0.14.1",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"shlex",
|
|
|
|
"time",
|
|
|
|
"timer",
|
|
|
|
"tuikit",
|
|
|
|
"unicode-width",
|
|
|
|
"vte",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-04-06 22:55:33 +03:00
|
|
|
version = "0.4.6"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 22:55:33 +03:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.9.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 = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2020-12-21 19:34:25 +03:00
|
|
|
version = "0.3.19"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 19:34:25 +03:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-30 12:14:21 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2020-05-28 23:20:24 +03:00
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "0.4.4"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
|
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"
|
2021-08-05 21:17:26 +03:00
|
|
|
version = "2.4.1"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 21:17:26 +03:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.98"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
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
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "3.3.0"
|
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 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"libc",
|
2022-04-06 22:55:33 +03:00
|
|
|
"redox_syscall 0.2.13",
|
2020-08-23 04:04:11 +03:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"dirs",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 14:48:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-25 18:40:50 +03:00
|
|
|
version = "1.1.3"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 18:40:50 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
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-04-06 22:55:33 +03:00
|
|
|
"redox_syscall 0.2.13",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "1.0.31"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
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"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "1.0.31"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
2020-04-18 18:27:01 +03:00
|
|
|
dependencies = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 18:27:01 +03:00
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "1.1.4"
|
2020-08-09 14:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-08-09 14:48:18 +03:00
|
|
|
dependencies = [
|
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"
|
2021-04-09 10:43:55 +03:00
|
|
|
version = "0.1.44"
|
2020-04-22 16:11:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 10:43:55 +03:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
2020-05-02 18:34:48 +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"
|
|
|
|
version = "0.1.0"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-12 17:22:03 +03:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-02-05 00:28:12 +03:00
|
|
|
version = "0.2.25"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:28:12 +03:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
2021-04-09 10:41:54 +03:00
|
|
|
"mio 0.6.23",
|
2021-03-04 14:09:58 +03:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-08-23 04:04:11 +03:00
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.20.0"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"autocfg",
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-07-27 18:01:30 +03:00
|
|
|
"mio 0.8.4",
|
2021-04-09 10:41:54 +03:00
|
|
|
"num_cpus",
|
2022-05-15 12:09:11 +03:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite 0.2.9",
|
2022-02-18 18:26:06 +03:00
|
|
|
"socket2 0.4.4",
|
2021-06-16 09:37:45 +03:00
|
|
|
"winapi 0.3.9",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-11-12 17:22:03 +03:00
|
|
|
version = "0.2.6"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-12 17:22:03 +03:00
|
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-09 10:41:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio 0.2.25",
|
2020-08-23 04:04:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
|
dependencies = [
|
2021-01-12 12:14:33 +03:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 04:04:11 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-03-04 14:09:58 +03:00
|
|
|
"pin-project-lite 0.1.12",
|
2021-04-09 10:41:54 +03:00
|
|
|
"tokio 0.2.25",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-06-09 17:00:19 +03:00
|
|
|
version = "0.7.3"
|
2021-04-09 10:41:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-09 17:00:19 +03:00
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
2021-04-09 10:41:54 +03:00
|
|
|
dependencies = [
|
2021-09-02 19:53:30 +03:00
|
|
|
"bytes 1.1.0",
|
2021-04-09 10:41:54 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2022-07-27 18:01:30 +03:00
|
|
|
"tokio 1.20.0",
|
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"
|
2022-04-20 20:33:55 +03:00
|
|
|
version = "0.5.9"
|
2020-06-06 00:13:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 20:33:55 +03:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2020-06-06 00:13:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-06-09 17:00:19 +03:00
|
|
|
version = "0.1.35"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-09 17:00:19 +03:00
|
|
|
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
2020-11-30 12:14:21 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 04:04:11 +03:00
|
|
|
"log",
|
2022-05-15 12:09:11 +03:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-08-23 04:04:11 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.1.28"
|
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 = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
|
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
|
|
|
]
|
|
|
|
|
2020-10-26 13:08:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-02-17 23:01:04 +03:00
|
|
|
version = "0.2.5"
|
2020-10-26 13:08:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 23:01:04 +03:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2020-10-26 13:08:53 +03:00
|
|
|
dependencies = [
|
2021-02-17 23:01:04 +03:00
|
|
|
"pin-project",
|
2020-10-26 13:08:53 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tuikit"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "846bc187c93656d5ef5389809d1b6950fd1364906af5e9953a9de129c295c3a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"nix 0.14.1",
|
|
|
|
"term",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-31 18:15:01 +03:00
|
|
|
version = "1.15.0"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 18:15:01 +03:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
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",
|
|
|
|
"syn",
|
2020-04-22 16:11:57 +03:00
|
|
|
]
|
|
|
|
|
2021-03-12 20:04:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.1.4"
|
2021-03-12 20:04:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
|
2021-03-12 20:04:47 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.3.8"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2020-08-23 04:04:11 +03:00
|
|
|
|
2022-05-26 23:05:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "1.0.2"
|
2022-05-26 23:05:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 18:01:30 +03:00
|
|
|
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
|
2022-05-26 23:05:58 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.1.21"
|
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 = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-04-28 22:12:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-02-18 18:26:06 +03:00
|
|
|
version = "1.9.0"
|
2020-04-28 22:12:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 18:26:06 +03:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2020-04-28 22:12:52 +03:00
|
|
|
|
2020-04-18 18:27:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-09-28 16:30:40 +03:00
|
|
|
version = "0.1.9"
|
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 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-05-15 12:09:11 +03:00
|
|
|
version = "0.2.3"
|
2020-04-18 18:27:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 12:09:11 +03:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2020-04-18 18:27:01 +03:00
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-10 12:51:22 +03:00
|
|
|
version = "2.2.2"
|
2020-08-23 04:04:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 12:51:22 +03:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
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",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
|
|
|
|
2020-08-07 23:24:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|
|
|
|
2020-07-07 23:11:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-01-12 12:14:33 +03:00
|
|
|
version = "0.8.2"
|
2020-07-07 23:11:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 12:14:33 +03:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-07-07 23:11:42 +03:00
|
|
|
dependencies = [
|
2022-07-27 18:01:30 +03:00
|
|
|
"getrandom 0.2.7",
|
2020-07-07 23:11:42 +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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse 0.1.1",
|
|
|
|
]
|
|
|
|
|
2020-05-28 23:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
2021-03-12 20:04:47 +03:00
|
|
|
version = "0.18.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 20:04:47 +03:00
|
|
|
checksum = "4d470d0583e65f4cab21a1ff3c1ba3dd23ae49e68f516f0afceaeb001b32af39"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
2021-03-12 20:04:47 +03:00
|
|
|
"wasmparser 0.59.0",
|
2020-05-28 23:20:24 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
2021-03-12 20:04:47 +03:00
|
|
|
version = "0.18.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 20:04:47 +03:00
|
|
|
checksum = "d7c2bb690b44cb1b0fdcc54d4998d21f8bdaf706b93775425e440b174f39ad16"
|
2020-05-28 23:20:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-04-18 18:27:01 +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"
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.81"
|
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 = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
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
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.81"
|
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 = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.4.31"
|
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 = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
|
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"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.81"
|
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 = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.81"
|
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 = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.2.81"
|
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 = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
2021-11-04 16:45:27 +03:00
|
|
|
"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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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-27 18:01:30 +03:00
|
|
|
"marine-rs-sdk 0.7.0",
|
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",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-native",
|
|
|
|
"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",
|
|
|
|
"target-lexicon",
|
|
|
|
"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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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 = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
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 = [
|
2020-05-28 23:20:24 +03:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
]
|
|
|
|
|
2020-07-09 15:55:58 +03:00
|
|
|
[[package]]
|
2020-07-28 19:09:02 +03:00
|
|
|
name = "wasmer-interface-types-fl"
|
2021-09-03 20:10:44 +03:00
|
|
|
version = "0.20.2"
|
2020-07-28 19:09:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-03 20:10:44 +03:00
|
|
|
checksum = "14ba3b5a07989987994b96bf5cc7ac2947005f9ff6123d71b7064232f07d28fa"
|
2020-07-26 19:38:11 +03:00
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"fluence-it-types",
|
2022-02-18 18:26:06 +03:00
|
|
|
"it-lilo 0.1.0",
|
2022-03-25 20:45:19 +03:00
|
|
|
"it-to-bytes",
|
2022-02-18 18:26:06 +03:00
|
|
|
"itertools 0.10.3",
|
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.23.1"
|
2022-03-25 20:45:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 12:27:54 +03:00
|
|
|
checksum = "cb2da50f3cdfee8539f69c34427cef5d66dba0c0c2596db9dbefb5aceaa7f798"
|
2022-02-18 18:26:06 +03:00
|
|
|
dependencies = [
|
2022-03-25 20:45:19 +03:00
|
|
|
"fluence-it-types",
|
2022-04-06 22:55:33 +03:00
|
|
|
"it-lilo 0.4.0",
|
2022-02-18 18:26:06 +03:00
|
|
|
"it-memory-traits",
|
2022-03-25 20:45:19 +03:00
|
|
|
"it-to-bytes",
|
2022-01-31 18:15:01 +03:00
|
|
|
"itertools 0.10.3",
|
2020-09-16 01:14:15 +03:00
|
|
|
"log",
|
2020-07-26 19:38:11 +03:00
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
2021-03-16 13:51:59 +03:00
|
|
|
"semver 0.11.0",
|
2020-07-26 19:38:11 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-26 14:02:26 +03:00
|
|
|
"thiserror",
|
2020-07-26 19:38:11 +03:00
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-05-10 12:51:22 +03:00
|
|
|
"parking_lot",
|
2020-07-28 19:14:53 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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",
|
2021-05-10 12:51:22 +03:00
|
|
|
"parking_lot",
|
2020-07-28 19:14:53 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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",
|
|
|
|
"time",
|
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core-fl",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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",
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2021-03-12 20:04:47 +03:00
|
|
|
version = "0.59.0"
|
2020-05-28 23:20:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 20:04:47 +03:00
|
|
|
checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9"
|
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
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-07-27 18:01:30 +03:00
|
|
|
version = "0.3.58"
|
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 = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
|
2020-08-23 04:04:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
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 = [
|
2020-08-23 04:04:11 +03:00
|
|
|
"winapi 0.3.9",
|
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"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-23 04:04:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|