2020-09-21 11:11:09 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 13:59:35 +00:00
|
|
|
version = 3
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.21.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"gimli 0.28.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-02-22 21:29:22 +00:00
|
|
|
version = "0.7.8"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 21:29:22 +00:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.11",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-02-22 21:29:22 +00:00
|
|
|
version = "0.8.9"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 21:29:22 +00:00
|
|
|
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-12-18 16:45:07 +00:00
|
|
|
"zerocopy",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.1.2"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-05-20 14:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-beautifier"
|
2024-06-28 10:12:03 +00:00
|
|
|
version = "0.5.0"
|
2022-05-20 14:07:22 +00:00
|
|
|
dependencies = [
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air-parser",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2022-05-20 14:07:22 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-10-25 07:54:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-beautify-wasm"
|
2024-06-28 10:12:03 +00:00
|
|
|
version = "0.4.0"
|
2022-10-25 07:54:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-beautifier",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-10-15 11:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-execution-info-collector"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.7.14"
|
2022-09-29 00:45:06 +00:00
|
|
|
dependencies = [
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air-parser",
|
2022-09-29 00:45:06 +00:00
|
|
|
]
|
2021-10-15 11:26:46 +00:00
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter"
|
2024-07-22 13:07:07 +00:00
|
|
|
version = "0.64.1"
|
2020-10-23 09:41:58 +00:00
|
|
|
dependencies = [
|
2022-08-19 09:29:21 +00:00
|
|
|
"air-interpreter-interface",
|
2021-10-05 13:55:04 +00:00
|
|
|
"air-log-targets",
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air",
|
2021-05-10 11:25:34 +00:00
|
|
|
"log",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2021-05-10 11:25:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2021-05-10 11:25:34 +00:00
|
|
|
"wasm-bindgen",
|
2020-10-23 09:41:58 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-cid"
|
2024-01-11 11:56:03 +00:00
|
|
|
version = "0.9.0"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cid",
|
2023-11-27 17:01:14 +00:00
|
|
|
"digest 0.10.7",
|
2024-02-04 14:27:49 +00:00
|
|
|
"fluence-blake3",
|
2023-12-07 17:32:16 +00:00
|
|
|
"multihash 0.19.1",
|
|
|
|
"multihash-codetable",
|
2024-01-09 17:22:11 +00:00
|
|
|
"rkyv",
|
2022-12-26 08:45:14 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-11-27 17:01:14 +00:00
|
|
|
"thiserror",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2021-08-24 13:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-data"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.17.2"
|
2021-08-24 13:14:15 +00:00
|
|
|
dependencies = [
|
2022-12-26 08:45:14 +00:00
|
|
|
"air-interpreter-cid",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2023-05-15 15:21:57 +00:00
|
|
|
"air-interpreter-signatures",
|
2024-02-13 12:11:21 +00:00
|
|
|
"air-interpreter-value",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"air-utils",
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air-parser",
|
2023-10-13 19:19:02 +00:00
|
|
|
"fluence-keypair",
|
2023-04-07 12:35:12 +00:00
|
|
|
"newtype_derive",
|
|
|
|
"num-traits",
|
2021-08-24 13:14:15 +00:00
|
|
|
"once_cell",
|
2023-09-19 10:04:40 +00:00
|
|
|
"polyplets",
|
2024-01-09 17:22:11 +00:00
|
|
|
"rkyv",
|
|
|
|
"rmp-serde",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2021-08-24 13:14:15 +00:00
|
|
|
"serde",
|
2024-01-09 17:22:11 +00:00
|
|
|
"serde_bytes",
|
2021-08-24 13:14:15 +00:00
|
|
|
"serde_json",
|
2023-10-13 19:19:02 +00:00
|
|
|
"thiserror",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"tracing",
|
2021-08-24 13:14:15 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter-interface"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.19.0"
|
2021-02-17 20:36:36 +00:00
|
|
|
dependencies = [
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2024-02-13 12:11:21 +00:00
|
|
|
"air-interpreter-value",
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-it-types",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-call-parameters 0.14.0",
|
2023-12-15 14:23:09 +00:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-sede"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2023-12-15 14:23:09 +00:00
|
|
|
"rmp-serde",
|
2021-02-17 20:36:36 +00:00
|
|
|
"serde",
|
2023-12-15 14:23:09 +00:00
|
|
|
"serde_bytes",
|
2021-10-04 07:58:00 +00:00
|
|
|
"serde_json",
|
2023-12-15 14:23:09 +00:00
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint 0.8.0",
|
2021-02-17 20:36:36 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-signatures"
|
2024-01-11 11:56:03 +00:00
|
|
|
version = "0.1.7"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-cid",
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.5.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
"fluence-keypair",
|
2024-01-09 17:22:11 +00:00
|
|
|
"rkyv",
|
2023-05-15 15:21:57 +00:00
|
|
|
"serde",
|
2023-11-02 14:43:35 +00:00
|
|
|
"thiserror",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
2024-02-13 12:11:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-value"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"maplit",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-lambda-ast"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2021-10-18 20:23:30 +00:00
|
|
|
"non-empty-vec",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "air-lambda-parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"air-lambda-ast",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2021-10-18 20:23:30 +00:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-10-05 13:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-log-targets"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-test-utils"
|
2024-07-22 19:43:42 +00:00
|
|
|
version = "0.18.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2022-12-26 08:45:14 +00:00
|
|
|
"air-interpreter-cid",
|
|
|
|
"air-interpreter-data",
|
2021-10-04 07:58:00 +00:00
|
|
|
"air-interpreter-interface",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2023-11-02 14:43:35 +00:00
|
|
|
"air-interpreter-signatures",
|
2024-02-13 12:11:21 +00:00
|
|
|
"air-interpreter-value",
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air",
|
2022-08-19 09:29:21 +00:00
|
|
|
"avm-interface",
|
2021-05-10 11:25:34 +00:00
|
|
|
"avm-server",
|
2024-08-08 15:53:11 +00:00
|
|
|
"ed25519-dalek 2.1.1",
|
2023-06-22 20:12:37 +00:00
|
|
|
"fluence-keypair",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2022-11-25 07:59:09 +00:00
|
|
|
"maplit",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2024-04-15 15:17:17 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2022-05-12 12:29:08 +00:00
|
|
|
"object-pool",
|
|
|
|
"once_cell",
|
2023-12-25 21:13:57 +00:00
|
|
|
"rand_chacha 0.3.1",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2023-01-09 06:22:57 +00:00
|
|
|
"serde",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde_json",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2024-04-15 15:17:17 +00:00
|
|
|
"tokio",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2022-09-01 11:12:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-testing-framework"
|
2024-07-22 19:43:42 +00:00
|
|
|
version = "0.11.3"
|
2022-09-01 11:12:55 +00:00
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"air-interpreter-signatures",
|
2022-09-01 11:12:55 +00:00
|
|
|
"air-test-utils",
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air-parser",
|
2024-04-15 15:17:17 +00:00
|
|
|
"async-recursion",
|
2023-11-02 14:43:35 +00:00
|
|
|
"fluence-keypair",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2022-09-01 11:12:55 +00:00
|
|
|
"maplit",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2022-09-01 11:12:55 +00:00
|
|
|
"nom_locate",
|
2023-08-17 11:40:29 +00:00
|
|
|
"pretty_assertions 1.4.0",
|
2023-10-13 19:19:02 +00:00
|
|
|
"regex",
|
2022-09-01 11:12:55 +00:00
|
|
|
"serde_json",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.24.1",
|
|
|
|
"tokio",
|
2022-09-01 11:12:55 +00:00
|
|
|
]
|
|
|
|
|
2021-10-05 11:07:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-trace-handler"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.5.12"
|
2021-10-05 11:07:38 +00:00
|
|
|
dependencies = [
|
2022-12-26 08:45:14 +00:00
|
|
|
"air-interpreter-cid",
|
2021-10-05 11:07:38 +00:00
|
|
|
"air-interpreter-data",
|
2021-10-05 13:55:04 +00:00
|
|
|
"air-log-targets",
|
2023-03-15 09:59:30 +00:00
|
|
|
"aquavm-air-parser",
|
2022-08-25 21:43:43 +00:00
|
|
|
"bimap",
|
2021-10-05 11:07:38 +00:00
|
|
|
"log",
|
2023-04-07 12:35:12 +00:00
|
|
|
"num-traits",
|
2023-09-19 10:04:40 +00:00
|
|
|
"polyplets",
|
2021-10-05 11:07:38 +00:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"tracing",
|
2021-10-05 11:07:38 +00:00
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-utils"
|
2024-02-20 12:37:21 +00:00
|
|
|
version = "0.3.0"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ambient-authority"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"winapi",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.6.5"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-18 18:46:58 +00:00
|
|
|
"anstyle-query",
|
2023-04-12 11:46:26 +00:00
|
|
|
"anstyle-wincon",
|
2023-04-18 18:46:58 +00:00
|
|
|
"colorchoice",
|
2023-04-12 11:46:26 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.4"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.3"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-18 18:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.2"
|
2023-04-18 18:46:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-04-18 18:46:58 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-18 18:46:58 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "3.0.2"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-12 11:46:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "anyhow"
|
2024-01-09 16:27:35 +00:00
|
|
|
version = "1.0.79"
|
2021-04-28 13:05:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-09 16:27:35 +00:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-03-15 09:59:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aquavm-air"
|
2024-07-22 13:07:07 +00:00
|
|
|
version = "0.64.1"
|
2023-03-15 09:59:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-execution-info-collector",
|
|
|
|
"air-interpreter-cid",
|
|
|
|
"air-interpreter-data",
|
|
|
|
"air-interpreter-interface",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2023-05-15 15:21:57 +00:00
|
|
|
"air-interpreter-signatures",
|
2024-02-13 12:11:21 +00:00
|
|
|
"air-interpreter-value",
|
2023-03-15 09:59:30 +00:00
|
|
|
"air-lambda-ast",
|
|
|
|
"air-lambda-parser",
|
|
|
|
"air-log-targets",
|
|
|
|
"air-test-utils",
|
|
|
|
"air-testing-framework",
|
|
|
|
"air-trace-handler",
|
|
|
|
"air-utils",
|
|
|
|
"aquavm-air-parser",
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2023-11-02 14:43:35 +00:00
|
|
|
"bs58 0.5.0",
|
2023-03-15 09:59:30 +00:00
|
|
|
"concat-idents",
|
|
|
|
"criterion 0.3.6",
|
|
|
|
"csv",
|
2024-08-08 15:53:11 +00:00
|
|
|
"ed25519-dalek 2.1.1",
|
2024-01-25 17:49:42 +00:00
|
|
|
"env_logger",
|
2023-03-15 09:59:30 +00:00
|
|
|
"fluence-app-service",
|
2023-05-15 15:21:57 +00:00
|
|
|
"fluence-keypair",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2023-03-15 09:59:30 +00:00
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"marine-rs-sdk",
|
|
|
|
"non-empty-vec",
|
|
|
|
"once_cell",
|
2023-09-19 10:04:40 +00:00
|
|
|
"polyplets",
|
2023-03-15 09:59:30 +00:00
|
|
|
"pretty_assertions 0.6.1",
|
2024-01-09 17:22:11 +00:00
|
|
|
"rkyv",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2023-03-15 09:59:30 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.24.1",
|
|
|
|
"strum_macros 0.24.3",
|
2023-03-15 09:59:30 +00:00
|
|
|
"thiserror",
|
2024-04-15 15:17:17 +00:00
|
|
|
"tokio",
|
2023-03-15 09:59:30 +00:00
|
|
|
"tracing",
|
2023-08-03 18:07:57 +00:00
|
|
|
"typed-index-collections",
|
2023-03-15 09:59:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aquavm-air-cli"
|
2024-07-22 19:43:42 +00:00
|
|
|
version = "0.9.2"
|
2023-03-15 09:59:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-beautifier",
|
2024-01-11 10:46:16 +00:00
|
|
|
"air-interpreter-data",
|
2023-03-15 09:59:30 +00:00
|
|
|
"air-interpreter-interface",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2023-03-15 09:59:30 +00:00
|
|
|
"air-test-utils",
|
|
|
|
"aquavm-air",
|
2023-03-27 09:27:01 +00:00
|
|
|
"atty",
|
2023-03-15 09:59:30 +00:00
|
|
|
"avm-data-store",
|
|
|
|
"avm-interface",
|
2024-02-22 07:57:27 +00:00
|
|
|
"avm-server",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.5.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"clap 4.4.11",
|
2024-01-30 17:43:47 +00:00
|
|
|
"eyre",
|
2023-06-22 20:12:37 +00:00
|
|
|
"fluence-keypair",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2024-04-15 15:17:17 +00:00
|
|
|
"marine-wasmtime-backend",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-sdk",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2023-03-15 09:59:30 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-27 09:27:01 +00:00
|
|
|
"termcolor",
|
2023-08-17 11:40:29 +00:00
|
|
|
"tokio",
|
2023-06-08 13:22:11 +00:00
|
|
|
"tracing",
|
2023-03-15 09:59:30 +00:00
|
|
|
"tracing-subscriber",
|
2023-08-17 11:40:29 +00:00
|
|
|
"workspaces",
|
2023-06-22 20:12:37 +00:00
|
|
|
"zeroize",
|
2023-03-15 09:59:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aquavm-air-parser"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.12.0"
|
2023-03-15 09:59:30 +00:00
|
|
|
dependencies = [
|
2024-02-13 12:11:21 +00:00
|
|
|
"air-interpreter-value",
|
2023-03-15 09:59:30 +00:00
|
|
|
"air-lambda-ast",
|
|
|
|
"air-lambda-parser",
|
|
|
|
"codespan",
|
|
|
|
"codespan-reporting",
|
2024-01-03 12:13:01 +00:00
|
|
|
"criterion 0.5.1",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2023-03-15 09:59:30 +00:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
2023-10-29 08:41:30 +00:00
|
|
|
"multimap 0.9.1",
|
2023-03-15 09:59:30 +00:00
|
|
|
"non-empty-vec",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.7.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "3.0.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1_der"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
|
|
|
|
dependencies = [
|
|
|
|
"asn1_der_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1_der"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1_der_derive"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.1.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2023-12-18 16:45:07 +00:00
|
|
|
"event-listener 4.0.0",
|
|
|
|
"event-listener-strategy",
|
2023-08-17 11:40:29 +00:00
|
|
|
"futures-core",
|
2023-12-18 16:45:07 +00:00
|
|
|
"pin-project-lite",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"async-lock 2.8.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-lite 1.13.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"log",
|
|
|
|
"parking",
|
2023-12-18 16:45:07 +00:00
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
2023-08-17 11:40:29 +00:00
|
|
|
"slab",
|
2023-12-21 13:51:15 +00:00
|
|
|
"socket2 0.4.10",
|
2023-08-17 11:40:29 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "2.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock 3.2.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.1.0",
|
|
|
|
"parking",
|
|
|
|
"polling 3.3.1",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"event-listener 2.5.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 4.0.0",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.8.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"async-signal",
|
2023-08-17 11:40:29 +00:00
|
|
|
"blocking",
|
|
|
|
"cfg-if 1.0.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"event-listener 3.1.0",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-04-15 15:17:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
|
|
|
|
dependencies = [
|
|
|
|
"async-io 2.2.2",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
2023-08-17 11:40:29 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2023-12-21 13:51:15 +00:00
|
|
|
version = "4.6.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 13:51:15 +00:00
|
|
|
checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.74"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.1.2"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2022-11-29 20:22:42 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-09-30 17:23:32 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.1.0"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-09-30 17:23:32 +00:00
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-data-store"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.7.9"
|
2022-06-23 12:24:00 +00:00
|
|
|
dependencies = [
|
2023-02-21 17:28:56 +00:00
|
|
|
"avm-interface",
|
2022-06-23 12:24:00 +00:00
|
|
|
"serde",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
2022-06-23 12:24:00 +00:00
|
|
|
]
|
2021-10-04 07:58:00 +00:00
|
|
|
|
2022-08-19 09:29:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-interface"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.32.1"
|
2022-08-19 09:29:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-interface",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
2022-08-19 09:29:21 +00:00
|
|
|
"air-utils",
|
|
|
|
"log",
|
|
|
|
"maplit",
|
2023-09-19 10:04:40 +00:00
|
|
|
"polyplets",
|
2022-08-19 09:29:21 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-05-10 11:25:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-server"
|
2024-07-22 19:43:42 +00:00
|
|
|
version = "0.38.1"
|
2021-05-10 11:25:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-interface",
|
2023-12-15 14:23:09 +00:00
|
|
|
"air-interpreter-sede",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"air-utils",
|
2021-10-04 07:58:00 +00:00
|
|
|
"avm-data-store",
|
2022-08-19 09:29:21 +00:00
|
|
|
"avm-interface",
|
2021-10-04 07:58:00 +00:00
|
|
|
"eyre",
|
2023-06-22 20:12:37 +00:00
|
|
|
"fluence-keypair",
|
2021-05-10 11:25:34 +00:00
|
|
|
"log",
|
|
|
|
"maplit",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-runtime",
|
2024-04-15 15:17:17 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2022-09-08 13:32:28 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-09-19 10:04:40 +00:00
|
|
|
"polyplets",
|
2021-05-10 11:25:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2024-04-15 15:17:17 +00:00
|
|
|
"tokio",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"tracing",
|
2021-05-10 11:25:34 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.69"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"addr2line",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2023-08-17 11:40:29 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.13.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.21.5"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2022-09-13 16:03:18 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2022-08-25 21:43:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bimap"
|
2023-03-20 16:19:21 +00:00
|
|
|
version = "0.6.3"
|
2022-08-25 21:43:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 16:19:21 +00:00
|
|
|
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
|
2022-08-25 21:43:43 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binary-install"
|
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5bc5f8c50dd6a80d0b303ddab79f42ddcb52fd43d68107ecf622c551fd4cd4"
|
|
|
|
dependencies = [
|
|
|
|
"curl",
|
|
|
|
"dirs 1.0.5",
|
|
|
|
"failure",
|
|
|
|
"flate2",
|
|
|
|
"hex 0.3.2",
|
|
|
|
"is_executable",
|
|
|
|
"siphasher 0.2.3",
|
|
|
|
"tar",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "1.3.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.5.3"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "0.6.3"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-17 17:43:55 +00:00
|
|
|
version = "1.3.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 17:43:55 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-07-03 09:31:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.4.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
2023-07-03 09:31:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
]
|
2023-07-03 09:31:56 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.2"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-08-17 11:40:29 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-12-18 16:45:07 +00:00
|
|
|
"constant_time_eq 0.3.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2s_simd"
|
2023-10-23 13:16:15 +00:00
|
|
|
version = "1.0.2"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 13:16:15 +00:00
|
|
|
checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-08-17 11:40:29 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-10-23 13:16:15 +00:00
|
|
|
"constant_time_eq 0.3.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2023-10-23 13:16:15 +00:00
|
|
|
version = "1.5.0"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 13:16:15 +00:00
|
|
|
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-08-17 11:40:29 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-05-15 15:21:57 +00:00
|
|
|
"cc",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"constant_time_eq 0.3.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.10.4"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"generic-array",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.5.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2023-12-18 16:45:07 +00:00
|
|
|
"async-lock 3.2.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"async-task",
|
2023-12-18 16:45:07 +00:00
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.1.0",
|
|
|
|
"piper",
|
|
|
|
"tracing",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh-derive 0.9.3",
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2024-05-25 20:00:56 +00:00
|
|
|
version = "1.5.0"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:00:56 +00:00
|
|
|
checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh-derive 1.5.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"cfg_aliases",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
2023-08-17 11:40:29 +00:00
|
|
|
"proc-macro-crate 0.1.5",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2024-05-25 20:00:56 +00:00
|
|
|
version = "1.5.0"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:00:56 +00:00
|
|
|
checksum = "d7a8646f94ab393e43e8b35a2558b1624bed28b97ee09c5d15456e3c9463f46d"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2024-05-25 20:00:56 +00:00
|
|
|
"proc-macro-crate 3.1.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-12-18 16:45:07 +00:00
|
|
|
"syn_derive",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.5.0"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
2023-05-15 15:21:57 +00:00
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "3.14.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
|
|
|
version = "0.6.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
|
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
"simdutf8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
|
|
|
version = "0.6.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-09-01 11:12:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.6.7"
|
2022-09-01 11:12:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
2022-09-01 11:12:55 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.5.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.5.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.3.0"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
"ppv-lite86",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cap-fs-ext"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "2.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "88e341d15ac1029aadce600be764a1a1edafe40e03cde23285bc1d261b3a4866"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"cap-std",
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-net-ext"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "434168fe6533055f0f4204039abe3ff6d7db338ef46872a5fa39e9d5ad5ab7a9"
|
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"cap-std",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"smallvec",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-primitives"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "2.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "fe16767ed8eee6d3f1f00d6a7576b81c226ab917eb54b96e5f77a5216ef67abb"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
2024-01-25 17:49:42 +00:00
|
|
|
"fs-set-times",
|
2023-03-15 14:11:53 +00:00
|
|
|
"io-extras",
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
2023-03-15 14:11:53 +00:00
|
|
|
"ipnet",
|
|
|
|
"maybe-owned",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"winx",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-rand"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "2.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "20e5695565f0cd7106bc3c7170323597540e772bb73e0be2cd2c662a0f8fa4ca"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
2023-05-15 15:21:57 +00:00
|
|
|
"rand 0.8.5",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-std"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "2.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "593db20e4c51f62d3284bae7ee718849c3214f93a3b94ea1899ad85ba119d330"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"io-extras",
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
|
|
|
"rustix 0.38.28",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-time-ext"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "2.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "03261630f291f425430a36f38c847828265bc928f517cdd2004c56f4b02f002b"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"ambient-authority",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cap-primitives",
|
2024-01-25 17:49:42 +00:00
|
|
|
"iana-time-zone",
|
2023-03-15 14:11:53 +00:00
|
|
|
"once_cell",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
|
|
|
"winx",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2022-08-08 21:30:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.83"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-17 11:40:29 +00:00
|
|
|
"libc",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-10-30 17:29:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-12-12 16:24:11 +00:00
|
|
|
version = "0.4.31"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-12 16:24:11 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2021-04-26 11:44:23 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"android-tzdata",
|
2022-09-13 16:03:18 +00:00
|
|
|
"iana-time-zone",
|
2022-08-08 21:30:33 +00:00
|
|
|
"js-sys",
|
2021-04-26 11:44:23 +00:00
|
|
|
"num-traits",
|
2022-09-13 16:03:18 +00:00
|
|
|
"serde",
|
2022-08-08 21:30:33 +00:00
|
|
|
"wasm-bindgen",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-targets 0.48.5",
|
2021-04-26 11:44:23 +00:00
|
|
|
]
|
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.2.1"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
2022-09-13 16:03:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.2.1"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
2022-09-13 16:03:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.2.1"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
2022-09-13 16:03:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cid"
|
2024-05-25 20:42:52 +00:00
|
|
|
version = "0.11.1"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:42:52 +00:00
|
|
|
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"core2",
|
|
|
|
"multibase",
|
2023-12-07 17:32:16 +00:00
|
|
|
"multihash 0.19.1",
|
|
|
|
"unsigned-varint 0.8.0",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "2.34.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-01-03 12:13:01 +00:00
|
|
|
"textwrap",
|
2020-11-01 14:20:25 +00:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-09-29 00:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "4.4.11"
|
2022-09-29 00:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
|
2022-05-20 14:07:22 +00:00
|
|
|
dependencies = [
|
2023-04-12 11:46:26 +00:00
|
|
|
"clap_builder",
|
2022-05-20 14:07:22 +00:00
|
|
|
"clap_derive",
|
2023-04-12 11:46:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "4.4.11"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2024-01-03 12:13:01 +00:00
|
|
|
"clap_lex",
|
2022-05-20 14:07:22 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-10-29 08:12:27 +00:00
|
|
|
version = "4.4.7"
|
2022-05-20 14:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 08:12:27 +00:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2022-05-20 14:07:22 +00:00
|
|
|
dependencies = [
|
2023-02-09 14:09:24 +00:00
|
|
|
"heck 0.4.1",
|
2022-05-20 14:07:22 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2022-05-20 14:07:22 +00:00
|
|
|
]
|
|
|
|
|
2022-09-29 00:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-29 08:12:27 +00:00
|
|
|
version = "0.6.0"
|
2022-09-29 00:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 08:12:27 +00:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2022-09-29 00:45:06 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "0.11.1"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "0.11.1"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-04-18 18:46:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2021-12-17 19:02:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concat-idents"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "1.1.5"
|
2021-12-17 19:02:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "f76990911f2267d837d9d0ad060aa63aaad170af40904b29461734c339030d4d"
|
2021-12-17 19:02:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.4.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2021-12-17 19:02:16 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.5"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2023-05-15 15:21:57 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.9.4"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.8.6"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-09-13 16:03:18 +00:00
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.11"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "751cbf89e513f283c0641eb7f95dc72fda5051dd95ca203d1dc45e26bc89dba8"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "210730edc05121e915201cc36595e1f00062094669fa07ac362340e3627b3dc5"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"bumpalo",
|
2020-10-08 09:43:23 +00:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
2024-01-25 17:49:42 +00:00
|
|
|
"cranelift-control",
|
2020-10-08 09:43:23 +00:00
|
|
|
"cranelift-entity",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cranelift-isle",
|
2024-01-25 17:49:42 +00:00
|
|
|
"gimli 0.28.1",
|
|
|
|
"hashbrown 0.14.3",
|
2020-10-08 09:43:23 +00:00
|
|
|
"log",
|
2023-03-15 14:11:53 +00:00
|
|
|
"regalloc2",
|
2020-10-08 09:43:23 +00:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "b5dc7fdf210c53db047f3eaf49b3a89efee0cc3d9a2ce0c0f0236933273d0c53"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f46875cc87d963119d78fe5c19852757dc6eea3cb9622c0df69c26b242cd44b4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-control"
|
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "375dca8f58d8a801a85e11730c1529c5c4a9c3593dfb12118391ac437b037155"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
]
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "cc619b86fe3c72f43fc417c9fd67a04ec0c98296e5940922d9fd9e6eedf72521"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "7eb607fd19ae264da18f9f2532e7302b826f7fbf77bf88365fc075f2e3419436"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "9fe806a6470dddfdf79e878af6a96afb1235a09fe3e21f9e0c2f18d402820432"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "fac7f1722660b10af1f7229c0048f716bfd8bd344549b0e06e3eb6417ec3fe5b"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
2023-03-15 14:11:53 +00:00
|
|
|
"libc",
|
2020-10-08 09:43:23 +00:00
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.100.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "b1b65810be56b619c3c55debade92798d999f34bf0670370c578afab5d905f06"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
|
|
|
"smallvec",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmparser 0.112.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2022-09-08 13:32:28 +00:00
|
|
|
version = "0.3.6"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 13:32:28 +00:00
|
|
|
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2022-09-08 13:32:28 +00:00
|
|
|
"cast",
|
2022-05-20 14:07:22 +00:00
|
|
|
"clap 2.34.0",
|
2022-09-13 16:03:18 +00:00
|
|
|
"criterion-plot 0.4.5",
|
2020-11-01 14:20:25 +00:00
|
|
|
"csv",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2020-11-01 14:20:25 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2024-01-03 12:13:01 +00:00
|
|
|
version = "0.5.1"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-03 12:13:01 +00:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2022-09-13 16:03:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"anes",
|
|
|
|
"cast",
|
|
|
|
"ciborium",
|
2024-01-03 12:13:01 +00:00
|
|
|
"clap 4.4.11",
|
2022-09-13 16:03:18 +00:00
|
|
|
"criterion-plot 0.5.0",
|
2024-01-03 12:13:01 +00:00
|
|
|
"is-terminal",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2022-09-13 16:03:18 +00:00
|
|
|
"num-traits",
|
2024-01-03 12:13:01 +00:00
|
|
|
"once_cell",
|
2022-09-13 16:03:18 +00:00
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.4.5"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
2022-09-08 13:32:28 +00:00
|
|
|
"cast",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2022-09-13 16:03:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2020-11-01 14:20:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.8.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"crossbeam-epoch",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.9.16"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"autocfg",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2024-01-25 17:49:42 +00:00
|
|
|
"memoffset",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.8.17"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2021-03-05 13:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"generic-array",
|
2022-12-26 08:45:14 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.3.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
2023-02-21 17:28:56 +00:00
|
|
|
"itoa",
|
2020-11-01 14:20:25 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.11"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-12-28 11:09:03 +00:00
|
|
|
version = "0.1.26"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 11:09:03 +00:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2023-12-21 13:51:15 +00:00
|
|
|
"socket2 0.4.10",
|
2023-08-17 11:40:29 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.70+curl-8.5.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2024-02-22 21:29:22 +00:00
|
|
|
version = "4.1.2"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 21:29:22 +00:00
|
|
|
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"curve25519-dalek-derive",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"fiat-crypto",
|
|
|
|
"platforms",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek-derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-12-18 16:45:07 +00:00
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "0.20.3"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "0.20.3"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2021-12-14 11:01:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "0.20.3"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2021-12-14 11:01:57 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.5.0"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
2022-12-26 08:45:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.14"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.12"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.10"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"powerfmt",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-19 10:04:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.1.13"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.10.7"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"block-buffer 0.10.4",
|
2023-03-15 14:11:53 +00:00
|
|
|
"crypto-common",
|
2023-11-27 17:01:14 +00:00
|
|
|
"subtle",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"dirs-sys-next",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "dirs"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "1.0.5"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users 0.3.5",
|
|
|
|
"winapi",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.2"
|
2021-06-10 14:08:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
2021-06-10 14:08:20 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2021-06-10 14:08:20 +00:00
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"redox_users 0.4.4",
|
2023-03-15 14:11:53 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"redox_users 0.4.4",
|
2020-11-03 14:43:58 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "easy-ext"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53aff6fdc1b181225acdcb5b14c47106726fd8e486707315b1b138baed68ee31"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"signature 1.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
|
|
|
version = "2.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
|
|
dependencies = [
|
|
|
|
"pkcs8",
|
2023-12-25 21:13:57 +00:00
|
|
|
"serde",
|
2023-12-18 16:45:07 +00:00
|
|
|
"signature 2.2.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"curve25519-dalek 3.2.0",
|
|
|
|
"ed25519 1.5.3",
|
2023-05-15 15:21:57 +00:00
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "ed25519-dalek"
|
2024-08-08 15:53:11 +00:00
|
|
|
version = "2.1.1"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-08 15:53:11 +00:00
|
|
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
2024-02-22 21:29:22 +00:00
|
|
|
"curve25519-dalek 4.1.2",
|
2023-12-18 16:45:07 +00:00
|
|
|
"ed25519 2.2.3",
|
2023-12-25 21:13:57 +00:00
|
|
|
"rand_core 0.6.4",
|
2023-12-18 16:45:07 +00:00
|
|
|
"serde",
|
|
|
|
"sha2 0.10.8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.9.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.14.2"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.8.33"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2024-01-25 17:49:42 +00:00
|
|
|
"humantime",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.8"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-12 11:46:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "3.1.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "4.0.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 4.0.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2024-04-18 10:23:08 +00:00
|
|
|
version = "0.6.12"
|
2021-10-04 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-18 10:23:08 +00:00
|
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
2021-10-04 07:58:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.0.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "4.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "b93f7a0db71c99f68398f80653ed05afb0b00e062e1a20c7ff849c4edfabbbcc"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"rustix 0.38.28",
|
|
|
|
"windows-sys 0.52.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fiat-crypto"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.23"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"windows-sys 0.52.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixed-hash"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
|
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.4.2"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.28"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-03-01 08:09:41 +00:00
|
|
|
name = "fluence-app-service"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.36.0"
|
2022-08-08 21:30:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "3e423d621b41b09b24581ff639abe8590da6af5b374b90aa5f6232a67c59a203"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2020-12-22 18:05:04 +00:00
|
|
|
"log",
|
2021-03-01 08:09:41 +00:00
|
|
|
"maplit",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-min-it-version",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-runtime",
|
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2021-04-26 11:44:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
2021-02-17 20:36:36 +00:00
|
|
|
]
|
|
|
|
|
2024-02-04 14:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-blake3"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a3c704928408e9b8f7c9d5b24a4f205dd5cb89d378aa31a01140df810093bf5"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.7.4",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"constant_time_eq 0.3.0",
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2021-04-26 11:44:23 +00:00
|
|
|
name = "fluence-it-types"
|
2023-03-29 16:07:57 +00:00
|
|
|
version = "0.4.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 16:07:57 +00:00
|
|
|
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-04-27 10:40:32 +00:00
|
|
|
"it-to-bytes",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2021-04-26 11:44:23 +00:00
|
|
|
"serde",
|
2021-09-15 13:37:38 +00:00
|
|
|
"variant_count",
|
2023-03-29 16:07:57 +00:00
|
|
|
"wast 8.0.0",
|
2021-03-01 08:09:41 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-keypair"
|
2023-12-25 21:13:57 +00:00
|
|
|
version = "0.10.4"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 21:13:57 +00:00
|
|
|
checksum = "273ecbe8b6757f46e9d2b61f56ac636f27defa88aebc17a4fd6a7b78bf84cca3"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der 0.6.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.5.0",
|
2024-08-08 15:53:11 +00:00
|
|
|
"ed25519-dalek 2.1.1",
|
2023-05-15 15:21:57 +00:00
|
|
|
"eyre",
|
|
|
|
"lazy_static",
|
|
|
|
"libp2p-identity",
|
|
|
|
"libsecp256k1",
|
|
|
|
"multihash 0.18.1",
|
|
|
|
"rand 0.8.5",
|
2023-12-18 16:45:07 +00:00
|
|
|
"ring 0.16.20",
|
2023-05-15 15:21:57 +00:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-05-15 15:21:57 +00:00
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-08-17 11:40:29 +00: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"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.2.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs-set-times"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.20.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
2023-12-18 16:45:07 +00:00
|
|
|
"rustix 0.38.28",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-03 09:31:56 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "futures"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures-executor",
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-sink",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-12-18 16:45:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 1.9.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-04-15 15:17:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.3.30"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-channel",
|
2023-08-17 11:40:29 +00:00
|
|
|
"futures-core",
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-io",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures-macro",
|
2023-12-18 16:45:07 +00:00
|
|
|
"futures-sink",
|
2023-08-17 11:40:29 +00:00
|
|
|
"futures-task",
|
2023-12-18 16:45:07 +00:00
|
|
|
"memchr",
|
2023-08-17 11:40:29 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2023-12-18 16:45:07 +00:00
|
|
|
"slab",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"byteorder",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxprof-processed-profile"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"debugid",
|
|
|
|
"fxhash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.14.7"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-11-03 14:43:58 +00:00
|
|
|
"version_check",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-01-12 10:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.11"
|
2021-01-12 10:04:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2021-01-12 10:04:25 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-12 10:04:25 +00:00
|
|
|
"libc",
|
2022-08-08 21:30:33 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-01-12 10:04:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.26.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"fallible-iterator 0.2.0",
|
2023-12-07 17:32:16 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-03-15 14:11:53 +00:00
|
|
|
"stable_deref_trait",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.28.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2024-01-25 17:49:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"fallible-iterator 0.3.0",
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.22"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-12-18 16:45:07 +00:00
|
|
|
"indexmap 2.1.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2024-04-15 15:17:17 +00:00
|
|
|
"tokio-util",
|
2023-08-17 11:40:29 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "1.8.2"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
2024-02-22 21:29:22 +00:00
|
|
|
"ahash 0.7.8",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.12.3"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-02-22 21:29:22 +00:00
|
|
|
"ahash 0.7.8",
|
2023-12-18 16:45:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
2024-02-22 21:29:22 +00:00
|
|
|
"ahash 0.8.9",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
2020-09-30 17:23:32 +00:00
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2024-01-25 17:49:42 +00:00
|
|
|
dependencies = [
|
2024-02-22 21:29:22 +00:00
|
|
|
"ahash 0.8.9",
|
2024-01-25 17:49:42 +00:00
|
|
|
]
|
2023-12-07 17:32:16 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.3.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-05-20 14:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-09 14:09:24 +00:00
|
|
|
version = "0.4.1"
|
2022-05-20 14:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 14:09:24 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-05-20 14:07:22 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-06 10:54:12 +00:00
|
|
|
version = "0.1.19"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-09 14:09:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.3"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.3.2"
|
2023-02-09 14:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
2023-02-09 14:09:24 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "0.4.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2023-12-18 16:45:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
|
dependencies = [
|
|
|
|
"hmac 0.12.1",
|
|
|
|
]
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac-drbg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.9.0",
|
|
|
|
"generic-array",
|
2023-12-18 16:45:07 +00:00
|
|
|
"hmac 0.8.1",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.5.9"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.11"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.6"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-12-21 13:51:15 +00:00
|
|
|
version = "0.14.28"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 13:51:15 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-12-21 13:51:15 +00:00
|
|
|
"socket2 0.5.5",
|
2023-08-17 11:40:29 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:03:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.58"
|
2022-09-13 16:03:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
2022-09-13 16:03:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-10-09 09:56:12 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-13 16:03:18 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-core",
|
2022-09-13 16:03:18 +00:00
|
|
|
]
|
|
|
|
|
2022-10-09 09:56:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.1.2"
|
2022-10-09 09:56:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-09 09:56:12 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"cc",
|
2022-10-09 09:56:12 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.5.0"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "1.9.3"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-08-17 11:40:29 +00:00
|
|
|
"hashbrown 0.12.3",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.3",
|
2023-12-18 16:45:07 +00:00
|
|
|
"serde",
|
2023-12-07 17:32:16 +00:00
|
|
|
]
|
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-20 20:35:46 +00:00
|
|
|
version = "0.1.12"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 20:35:46 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-27 21:12:11 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "io-extras"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.18.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
|
|
|
"windows-sys 0.52.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2022-11-29 20:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "1.0.11"
|
2022-11-29 20:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2022-11-29 20:22:42 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"hermit-abi 0.3.3",
|
2022-11-29 20:22:42 +00:00
|
|
|
"libc",
|
2023-07-03 09:31:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-29 20:22:42 +00:00
|
|
|
]
|
|
|
|
|
2023-07-03 09:31:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.0.3"
|
2023-07-03 09:31:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
|
2023-07-03 09:31:56 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.9.0"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2022-11-29 20:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "0.4.9"
|
2022-11-29 20:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-11-29 20:22:42 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"hermit-abi 0.3.3",
|
|
|
|
"rustix 0.38.28",
|
2023-04-12 11:46:26 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-29 20:22:42 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_executable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "302d553b8abc8187beb7d663e34c065ac4570b273bc9511a50e940e99409c577"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.6.0"
|
2022-08-08 21:30:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "9011f4a5b18c9148bbdfac7d364266e34b4cda2fc585230f1dab706c315cf556"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-04-26 11:44:23 +00:00
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.7.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "1fa7310e6ce8b8b6f11c3d0b5dd5824675fab3cfd335f70bcf9a51198de39cfe"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"anyhow",
|
2024-04-15 15:17:17 +00:00
|
|
|
"async-recursion",
|
2022-03-25 18:53:15 +00:00
|
|
|
"fluence-it-types",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2022-03-25 18:53:15 +00:00
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.5.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "e83089981169d53e2b13df7c8d132b471bf2fc4c85afe427c4a74115695c4612"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-29 11:11:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
2020-12-29 11:11:18 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-09 09:56:12 +00:00
|
|
|
version = "0.10.5"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-09 09:56:12 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-02-01 13:12:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-12-21 11:33:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.10"
|
2021-12-21 11:33:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-12-21 11:33:20 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "ittapi"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.5"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "25a5c0b993601cad796222ea076565c5d9f337d35592f8622c753724f06d7271"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"ittapi-sys",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.5"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "cb7b5e473765060536a660eed127f758cf1a810c73e49063264959c60d1727d9"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.27"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.60"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.1.4"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2023-06-27 20:12:04 +00:00
|
|
|
version = "0.20.0"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 20:12:04 +00:00
|
|
|
checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2023-04-10 10:55:42 +00:00
|
|
|
"is-terminal",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2020-11-03 14:43:58 +00:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
2023-06-27 20:12:04 +00:00
|
|
|
"pico-args",
|
2020-11-03 14:43:58 +00:00
|
|
|
"regex",
|
2023-12-18 16:45:07 +00:00
|
|
|
"regex-syntax 0.7.5",
|
2020-11-03 14:43:58 +00:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
2021-03-05 13:59:35 +00:00
|
|
|
"tiny-keccak",
|
2020-11-03 14:43:58 +00:00
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2023-06-27 20:12:04 +00:00
|
|
|
version = "0.20.0"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 20:12:04 +00:00
|
|
|
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
2020-10-08 09:43:23 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
2021-10-05 17:08:10 +00:00
|
|
|
version = "0.2.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-05 17:08:10 +00:00
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.151"
|
2022-10-09 09:56:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
2022-10-09 09:56:12 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-identity"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.8"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der 0.7.6",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.5.0",
|
2024-08-08 15:53:11 +00:00
|
|
|
"ed25519-dalek 2.1.1",
|
2023-12-18 16:45:07 +00:00
|
|
|
"hkdf",
|
2023-05-15 15:21:57 +00:00
|
|
|
"libsecp256k1",
|
2023-12-07 17:32:16 +00:00
|
|
|
"multihash 0.19.1",
|
2023-05-15 15:21:57 +00:00
|
|
|
"quick-protobuf",
|
|
|
|
"rand 0.8.5",
|
2023-12-18 16:45:07 +00:00
|
|
|
"ring 0.17.7",
|
|
|
|
"sha2 0.10.8",
|
2023-05-15 15:21:57 +00:00
|
|
|
"thiserror",
|
2023-12-18 16:45:07 +00:00
|
|
|
"tracing",
|
2023-05-15 15:21:57 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-08-17 11:40:29 +00:00
|
|
|
"base64 0.13.1",
|
2023-05-15 15:21:57 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
"hmac-drbg",
|
|
|
|
"libsecp256k1-core",
|
|
|
|
"libsecp256k1-gen-ecmult",
|
|
|
|
"libsecp256k1-gen-genmult",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-ecmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-genmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-11-29 20:22:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.8"
|
2022-11-29 20:22:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2022-11-29 20:22:42 +00:00
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.12"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.11"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"autocfg",
|
2020-12-27 21:12:11 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "0.4.20"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2023-09-19 10:04:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-call-parameters"
|
2023-12-28 13:40:29 +00:00
|
|
|
version = "0.10.3"
|
2023-09-19 10:04:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-28 13:40:29 +00:00
|
|
|
checksum = "ef9a7c6ed5fa9052474c1cd76d3b3e67dbc4c455c76263c2c043214e12cce6bd"
|
2023-09-19 10:04:40 +00:00
|
|
|
dependencies = [
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-macro 0.10.3",
|
|
|
|
"marine-rs-sdk-main 0.10.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-call-parameters"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f47b1186bad0b2a5e9218e3f6fbe0612ef6b17c58c58537d77bd08044596ea95"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.12.0",
|
|
|
|
"marine-rs-sdk-main 0.12.0",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-call-parameters"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d16852b36a3cfc8fa044955380901e78109db0035dc93eea4f666d8f3979072"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.13.0",
|
|
|
|
"marine-rs-sdk-main 0.13.0",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-call-parameters"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05495180730abae04abe209386ce367309a82110edb65fcdb1f3080f819bc1a0"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.14.0",
|
|
|
|
"marine-rs-sdk-main 0.14.0",
|
2024-01-09 17:22:11 +00:00
|
|
|
"rkyv",
|
2023-09-19 10:04:40 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-core"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.31.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "67d0d9d1ea05ecf84c887afc720d9fb139e5453cb7ffd8102f36b54bd02c2222"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytesize",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2023-08-04 13:19:15 +00:00
|
|
|
"it-lilo",
|
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-it-generator",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-it-interfaces",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-it-parser",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-min-it-version",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-module-info-parser",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-module-interface",
|
|
|
|
"marine-utils",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2023-04-07 12:35:12 +00:00
|
|
|
"multimap 0.8.3",
|
2022-12-26 12:42:10 +00:00
|
|
|
"once_cell",
|
|
|
|
"paste",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2022-12-26 12:42:10 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.18.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "daf8c8aac013e8dc4d828e4a1160e9b8b7224e6847c17fa0b25836aaf6226628"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"it-lilo",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-it-parser",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-macro-impl 0.14.0",
|
2022-03-25 18:53:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.10.0"
|
2022-08-08 21:30:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "34970fe6e4da4fcee6d911e96afb1b99ead0c80e41ba2531a36a1075fbbfb03f"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
2023-04-07 12:35:12 +00:00
|
|
|
"multimap 0.8.3",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.17.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "fa3a1f23268aedbe23baed2a3a00ea21bf7b61aa61feb393b70dd0597414cb5e"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-module-interface",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-wasm-backend-traits",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2021-05-13 09:00:56 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2023-12-28 13:40:29 +00:00
|
|
|
version = "0.10.3"
|
2023-07-27 17:10:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-28 13:40:29 +00:00
|
|
|
checksum = "acdaa50f8239afa104ef8a99d4219288f68169e29c913485bbd094a35fe79113"
|
2023-07-27 17:10:50 +00:00
|
|
|
dependencies = [
|
2023-12-28 13:40:29 +00:00
|
|
|
"marine-macro-impl 0.10.3",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-rs-sdk-main 0.10.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "727b1a5449eb1676837c5fc22a8c31dc9980dcef4de938f26f2eaf7c2c54331b"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.12.0",
|
|
|
|
"marine-rs-sdk-main 0.12.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cec2cd19fedf559833d0f1e6a33cbcc5cf0efa338bb0975346ff12538a3cdde4"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.13.0",
|
|
|
|
"marine-rs-sdk-main 0.13.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f502185316f584a9373cceb6ff24a11d260dfd39505c817056bc127cd1a96a08"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.14.0",
|
|
|
|
"marine-rs-sdk-main 0.14.0",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2024-02-22 07:57:27 +00:00
|
|
|
version = "0.10.3"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 07:57:27 +00:00
|
|
|
checksum = "460ef42c1bf6dbb88976a00514f8e1b97a7ccb60e3e6009cbb563b0d163166c7"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
2023-07-27 17:10:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2024-02-22 07:57:27 +00:00
|
|
|
version = "0.12.0"
|
2023-07-27 17:10:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 07:57:27 +00:00
|
|
|
checksum = "57c8cd8a228856db057bd4a32c6e2708848b2b1db7552be0a6063d534cafb4e2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e09acb3ada67e69a301b6d7b52a915a36176c5eedb312647de7d5b6cf17f51e4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e50fbc0e70ee4cde7802f0748acfb197d7770c7feffb980ce8c29bddd007519e"
|
2023-07-27 17:10:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.3.2"
|
2022-08-08 21:30:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "147e6e4c9d3dc9afbb06b2e3bc069b63c749733f698d0c364c320a72b133f1d5"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2022-03-25 18:53:15 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.16.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "ba0abfe0aae8f0b89e79278e6f09ed094396aed413a5cddfff67e9a95adf6891"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2023-09-19 10:04:40 +00:00
|
|
|
"derivative",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-rs-sdk-main 0.14.0",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-wasm-backend-traits",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2023-08-04 13:19:15 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"walrus",
|
2021-08-05 19:24:09 +00:00
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.9.0"
|
2022-08-08 21:30:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "95e139be29c46e01a1087175834a95881e6e60b1f3304bc10e098450e5bd2b64"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-it-interfaces",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2022-03-25 18:53:15 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2022-03-25 18:53:15 +00:00
|
|
|
]
|
|
|
|
|
2021-08-05 19:24:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
2024-02-22 07:57:27 +00:00
|
|
|
version = "0.14.0"
|
2021-08-05 19:24:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 07:57:27 +00:00
|
|
|
checksum = "f93d2bd852fea1fea8097c195044430347eda98fd6a3752119b549192d5ac4ba"
|
2021-08-05 19:24:09 +00:00
|
|
|
dependencies = [
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-call-parameters 0.14.0",
|
|
|
|
"marine-macro 0.14.0",
|
|
|
|
"marine-rs-sdk-main 0.14.0",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-timestamp-macro",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2023-12-28 13:40:29 +00:00
|
|
|
version = "0.10.3"
|
2023-07-27 17:10:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-28 13:40:29 +00:00
|
|
|
checksum = "031eeea016dab58c1ccb0c65b798cb5e47d214b05115c8c06198717d18275756"
|
2023-07-27 17:10:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-22 07:57:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cba9000500575b4965ec44e44bbbfd056d121be1195969ce1a5cc146646c37b"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58b487a1a1b288ba06c832942eadb43384cd99c9754c1454e1e061dd9866be92"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b79c165fc21438b069babeec5ae36ba0eade5e08fb1d92dabbe6b41014ce841"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.37.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "31b89585db43f79da40041d5100f84c360ada9e5ac086d95fbbbab118771f2ec"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytesize",
|
|
|
|
"it-json-serde",
|
|
|
|
"it-memory-traits",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2023-08-04 13:19:15 +00:00
|
|
|
"log",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-call-parameters 0.10.3",
|
|
|
|
"marine-call-parameters 0.12.0",
|
|
|
|
"marine-call-parameters 0.13.0",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-core",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-module-interface",
|
|
|
|
"marine-rs-sdk",
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-rs-sdk-main 0.14.0",
|
2023-08-04 13:19:15 +00:00
|
|
|
"marine-utils",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2023-03-15 14:11:53 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-03-07 08:05:12 +00:00
|
|
|
"safe-transmute",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2024-04-15 15:17:17 +00:00
|
|
|
"serde_with",
|
2023-03-07 08:05:12 +00:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"wasmer-interface-types-fl",
|
2022-09-02 11:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-05-13 09:00:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2024-02-22 07:57:27 +00:00
|
|
|
version = "0.14.0"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 07:57:27 +00:00
|
|
|
checksum = "d03f267ac0a29f543ef12a1a519ff8d98e74ac66e1c580f2930d41ce2c50507d"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.5.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "fce56bfabfd0af5326ff81c32c8d2261aa03b10e00ea6c165de4ebf8a3f998e4"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-wasm-backend-traits"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.7.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "e15277ea4420bfd8c3a26aceded5d64c35c416afaedfccc3b21832eb578f6c1d"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2023-08-04 13:19:15 +00:00
|
|
|
"it-memory-traits",
|
|
|
|
"multimap 0.8.3",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmparser 0.101.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-wasmtime-backend"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.7.0"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "5f8537d3b8d370431746ef24f7fab31cc0e41e39cb14a024e4895325c7e8b27f"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2023-08-04 13:19:15 +00:00
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
2023-08-07 10:59:46 +00:00
|
|
|
"marine-wasm-backend-traits",
|
2023-04-07 12:35:12 +00:00
|
|
|
"multimap 0.8.3",
|
2023-03-15 14:11:53 +00:00
|
|
|
"paste",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmtime",
|
|
|
|
"wasmtime-wasi",
|
|
|
|
]
|
2021-12-14 11:01:57 +00:00
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"regex-automata 0.1.10",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-owned"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-23 09:11:13 +00:00
|
|
|
version = "2.6.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 09:11:13 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "memfd"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.6.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"rustix 0.38.28",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.9.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memory_units"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2022-09-01 11:12:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.8.10"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multibase"
|
|
|
|
version = "0.9.1"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.18.1"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"blake2b_simd 1.0.2",
|
2023-07-03 09:31:56 +00:00
|
|
|
"blake2s_simd",
|
|
|
|
"blake3",
|
2023-05-15 15:21:57 +00:00
|
|
|
"core2",
|
2023-07-03 09:31:56 +00:00
|
|
|
"digest 0.10.7",
|
2023-12-07 17:32:16 +00:00
|
|
|
"multihash-derive 0.8.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-07-03 09:31:56 +00:00
|
|
|
"sha3",
|
2023-12-18 16:45:07 +00:00
|
|
|
"unsigned-varint 0.7.2",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2023-12-07 17:32:16 +00:00
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492"
|
|
|
|
dependencies = [
|
|
|
|
"core2",
|
2023-12-18 16:45:07 +00:00
|
|
|
"unsigned-varint 0.7.2",
|
2023-12-07 17:32:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-codetable"
|
|
|
|
version = "0.1.1"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 17:32:16 +00:00
|
|
|
checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"blake2b_simd 1.0.2",
|
2023-12-07 17:32:16 +00:00
|
|
|
"blake2s_simd",
|
|
|
|
"blake3",
|
2022-12-26 08:45:14 +00:00
|
|
|
"core2",
|
2023-12-07 17:32:16 +00:00
|
|
|
"digest 0.10.7",
|
|
|
|
"multihash-derive 0.9.0",
|
|
|
|
"ripemd",
|
|
|
|
"sha1",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-12-07 17:32:16 +00:00
|
|
|
"sha3",
|
|
|
|
"strobe-rs",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive"
|
2023-12-07 17:32:16 +00:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate 1.3.1",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e"
|
|
|
|
dependencies = [
|
|
|
|
"core2",
|
|
|
|
"multihash 0.19.1",
|
|
|
|
"multihash-derive-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive-impl"
|
|
|
|
version = "0.1.0"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 17:32:16 +00:00
|
|
|
checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-12-07 17:32:16 +00:00
|
|
|
"proc-macro-crate 1.3.1",
|
2022-12-26 08:45:14 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-26 08:45:14 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-03-19 16:15:41 +00:00
|
|
|
version = "0.8.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 16:15:41 +00:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-07 12:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2023-10-29 08:41:30 +00:00
|
|
|
version = "0.9.1"
|
2023-04-07 12:35:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 08:41:30 +00:00
|
|
|
checksum = "e1a5d38b9b352dbd913288736af36af41c48d61b1a8cd34bcecd727561b7d511"
|
2023-04-07 12:35:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-account-id"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.15.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1d924011380de759c3dc6fdbcda37a19a5c061f56dab69d28a34ecee765e23e4"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-account-id"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "1.0.0"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "35cbb989542587b47205e608324ddd391f0cee1c22b4b64ae49f458334b95907"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-chain-configs"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1faf676a95bd1718b06e5957e01a9415fedf7900f32d94d5bcf70abd678b10a2"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"derive_more",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-crypto",
|
|
|
|
"near-primitives",
|
2023-08-17 11:40:29 +00:00
|
|
|
"num-rational",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-08-17 11:40:29 +00:00
|
|
|
"smart-default",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-crypto"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.15.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7754612b47737d277fb818e9fdbb1406e90f9e57151c55c3584d714421976cb6"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2024-01-09 14:14:34 +00:00
|
|
|
"blake2",
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.4.0",
|
|
|
|
"c2-chacha",
|
2023-12-18 16:45:07 +00:00
|
|
|
"curve25519-dalek 3.2.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"derive_more",
|
2023-12-18 16:45:07 +00:00
|
|
|
"ed25519-dalek 1.0.1",
|
|
|
|
"near-account-id 0.15.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"once_cell",
|
|
|
|
"primitive-types",
|
|
|
|
"rand 0.7.3",
|
2024-04-15 15:17:17 +00:00
|
|
|
"secp256k1",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"subtle",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "near-gas"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14e75c875026229902d065e4435804497337b631ec69ba746b102954273e9ad1"
|
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "near-jsonrpc-client"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1335ffce1476da6516dcd22b26cece1a495fc725c0e8fec1879073752ac068d"
|
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"near-chain-configs",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-crypto",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-jsonrpc-primitives",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-primitives",
|
2023-08-17 11:40:29 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-jsonrpc-primitives"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ada226c74f05508c516f109a97b9f23335120d0bfda208f0d187b6bbfe6eef5a"
|
|
|
|
dependencies = [
|
|
|
|
"near-chain-configs",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-crypto",
|
|
|
|
"near-primitives",
|
|
|
|
"near-rpc-error-macro",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-primitives"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97670b302dce15f09bba50f24c67aa08130fd01528cc61d4415892401e88e974"
|
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytesize",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"chrono",
|
|
|
|
"derive_more",
|
|
|
|
"easy-ext",
|
|
|
|
"hex 0.4.3",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-crypto",
|
|
|
|
"near-primitives-core",
|
|
|
|
"near-rpc-error-macro",
|
|
|
|
"near-vm-errors",
|
2023-08-17 11:40:29 +00:00
|
|
|
"num-rational",
|
|
|
|
"once_cell",
|
|
|
|
"primitive-types",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"reed-solomon-erasure",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smart-default",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.24.1",
|
2023-08-17 11:40:29 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-04-15 15:17:17 +00:00
|
|
|
name = "near-primitives-core"
|
|
|
|
version = "0.15.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "7929e19d862221949734c4a0063a8f55e7069de3a2ebc2d4f4c13497a5e953cb"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.4.0",
|
|
|
|
"derive_more",
|
|
|
|
"near-account-id 0.15.0",
|
|
|
|
"num-rational",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.24.1",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-rpc-error-core"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36addf90cc04bd547a627b3a292f59d7de4dd6fb5042115419ae901b93ce6c2d"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-rpc-error-macro"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b5beb352f3b91d8c491646c2fa4fdbbbf463c7b9c0226951c28f0197de44f99"
|
|
|
|
dependencies = [
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-rpc-error-core",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-sandbox-utils"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7479b0a2c52890000d410c6e4ba4f851334280530fa7446b78bcaf4683fe69b0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-process",
|
|
|
|
"binary-install",
|
|
|
|
"chrono",
|
|
|
|
"fs2",
|
|
|
|
"hex 0.3.2",
|
|
|
|
"home",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-sdk"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "5.0.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "b5c2e7c9524308b1b301cca05d875de13b3b20dc8b92e71f3890b380372e4c88"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2024-04-15 15:17:17 +00:00
|
|
|
"base64 0.21.5",
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2024-04-15 15:17:17 +00:00
|
|
|
"bs58 0.5.0",
|
|
|
|
"near-account-id 1.0.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"near-gas",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-sdk-macros",
|
|
|
|
"near-sys",
|
2023-12-18 16:45:07 +00:00
|
|
|
"near-token",
|
2023-08-17 11:40:29 +00:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wee_alloc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-sdk-macros"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "5.0.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "e1e9b23d9d7757ade258921c9cbc7923542e64d9d3b52a6cd91f746c77cb0a0f"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2023-12-18 16:45:07 +00:00
|
|
|
"darling",
|
2023-08-17 11:40:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-18 16:45:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.26.2",
|
|
|
|
"strum_macros 0.26.2",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "397688591acf8d3ebf2c2485ba32d4b24fc10aad5334e3ad8ec0b7179bfdf06b"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "near-token"
|
|
|
|
version = "0.2.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7b68f3f8a2409f72b43efdbeff8e820b81e70824c49fee8572979d789d1683fb"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"borsh 1.5.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "near-vm-errors"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5591c9c8afa83a040cb5c3f29bc52b2efae2c32d4bcaee1bba723738da1a5cf6"
|
|
|
|
dependencies = [
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-account-id 0.15.0",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-rpc-error-macro",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum 0.24.1",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2023-04-07 12:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "newtype_derive"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac8cd24d9f185bb7223958d8c1ff7a961b74b1953fd05dba7cc568a63b3861ec"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"rustc_version 0.1.7",
|
2023-04-07 12:35:12 +00:00
|
|
|
]
|
|
|
|
|
2022-09-01 11:12:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-19 10:33:00 +00:00
|
|
|
version = "7.1.3"
|
2022-09-01 11:12:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-19 10:33:00 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-09-01 11:12:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom_locate"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "4.2.0"
|
2022-09-01 11:12:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
|
2022-09-01 11:12:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"memchr",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2022-09-01 11:12:55 +00:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "non-empty-vec"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "0.2.3"
|
2021-10-18 20:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "ceeba69aa8d4c53cdceeac8f17eb2656bb88b468bbe6c0889d34edfdea26ec8b"
|
2021-10-18 20:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-07-22 15:16:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-23 10:39:31 +00:00
|
|
|
version = "0.2.17"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 10:39:31 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "1.16.0"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"hermit-abi 0.3.3",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.32.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"crc32fast",
|
|
|
|
"hashbrown 0.14.3",
|
|
|
|
"indexmap 2.1.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-05-12 12:29:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object-pool"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee9a3e7196d09ec86002b939f1576e8e446d58def8fd48fe578e2c72d5328d68"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "once_cell"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.19.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.10.61"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
2020-11-01 14:20:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "openssl-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.9.97"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2023-05-15 15:21:57 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.3"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"winapi",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.2.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-15 13:37:38 +00:00
|
|
|
version = "0.11.2"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 13:37:38 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2023-03-15 14:11:53 +00:00
|
|
|
"lock_api",
|
2022-12-28 11:09:03 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2020-09-24 09:55:29 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 21:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.12.1"
|
2022-04-06 21:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-04-06 21:18:49 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"lock_api",
|
2023-12-18 16:45:07 +00:00
|
|
|
"parking_lot_core 0.9.9",
|
2022-04-06 21:18:49 +00:00
|
|
|
]
|
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-28 11:09:03 +00:00
|
|
|
version = "0.8.6"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 11:09:03 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-27 21:12:11 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-07-03 09:31:56 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2020-12-27 21:12:11 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-06 21:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.9.9"
|
2022-04-06 21:18:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-04-06 21:18:49 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-04-06 21:18:49 +00:00
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"redox_syscall 0.4.1",
|
2022-04-06 21:18:49 +00:00
|
|
|
"smallvec",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-targets 0.48.5",
|
2022-04-06 21:18:49 +00:00
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-04 13:19:15 +00:00
|
|
|
version = "1.0.14"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 13:19:15 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2021-04-26 11:44:23 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.3.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.6.4"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-12-18 16:45:07 +00:00
|
|
|
"indexmap 2.1.0",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.10.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"siphasher 0.3.11",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
2023-06-27 20:12:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.13"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.27"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0"
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.5"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2021-02-01 13:12:37 +00:00
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
2020-11-01 14:20:25 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-01 13:12:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.5"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
2021-02-01 13:12:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.5"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
2021-02-01 13:12:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-08-16 21:04:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2024-02-22 11:05:33 +00:00
|
|
|
version = "0.7.0"
|
2023-08-16 21:04:36 +00:00
|
|
|
dependencies = [
|
2024-02-22 07:57:27 +00:00
|
|
|
"marine-call-parameters 0.14.0",
|
2023-08-16 21:04:36 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portpicker"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"ctor",
|
|
|
|
"difference",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2022-10-14 09:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "1.4.0"
|
2022-10-14 09:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2022-10-14 09:40:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "primitive-types"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
|
|
|
|
dependencies = [
|
|
|
|
"fixed-hash",
|
|
|
|
"uint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-12-07 17:32:16 +00:00
|
|
|
version = "1.3.1"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 17:32:16 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-12-07 17:32:16 +00:00
|
|
|
"once_cell",
|
2023-12-18 16:45:07 +00:00
|
|
|
"toml_edit 0.19.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-05-25 20:00:56 +00:00
|
|
|
version = "3.1.0"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:00:56 +00:00
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
2024-05-25 20:00:56 +00:00
|
|
|
"toml_edit 0.21.1",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2022-05-20 14:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2022-05-20 14:07:22 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "1.0.76"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2022-08-08 21:30:33 +00:00
|
|
|
"unicode-ident",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-protobuf"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "1.0.35"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"libc",
|
2023-05-15 15:21:57 +00:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-05-15 15:21:57 +00:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"getrandom 0.2.11",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.8.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.12.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2021-02-18 14:30:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-08 21:30:33 +00:00
|
|
|
version = "0.2.16"
|
2021-02-18 14:30:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 21:30:33 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-18 14:30:14 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.1"
|
2023-07-03 09:31:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-07-03 09:31:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2021-02-18 14:30:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.4"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"getrandom 0.2.11",
|
|
|
|
"libredox",
|
2022-04-06 21:18:49 +00:00
|
|
|
"thiserror",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reed-solomon-erasure"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regalloc2"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.9.3"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"hashbrown 0.13.2",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustc-hash",
|
2023-03-15 14:11:53 +00:00
|
|
|
"slice-group-by",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-23 09:11:13 +00:00
|
|
|
version = "1.10.2"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 09:11:13 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-23 09:11:13 +00:00
|
|
|
"regex-automata 0.4.3",
|
|
|
|
"regex-syntax 0.8.2",
|
2020-09-30 17:23:32 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.1.10"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
2023-04-27 17:24:32 +00:00
|
|
|
"regex-syntax 0.6.29",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
]
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-23 09:11:13 +00:00
|
|
|
version = "0.4.3"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 09:11:13 +00:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-23 09:11:13 +00:00
|
|
|
"regex-syntax 0.8.2",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-27 15:59:39 +00:00
|
|
|
version = "0.6.29"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 15:59:39 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2023-04-27 17:24:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.7.5"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-10-23 09:11:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
|
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.11.22"
|
2023-04-27 17:24:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"base64 0.21.5",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-12-18 16:45:07 +00:00
|
|
|
"system-configuration",
|
2023-08-17 11:40:29 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
2023-04-27 17:24:32 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-12-18 16:45:07 +00:00
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted 0.7.1",
|
2023-05-15 15:21:57 +00:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"getrandom 0.2.11",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ripemd"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
|
|
|
version = "0.7.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5"
|
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bytecheck",
|
|
|
|
"bytes",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
|
|
|
version = "0.7.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-12-15 14:23:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
|
|
|
version = "0.8.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"blake2b_simd 0.5.11",
|
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "rustc-demangle"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.1.23"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-04-07 12:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.1.20",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.37.27"
|
2023-07-03 09:31:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
2023-07-03 09:31:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.38.28"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-07-03 09:31:56 +00:00
|
|
|
"errno",
|
2024-01-25 17:49:42 +00:00
|
|
|
"itoa",
|
2023-04-12 11:46:26 +00:00
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"linux-raw-sys 0.4.12",
|
2024-01-25 17:49:42 +00:00
|
|
|
"once_cell",
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-12 11:46:26 +00:00
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "1.0.14"
|
2021-06-10 14:08:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2021-06-10 14:08:20 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.16"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.11.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-17 11:40:29 +00:00
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secp256k1"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
2024-04-15 15:17:17 +00:00
|
|
|
"secp256k1-sys",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1-sys"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.9.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-04-07 12:35:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
|
|
|
|
2021-07-06 10:54:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "1.0.21"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "1.0.195"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2024-01-09 17:22:11 +00:00
|
|
|
version = "0.11.14"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-09 17:22:11 +00:00
|
|
|
checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.2"
|
2021-07-06 10:54:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2021-08-24 13:14:15 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"half",
|
2021-08-24 13:14:15 +00:00
|
|
|
"serde",
|
|
|
|
]
|
2021-07-06 10:54:12 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "serde_derive"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "1.0.195"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "serde_json"
|
2023-11-02 17:15:56 +00:00
|
|
|
version = "1.0.108"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-02 17:15:56 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
2020-11-01 14:20:25 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "serde_repr"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.17"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-17 11:40:29 +00:00
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 11:40:29 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"form_urlencoded",
|
2023-02-21 17:28:56 +00:00
|
|
|
"itoa",
|
2020-09-21 11:11:09 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "2.3.3"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"base64 0.13.1",
|
2022-09-13 16:03:18 +00:00
|
|
|
"chrono",
|
2023-08-17 11:40:29 +00:00
|
|
|
"hex 0.4.3",
|
2023-12-07 17:32:16 +00:00
|
|
|
"indexmap 1.9.3",
|
2021-12-14 11:01:57 +00:00
|
|
|
"serde",
|
2022-09-13 16:03:18 +00:00
|
|
|
"serde_json",
|
2024-04-15 15:17:17 +00:00
|
|
|
"serde_with_macros",
|
2024-07-22 15:16:34 +00:00
|
|
|
"time 0.3.36",
|
2021-12-14 11:01:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "2.3.3"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-12-18 16:45:07 +00:00
|
|
|
]
|
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-05-15 15:21:57 +00:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.10.8"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-12-26 08:45:14 +00:00
|
|
|
"cpufeatures",
|
2023-07-03 09:31:56 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.10.8"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
2023-07-03 09:31:56 +00:00
|
|
|
"digest 0.10.7",
|
2023-05-15 15:21:57 +00:00
|
|
|
"keccak",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.7"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"dirs 4.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.11"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.9"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.11.2"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smart-default"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.4.10"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-12-21 13:51:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
2023-12-18 16:45:07 +00:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.9.8"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
2023-05-15 15:21:57 +00:00
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sptr"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.8.7"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-04-06 21:18:49 +00:00
|
|
|
"once_cell",
|
2022-08-08 21:30:33 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-11-03 14:43:58 +00:00
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strobe-rs"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"byteorder",
|
|
|
|
"keccak",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-09-02 15:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2022-09-08 13:32:28 +00:00
|
|
|
version = "0.24.1"
|
2021-09-02 15:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 13:32:28 +00:00
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
2022-09-01 11:12:55 +00:00
|
|
|
dependencies = [
|
2024-04-15 15:17:17 +00:00
|
|
|
"strum_macros 0.24.3",
|
2022-09-01 11:12:55 +00:00
|
|
|
]
|
2021-09-02 15:01:21 +00:00
|
|
|
|
2024-04-15 15:17:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.26.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
|
|
|
|
|
2021-09-02 15:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2022-09-08 13:32:28 +00:00
|
|
|
version = "0.24.3"
|
2021-09-02 15:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-08 13:32:28 +00:00
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
2021-09-02 15:01:21 +00:00
|
|
|
dependencies = [
|
2023-02-09 14:09:24 +00:00
|
|
|
"heck 0.4.1",
|
2021-09-02 15:01:21 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-08 13:32:28 +00:00
|
|
|
"rustversion",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2021-09-02 15:01:21 +00:00
|
|
|
]
|
|
|
|
|
2024-04-15 15:17:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.26.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "1.0.109"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-08-08 21:30:33 +00:00
|
|
|
"unicode-ident",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 16:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-11 10:46:16 +00:00
|
|
|
version = "2.0.48"
|
2023-03-20 16:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 10:46:16 +00:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-03-20 16:23:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-12-18 16:45:07 +00:00
|
|
|
]
|
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2022-12-26 08:45:14 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2022-12-26 08:45:14 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "system-interface"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.26.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "0682e006dd35771e392a6623ac180999a9a854b1d4a6c12fb2e804941c2b1f58"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-std",
|
|
|
|
"fd-lock",
|
2023-12-18 16:45:07 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
|
|
|
"rustix 0.38.28",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"winx",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.12.12"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "3.8.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-12-18 16:45:07 +00:00
|
|
|
"fastrand 2.0.1",
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"rustix 0.38.28",
|
2023-08-17 11:40:29 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.7.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2021-06-10 14:08:20 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2020-11-03 14:43:58 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.4.0"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.51"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.51"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-02-21 17:28:56 +00:00
|
|
|
version = "1.1.7"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 17:28:56 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-12-28 11:09:03 +00:00
|
|
|
version = "0.1.45"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 11:09:03 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-26 11:44:23 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-10-08 09:43:23 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-07-22 15:16:34 +00:00
|
|
|
version = "0.3.36"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 15:16:34 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"deranged",
|
2023-02-21 17:28:56 +00:00
|
|
|
"itoa",
|
2024-07-22 15:16:34 +00:00
|
|
|
"num-conv",
|
2023-12-18 16:45:07 +00:00
|
|
|
"powerfmt",
|
2022-09-13 16:03:18 +00:00
|
|
|
"serde",
|
2022-12-28 11:09:03 +00:00
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.2"
|
2022-12-28 11:09:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-28 11:09:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-07-22 15:16:34 +00:00
|
|
|
version = "0.2.18"
|
2022-12-28 11:09:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-22 15:16:34 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-12-28 11:09:03 +00:00
|
|
|
dependencies = [
|
2024-07-22 15:16:34 +00:00
|
|
|
"num-conv",
|
2022-12-28 11:09:03 +00:00
|
|
|
"time-core",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
]
|
|
|
|
|
2021-03-05 13:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "1.2.1"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "1.36.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2024-04-15 15:17:17 +00:00
|
|
|
"backtrace",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2024-04-15 15:17:17 +00:00
|
|
|
"socket2 0.5.5",
|
2023-08-17 11:40:29 +00:00
|
|
|
"tokio-macros",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "2.2.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.10"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-09 14:09:24 +00:00
|
|
|
version = "0.5.11"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 14:09:24 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-05-25 20:00:56 +00:00
|
|
|
version = "0.6.5"
|
2023-12-07 17:32:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:00:56 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-12-07 17:32:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-05-25 20:00:56 +00:00
|
|
|
version = "0.21.1"
|
2023-12-18 16:45:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 20:00:56 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
2023-12-18 16:45:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-29 14:18:50 +00:00
|
|
|
version = "0.1.40"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 14:18:50 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-29 14:18:50 +00:00
|
|
|
version = "0.1.27"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 14:18:50 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-29 14:18:50 +00:00
|
|
|
version = "0.1.32"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 14:18:50 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.18"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-08-08 21:30:33 +00:00
|
|
|
"once_cell",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2024-07-22 15:16:34 +00:00
|
|
|
"time 0.3.36",
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.2.5"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-08-03 18:07:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typed-index-collections"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "183496e014253d15abbe6235677b1392dba2d40524c88938991226baa38ac7c4"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.17.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crunchy",
|
|
|
|
"hex 0.4.3",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "unicode-bidi"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.3.14"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2022-08-08 21:30:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.12"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-04-26 11:44:23 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-09 14:09:24 +00:00
|
|
|
version = "1.10.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-09 14:09:24 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.11"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-10-09 09:56:12 +00:00
|
|
|
version = "0.2.4"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-09 09:56:12 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2022-12-26 08:45:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsigned-varint"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.7.2"
|
2022-12-26 08:45:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
|
2022-12-26 08:45:14 +00:00
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsigned-varint"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.5.0"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2023-08-17 11:40:29 +00:00
|
|
|
"serde",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.6.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"getrandom 0.2.11",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
`air-trace` util for measuring AquaVM performance with tracing crate.
`air-trace run` subcommand allows to run AquaVM on any data, it allows to define most AquaVM inputs, providing defaults for most of them, and sets up either human-readable or JSON tracing output, the latter can be later processed by `air-trace stats`.
Anomaly data input is also supported, that is useful for slow data investigation.
Native execution mode can be used for native profiling. Please note, however, that current version cannot be built natively on Apple Sillicon processor yet, as invariably depends on the `avm-server` because of leaking types that should be refactored or hidden. The `--repeat` option can repeat the execution several times for the execution to dominate on input data reading and output.
High-level or rare calls have "info" trace level, instructions are "debug", and sub-instruction calls are "tracing". Over-detailed tracing can induce overhead that spoils timing data.
2022-07-07 11:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-09-15 13:37:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "variant_count"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2021-09-15 13:37:38 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-29 18:24:03 +00:00
|
|
|
version = "0.9.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 18:24:03 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.1.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.4.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.20.3"
|
2023-08-04 13:19:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7"
|
2023-08-04 13:19:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-08-17 11:40:29 +00:00
|
|
|
"gimli 0.26.2",
|
2023-08-04 13:19:15 +00:00
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
2023-08-17 11:40:29 +00:00
|
|
|
"wasm-encoder 0.29.0",
|
2023-08-04 13:19:15 +00:00
|
|
|
"wasmparser 0.80.2",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
2022-09-13 16:03:18 +00:00
|
|
|
version = "0.19.0"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:03:18 +00:00
|
|
|
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
|
2021-04-26 11:44:23 +00:00
|
|
|
dependencies = [
|
2022-05-20 14:07:22 +00:00
|
|
|
"heck 0.3.3",
|
2021-04-26 11:44:23 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2021-04-26 11:44:23 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2022-08-08 21:30:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi-cap-std-sync"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "77c4db6155e71cfae4ed732d87c2583faf4bbdcb77372697eb77d636f46108ba"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"cap-time-ext",
|
2024-01-25 17:49:42 +00:00
|
|
|
"fs-set-times",
|
2023-03-15 14:11:53 +00:00
|
|
|
"io-extras",
|
2024-01-25 17:49:42 +00:00
|
|
|
"io-lifetimes 2.0.3",
|
2023-03-15 14:11:53 +00:00
|
|
|
"is-terminal",
|
|
|
|
"once_cell",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
2023-03-15 14:11:53 +00:00
|
|
|
"system-interface",
|
|
|
|
"tracing",
|
|
|
|
"wasi-common",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi-common"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "bf3f291b2a567f266ac488715f1742f62b2ca633524708c62ead9c0f71b7d72c"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-25 17:49:42 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"io-extras",
|
2024-01-25 17:49:42 +00:00
|
|
|
"log",
|
|
|
|
"rustix 0.38.28",
|
2023-03-15 14:11:53 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.2.83"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-10-25 07:54:51 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-09-30 08:42:18 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.2.83"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-07 08:38:49 +00:00
|
|
|
"once_cell",
|
2020-09-30 08:42:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2020-09-30 08:42:18 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.2.83"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.2.83"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-03 09:31:56 +00:00
|
|
|
"syn 1.0.109",
|
2020-09-30 08:42:18 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-03-15 14:11:53 +00:00
|
|
|
version = "0.2.83"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 14:11:53 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasm-encoder"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.29.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"leb128",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.38.1"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "0ad2b51884de9c7f4fe2fd1043fccb8dcad4b1e29558146ee57a144d15779f3f"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2024-04-15 15:17:17 +00:00
|
|
|
version = "0.28.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 15:17:17 +00:00
|
|
|
checksum = "7a753426d5a76076aa16a435b5a5f316e3803461f551975d196928bc92e42916"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"anyhow",
|
2022-03-25 18:53:15 +00:00
|
|
|
"fluence-it-types",
|
2024-04-15 15:17:17 +00:00
|
|
|
"futures",
|
2022-04-26 10:12:10 +00:00
|
|
|
"it-lilo",
|
2022-03-25 18:53:15 +00:00
|
|
|
"it-memory-traits",
|
2021-04-27 10:40:32 +00:00
|
|
|
"it-to-bytes",
|
2024-01-09 14:14:34 +00:00
|
|
|
"itertools",
|
2020-10-08 09:43:23 +00:00
|
|
|
"log",
|
2023-03-15 14:11:53 +00:00
|
|
|
"nom",
|
2024-04-15 15:17:17 +00:00
|
|
|
"paste",
|
2020-10-08 09:43:23 +00:00
|
|
|
"safe-transmute",
|
2024-01-11 10:46:16 +00:00
|
|
|
"semver 1.0.21",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-26 11:44:23 +00:00
|
|
|
"thiserror",
|
2023-03-29 16:07:57 +00:00
|
|
|
"wast 8.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 13:19:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.80.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.101.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-12-07 17:32:16 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-03-15 14:11:53 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.112.0"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "e986b010f47fcce49cf8ea5d5f9e5d2737832f12b53ae8ae785bbe895d0877bf"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"indexmap 2.1.0",
|
|
|
|
"semver 1.0.21",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.120.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9148127f39cbffe43efee8d5442b16ecdba21567785268daa1ec9e134389705"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"semver 1.0.21",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmprinter"
|
|
|
|
version = "0.2.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8389a95eb0b3165fea0537a6988960cc23a33d9be650e63fc3d63065fe20dcb"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"wasmparser 0.120.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "b0263693caa1486bd4d26a5f18511948a706c9290689386b81b851ce088063ce"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"anyhow",
|
2024-01-25 17:49:42 +00:00
|
|
|
"async-trait",
|
2020-10-08 09:43:23 +00:00
|
|
|
"bincode",
|
2024-01-25 17:49:42 +00:00
|
|
|
"bumpalo",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2024-01-25 17:49:42 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"fxprof-processed-profile",
|
|
|
|
"indexmap 2.1.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"libc",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2023-03-15 14:11:53 +00:00
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"psm",
|
|
|
|
"rayon",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-10-08 09:43:23 +00:00
|
|
|
"target-lexicon",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasm-encoder 0.32.0",
|
|
|
|
"wasmparser 0.112.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-cache",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmtime-component-macro",
|
|
|
|
"wasmtime-component-util",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-cranelift",
|
|
|
|
"wasmtime-environ",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmtime-fiber",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmtime-winch",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wat",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-asm-macros"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "4711e5969236ecfbe70c807804ff9ffb5206c1dbb5c55c5e8200d9f7e8e76adf"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cache"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "5b79f9f79188e5a26b6911b79d3171c06699d9a17ae07f6a265c51635b8d80c2"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-25 17:49:42 +00:00
|
|
|
"base64 0.21.5",
|
2020-10-08 09:43:23 +00:00
|
|
|
"bincode",
|
2023-03-15 14:11:53 +00:00
|
|
|
"directories-next",
|
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
2023-12-18 16:45:07 +00:00
|
|
|
"sha2 0.10.8",
|
2023-03-15 14:11:53 +00:00
|
|
|
"toml",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-component-macro"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed724d0f41c21bcf8754651a59d0423c530069ddca4cf3822768489ad313a812"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
"wasmtime-component-util",
|
|
|
|
"wasmtime-wit-bindgen",
|
|
|
|
"wit-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-component-util"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e7d69464b94bd312a27d93d0b482cd74bedf01f030199ef0740d6300ebca1d3"
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "4e63f53c61ba05eb815f905c1738ad82c95333dd42ef5a8cc2aa3d7dfb2b08d7"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-25 17:49:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cranelift-codegen",
|
2024-01-25 17:49:42 +00:00
|
|
|
"cranelift-control",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native",
|
|
|
|
"cranelift-wasm",
|
2024-01-25 17:49:42 +00:00
|
|
|
"gimli 0.28.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2020-10-08 09:43:23 +00:00
|
|
|
"target-lexicon",
|
2023-03-15 14:11:53 +00:00
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmparser 0.112.0",
|
|
|
|
"wasmtime-cranelift-shared",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-versioned-export-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift-shared"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f6b197d68612f7dc3a17aa9f9587533715ecb8b4755609ce9baf7fb92b74ddc"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-control",
|
|
|
|
"cranelift-native",
|
|
|
|
"gimli 0.28.1",
|
|
|
|
"object",
|
|
|
|
"target-lexicon",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-environ",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-environ"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "18e2558c8b04fd27764d8601d46b8dc39555b79720a41e626bce210a80758932"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"anyhow",
|
|
|
|
"cranelift-entity",
|
2024-01-25 17:49:42 +00:00
|
|
|
"gimli 0.28.1",
|
|
|
|
"indexmap 2.1.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
2023-03-15 14:11:53 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasm-encoder 0.32.0",
|
|
|
|
"wasmparser 0.112.0",
|
|
|
|
"wasmprinter",
|
|
|
|
"wasmtime-component-util",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-types",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-fiber"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a615a2cf64a49c0dc659c7d850c6cd377b975e0abfdcf0888b282d274a82e730"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-versioned-export-macros",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-jit"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "cd775514b8034b85b0323bfdc60abb1c28d27dbf6e22aad083ed57dac95cf72e"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"addr2line",
|
2023-03-15 14:11:53 +00:00
|
|
|
"anyhow",
|
2020-10-08 09:43:23 +00:00
|
|
|
"bincode",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"cpp_demangle",
|
2024-01-25 17:49:42 +00:00
|
|
|
"gimli 0.28.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
"ittapi",
|
2020-10-08 09:43:23 +00:00
|
|
|
"log",
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2023-03-15 14:11:53 +00:00
|
|
|
"rustc-demangle",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
2023-03-15 14:11:53 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-icache-coherence",
|
|
|
|
"wasmtime-runtime",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-debug"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "c054e27c6ce2a6191edabe89e646da013044dd5369e1d203c89f977f9bd32937"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"object",
|
2023-03-15 14:11:53 +00:00
|
|
|
"once_cell",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
|
|
|
"wasmtime-versioned-export-macros",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "7f323977cddf4a262d1b856366b665c5b4d01793c57b79fb42505b9fd9e61e5b"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"libc",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-runtime"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "29e26461bba043f73cb4183f4ce0d606c0eaac112475867b11e5ea36fe1cac8e"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 14:11:53 +00:00
|
|
|
"anyhow",
|
2020-10-08 09:43:23 +00:00
|
|
|
"cc",
|
2023-08-17 11:40:29 +00:00
|
|
|
"cfg-if 1.0.0",
|
2024-01-25 17:49:42 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"indexmap 2.1.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"libc",
|
2023-03-15 14:11:53 +00:00
|
|
|
"log",
|
|
|
|
"mach",
|
|
|
|
"memfd",
|
2024-01-25 17:49:42 +00:00
|
|
|
"memoffset",
|
2023-03-15 14:11:53 +00:00
|
|
|
"paste",
|
2023-05-15 15:21:57 +00:00
|
|
|
"rand 0.8.5",
|
2024-01-25 17:49:42 +00:00
|
|
|
"rustix 0.38.28",
|
|
|
|
"sptr",
|
|
|
|
"wasm-encoder 0.32.0",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-environ",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmtime-fiber",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasmtime-jit-debug",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmtime-versioned-export-macros",
|
|
|
|
"wasmtime-wmemcheck",
|
|
|
|
"windows-sys 0.48.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-types"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "6fd7e9b29fee64eea5058cb5e7cb3480b52c2f1312d431d16ea8617ceebeb421"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
"serde",
|
2024-01-25 17:49:42 +00:00
|
|
|
"serde_derive",
|
2023-03-15 14:11:53 +00:00
|
|
|
"thiserror",
|
2024-01-25 17:49:42 +00:00
|
|
|
"wasmparser 0.112.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-versioned-export-macros"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6362c557c36d8ad4aaab735f14ed9e4f78d6b40ec85a02a88fd859af87682e52"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
2023-03-15 14:11:53 +00:00
|
|
|
name = "wasmtime-wasi"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "52c9e79f73320d96cd7644b021502dffee09dd92300b073f3541ae44e9ae377c"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-01-25 17:49:42 +00:00
|
|
|
"async-trait",
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"bytes",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-net-ext",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"cap-time-ext",
|
|
|
|
"fs-set-times",
|
|
|
|
"futures",
|
|
|
|
"io-extras",
|
|
|
|
"io-lifetimes 2.0.3",
|
|
|
|
"is-terminal",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"rustix 0.38.28",
|
|
|
|
"system-interface",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wasi-cap-std-sync",
|
|
|
|
"wasi-common",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-winch"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa5fc7212424c04c01a20bfa66c4c518e8749dde6546f5e05815dcacbec80723"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"gimli 0.28.1",
|
|
|
|
"object",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.112.0",
|
|
|
|
"wasmtime-cranelift-shared",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"winch-codegen",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
2021-04-26 11:44:23 +00:00
|
|
|
|
2024-01-25 17:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-wit-bindgen"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcc03bd58f77a68dc6a0b2ba2f8e64b1f902b50389d21bbcc690ef2f3bb87198"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"wit-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-wmemcheck"
|
|
|
|
version = "13.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e485bf54eba675ca615f8f55788d3a8cd44e7bd09b8b4011edc22c2c41d859e"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-03-29 16:07:57 +00:00
|
|
|
version = "8.0.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 16:07:57 +00:00
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-03-29 16:07:57 +00:00
|
|
|
version = "35.0.2"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 16:07:57 +00:00
|
|
|
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "69.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "c1ee37317321afde358e4d7593745942c48d6d17e0e6e943704de9bbee121e7a"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"unicode-width",
|
2023-12-18 16:45:07 +00:00
|
|
|
"wasm-encoder 0.38.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.0.82"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "aeb338ee8dee4d4cd05e6426683f21c5087dc7cfc8903e839ccf48d43332da3c"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"wast 69.0.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-07-03 09:31:56 +00:00
|
|
|
version = "0.3.60"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 09:31:56 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wee_alloc"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"memory_units",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wiggle"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "e81ddbdc400b38d04241d740d0406ef343bd242c460f252fe59f29ad964ad24c"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2024-01-25 17:49:42 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-03-15 14:11:53 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-generate"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "7c993123d6db1a1908ef8352aabdf2e681a3dcdedc3656beb747e4db16d3cf08"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"shellexpand",
|
2024-01-25 17:49:42 +00:00
|
|
|
"syn 2.0.48",
|
2023-03-15 14:11:53 +00:00
|
|
|
"witx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-macro"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "13.0.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "476e3e09bc68e82624b70a322265515523754cb9e05fcacceabd216e276bc2ed"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-25 17:49:42 +00:00
|
|
|
"syn 2.0.48",
|
2023-03-15 14:11:53 +00:00
|
|
|
"wiggle-generate",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.1.6"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-04-06 21:18:49 +00:00
|
|
|
|
2023-07-03 09:31:56 +00:00
|
|
|
[[package]]
|
2024-01-25 17:49:42 +00:00
|
|
|
name = "winch-codegen"
|
|
|
|
version = "0.11.1"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "b9b01ca6722f7421c9cdbe4c9b62342ce864d0a9e8736d56dac717a86b1a65ae"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"gimli 0.28.1",
|
|
|
|
"regalloc2",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.112.0",
|
|
|
|
"wasmtime-environ",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2022-11-29 20:22:42 +00:00
|
|
|
[[package]]
|
2024-01-25 17:49:42 +00:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
2023-02-09 14:09:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2023-02-09 14:09:24 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-04-12 11:46:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
2023-02-09 14:09:24 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
2023-04-12 11:46:26 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2022-11-29 20:22:42 +00:00
|
|
|
]
|
|
|
|
|
2023-04-12 11:46:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
2023-04-12 11:46:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
2023-08-17 11:40:29 +00:00
|
|
|
|
2023-12-07 17:32:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.5.28"
|
2023-12-07 17:32:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2"
|
2023-12-07 17:32:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "0.50.0"
|
2023-04-12 11:46:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
2023-12-18 16:45:07 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"windows-sys 0.48.0",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
2023-04-12 11:46:26 +00:00
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
2024-01-25 17:49:42 +00:00
|
|
|
version = "0.36.3"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
"windows-sys 0.52.0",
|
2023-07-03 09:31:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-25 17:49:42 +00:00
|
|
|
name = "wit-parser"
|
|
|
|
version = "0.11.3"
|
2023-07-03 09:31:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-25 17:49:42 +00:00
|
|
|
checksum = "a39edca9abb16309def3843af73b58d47d243fe33a9ceee572446bcc57556b9a"
|
2023-07-03 09:31:56 +00:00
|
|
|
dependencies = [
|
2024-01-25 17:49:42 +00:00
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"indexmap 2.1.0",
|
|
|
|
"log",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"semver 1.0.21",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"unicode-xid",
|
|
|
|
"url",
|
2023-03-15 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "witx"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wast 35.0.2",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "workspaces"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73b13d249618f197811e3673decc81459730cf5cc09ee7246dc4bede1e9333bc"
|
|
|
|
dependencies = [
|
|
|
|
"async-process",
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.13.1",
|
2023-10-13 19:19:02 +00:00
|
|
|
"borsh 0.9.3",
|
2023-08-17 11:40:29 +00:00
|
|
|
"bs58 0.4.0",
|
|
|
|
"chrono",
|
|
|
|
"dirs 3.0.2",
|
|
|
|
"hex 0.4.3",
|
|
|
|
"libc",
|
|
|
|
"near-account-id 0.15.0",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-crypto",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-jsonrpc-client",
|
|
|
|
"near-jsonrpc-primitives",
|
2024-04-15 15:17:17 +00:00
|
|
|
"near-primitives",
|
2023-08-17 11:40:29 +00:00
|
|
|
"near-sandbox-utils",
|
|
|
|
"portpicker",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2024-01-09 17:22:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2023-08-17 11:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.1.3"
|
2023-08-17 11:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "a7dae5072fe1f8db8f8d29059189ac175196e410e40ba42d5d4684ae2f750995"
|
2023-08-17 11:40:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-18 16:45:07 +00:00
|
|
|
"linux-raw-sys 0.4.12",
|
|
|
|
"rustix 0.38.28",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
2022-10-14 09:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
2023-03-15 14:11:53 +00:00
|
|
|
|
2023-12-18 16:45:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-12-18 16:45:07 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 15:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "1.7.0"
|
2023-05-15 15:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
2023-05-15 15:21:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-11 10:46:16 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-17 11:40:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"thiserror",
|
|
|
|
"time 0.1.45",
|
2023-05-15 15:21:57 +00:00
|
|
|
]
|
|
|
|
|
2023-03-15 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-12-18 16:45:07 +00:00
|
|
|
version = "2.0.9+zstd.1.5.5"
|
2023-03-15 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-18 16:45:07 +00:00
|
|
|
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
|
2023-03-15 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|