2021-05-14 15:07:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.4"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ambient-authority"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2023-08-07 11:42:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-16 13:31:10 +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",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.73"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "f768393e7fabd388fe8409b13faa4d93ab0fef35db1508438dfdb066918bcf38"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "arrayvec"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.7.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "async-trait"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.73"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.1.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
|
|
|
version = "0.1.4"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-09-16 13:31:10 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-01 17:34:35 +00:00
|
|
|
version = "1.3.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 17:34:35 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"generic-array",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build-rs-example"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2023-08-16 17:00:01 +00:00
|
|
|
dependencies = [
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-rs-sdk 0.8.1",
|
2023-08-16 17:00:01 +00:00
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "3.13.0"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2022-09-16 13:31:10 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "1.2.0"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "cap-fs-ext"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "58bc48200a1a0fa6fba138b1802ad7def18ec1cdd92f7b2a04e21f1bd887f7b9"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"cap-std",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"windows-sys 0.48.0",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "cap-primitives"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a4b6df5b295dca8d56f35560be8c391d59f0420f72e546997154e24e765e6451"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
2023-08-16 17:00:01 +00:00
|
|
|
"fs-set-times 0.19.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
"io-extras",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-03-16 18:17:30 +00:00
|
|
|
"ipnet",
|
|
|
|
"maybe-owned",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.37.23",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"winx 0.35.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-rand"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4d25555efacb0b5244cf1d35833d55d21abc916fff0eaad254b8e2453ea9b8ab"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ambient-authority",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-std"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "3373a62accd150b4fcba056d4c5f3b552127f0ec86d3c8c102d60b978174a012"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"io-extras",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"rustix 0.37.23",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cap-time-ext"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e95002993b7baee6b66c8950470e59e5226a23b3af39fc59c47fe416dd39821a"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cap-primitives",
|
|
|
|
"once_cell",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.37.23",
|
|
|
|
"winx 0.35.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.82"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-16 17:00:01 +00:00
|
|
|
"libc",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "0.4.31"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-07 11:42:21 +00:00
|
|
|
"android-tzdata",
|
2022-09-16 13:31:10 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-05-14 15:07:40 +00:00
|
|
|
"num-traits",
|
2022-09-16 13:31:10 +00:00
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
2023-10-24 14:52:54 +00:00
|
|
|
"windows-targets 0.48.2",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "core-foundation-sys"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.8.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.3.5"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "cpufeatures"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.9"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-09-16 13:31:10 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"arrayvec",
|
|
|
|
"bumpalo",
|
2021-05-14 15:07:40 +00:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cranelift-isle",
|
2021-05-14 15:07:40 +00:00
|
|
|
"gimli",
|
2023-03-16 18:17:30 +00:00
|
|
|
"hashbrown",
|
2021-05-14 15:07:40 +00:00
|
|
|
"log",
|
2023-03-16 18:17:30 +00:00
|
|
|
"regalloc2",
|
2021-05-14 15:07:40 +00:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
2023-03-16 18:17:30 +00:00
|
|
|
"libc",
|
2021-05-14 15:07:40 +00:00
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.93.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.5.8"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.8.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.9.15"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"autocfg",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"crossbeam-utils",
|
2023-08-16 17:00:01 +00:00
|
|
|
"memoffset 0.9.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.8.16"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.20.3"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2022-04-11 16:56:49 +00:00
|
|
|
]
|
|
|
|
|
2023-05-05 13:33:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.20.3"
|
2023-05-05 13:33:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
|
2023-05-05 13:33:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2023-05-05 13:33:58 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.20.3"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"darling_core",
|
2021-05-14 15:07:40 +00:00
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-05-05 13:33:58 +00:00
|
|
|
[[package]]
|
2023-08-16 17:00:01 +00:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.7"
|
2023-05-05 13:33:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
2023-05-05 13:33:58 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"serde",
|
2023-05-05 13:33:58 +00:00
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +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",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.10.7"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.9.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"cc",
|
2021-05-14 15:07:40 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "4.0.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.38.8",
|
|
|
|
"windows-sys 0.48.0",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "file-per-thread-logger"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "0.29.0"
|
2023-08-09 19:37:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "0b0916285affb8d7c59c80a38f97563ea6fe1082f14778d22e5c8bec7f8537ec"
|
2023-08-09 19:37:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"marine-min-it-version",
|
2023-08-09 19:43:46 +00:00
|
|
|
"marine-runtime",
|
2023-03-16 18:17:30 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-it-types"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.4.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"it-to-bytes",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
2021-09-01 17:34:35 +00:00
|
|
|
"variant_count",
|
2023-04-13 09:43:28 +00:00
|
|
|
"wast 8.0.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "form_urlencoded"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.2.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "fs-set-times"
|
|
|
|
version = "0.18.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"rustix 0.36.15",
|
2023-03-16 18:17:30 +00:00
|
|
|
"windows-sys 0.45.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs-set-times"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d167b646a876ba8fda6b50ac645cfd96242553cbaf0ca4fccaa39afcbf0801f"
|
|
|
|
dependencies = [
|
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"rustix 0.38.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"byteorder",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.14.7"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.10"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"libc",
|
2023-10-24 14:52:54 +00:00
|
|
|
"wasi",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.26.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"fallible-iterator",
|
2021-05-14 15:07:40 +00:00
|
|
|
"indexmap",
|
2023-03-16 18:17:30 +00:00
|
|
|
"stable_deref_trait",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-16 13:31:10 +00:00
|
|
|
version = "0.12.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 13:31:10 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-07-13 16:17:23 +00:00
|
|
|
version = "0.3.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-13 16:17:23 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.57"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-08-16 17:00:01 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-16 13:31:10 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-09-16 13:31:10 +00:00
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.4.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.9.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "io-extras"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.17.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"windows-sys 0.48.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "io-lifetimes"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.11"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"hermit-abi",
|
2023-03-16 18:17:30 +00:00
|
|
|
"libc",
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.8.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.4.9"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"rustix 0.38.8",
|
|
|
|
"windows-sys 0.48.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.4.1"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "145ec580d7bd2edbe7177841fa6f48bf820c5bbaa0fc51d4ecef48a8f91889e5"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.5.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "f14693c2c3696b46349b0bc54f8b39de8eb67951b6623f42ff6b6b2d129ff00e"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
2022-04-11 16:56:49 +00:00
|
|
|
"it-memory-traits",
|
2021-05-14 15:07:40 +00:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.4.0"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "d563f2a6baee17cf471b7951dfb96ab17fecc5e8947de39f1057cf3fb4cc906d"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-02-21 13:55:21 +00:00
|
|
|
version = "0.10.5"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 13:55:21 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.9"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "ittapi"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.4"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "41e0d0b7b3b53d92a7e8b80ede3400112a6b8b4c98d1f5b8b16bb787c780582c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"ittapi-sys",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ittapi-sys"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.4"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "f2f8763c96e54e6d6a0dccc2990d8b5e33e3313aaeae6185921a3f4c1614a77c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.64"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.5"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "libc"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.147"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.4.10"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"autocfg",
|
2021-05-14 15:07:40 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.4.20"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2021-10-18 16:23:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-build-rs-generator"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2021-10-18 16:23:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-call-parameters"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "979e5c52888bae300c937e36240293c20e34bb7b29d058375b15f85e713dd854"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro 0.10.1",
|
|
|
|
"marine-rs-sdk-main 0.10.1",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-core"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "0.24.0"
|
2023-08-09 19:37:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "c4f2db990567b2677d4b03d3f5b019c9f03e4365eaa8303cef083e388d960e47"
|
2023-08-09 19:37:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytesize",
|
|
|
|
"it-lilo",
|
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
|
|
|
"marine-it-generator",
|
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-it-parser",
|
|
|
|
"marine-min-it-version",
|
2023-08-09 19:43:46 +00:00
|
|
|
"marine-module-info-parser",
|
2022-06-09 15:30:40 +00:00
|
|
|
"marine-module-interface",
|
|
|
|
"marine-utils",
|
2023-03-16 18:17:30 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
2022-06-09 15:30:40 +00:00
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
2023-03-16 18:17:30 +00:00
|
|
|
"semver",
|
2022-06-09 15:30:40 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "0.11.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "7b0cc0ce2ee4ee0986abf71327b84ef3fb26dcb33b866226f9e659d1cce922fd"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"it-lilo",
|
2021-09-01 17:34:35 +00:00
|
|
|
"marine-it-parser",
|
2023-08-09 19:37:17 +00:00
|
|
|
"marine-macro-impl 0.7.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-08-07 11:42:21 +00:00
|
|
|
"walrus 0.20.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-06-17 11:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.8.1"
|
2021-06-17 11:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "d3bdc1a0d26f38f8d0375c7f8aa0621de90b5966e38b407c7505ead9649bbd92"
|
2021-06-17 11:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2021-06-17 11:41:44 +00:00
|
|
|
name = "marine-it-parser"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "0.13.0"
|
2021-05-19 13:17:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "52907d7e7b9487a029dd3d99e647307c8808d7fba327e27113b0807d4868b315"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2021-06-17 11:41:44 +00:00
|
|
|
"anyhow",
|
2022-09-16 13:31:10 +00:00
|
|
|
"itertools",
|
2021-09-01 17:34:35 +00:00
|
|
|
"marine-it-interfaces",
|
2021-06-17 11:41:44 +00:00
|
|
|
"marine-module-interface",
|
2023-03-16 18:17:30 +00:00
|
|
|
"marine-wasm-backend-traits",
|
2021-06-17 11:41:44 +00:00
|
|
|
"nom",
|
2023-03-16 18:17:30 +00:00
|
|
|
"semver",
|
2021-06-17 11:41:44 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-08-07 11:42:21 +00:00
|
|
|
"walrus 0.20.1",
|
2021-06-17 11:41:44 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c99fa7013660d8e129b2bcd51138015136b91903f88529f1da0510f850c28ea"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.8.1",
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-rs-sdk-main 0.8.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93835918915610947b5ce96a4b3d89268fde2842a6d18d893c86ffe1b605c16e"
|
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl 0.10.1",
|
|
|
|
"marine-rs-sdk-main 0.10.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2022-07-27 19:30:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2022-09-16 13:31:10 +00:00
|
|
|
version = "0.7.1"
|
2022-07-27 19:30:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 13:31:10 +00:00
|
|
|
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
|
2022-07-27 19:30:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-27 19:30:54 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b4761eec59a2914413d1ea14659305e6374bfed69998f33763daa586c44196"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c794126e4a2f5b78b43bc7c82329dc6ffa0c2511591803f89a6d97c037feb068"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2021-09-01 17:34:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-testing-utils"
|
|
|
|
version = "0.1.0"
|
2021-10-07 17:05:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7b78534db4804dab7e439ae93fc2478bb298a97819bbc50002187ef02f2df5"
|
2021-09-01 17:34:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2021-09-01 17:34:35 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.3.0"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "4a501fd122de0e7ffd4b97ed0431a7ff55c09aaab0ac72486d09cdd0b9555b32"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-03-16 18:17:30 +00:00
|
|
|
"semver",
|
2022-04-11 16:56:49 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "0.9.0"
|
2023-08-09 19:37:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "ab5aa7160fa89a493ce5367aa4b09f7001e054dd4c6373aa5dd0d1ff22b2466e"
|
2023-08-09 19:37:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2023-10-24 14:52:54 +00:00
|
|
|
"derivative",
|
|
|
|
"marine-rs-sdk-main 0.10.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"semver",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-08-07 11:42:21 +00:00
|
|
|
"walrus 0.20.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2021-06-17 11:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.7.1"
|
2021-06-17 11:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "49d8f21255b94f1c8b2731a2b49c2ed34f955ed2e11dae3fb6c580a346d10bdd"
|
2021-06-17 11:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-16 13:31:10 +00:00
|
|
|
"itertools",
|
2021-09-01 17:34:35 +00:00
|
|
|
"marine-it-interfaces",
|
2021-06-17 11:41:44 +00:00
|
|
|
"nom",
|
2023-03-16 18:17:30 +00:00
|
|
|
"semver",
|
2021-06-17 11:41:44 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-08-07 11:42:21 +00:00
|
|
|
"walrus 0.19.0",
|
2021-06-17 11:41:44 +00:00
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11991d31bf4d53651e1c151637f260c759eb9f28ecf8c894eb260b50f46459cc"
|
|
|
|
dependencies = [
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-macro 0.8.1",
|
|
|
|
"marine-rs-sdk-main 0.8.1",
|
|
|
|
"marine-timestamp-macro 0.8.1",
|
2023-08-09 19:43:46 +00:00
|
|
|
"polyplets",
|
2022-07-27 19:30:54 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85eeb2e2a1ab3f7a2ba270ff42bc2d4fa0d1a0b0f6bdb377b2db4403030a854a"
|
|
|
|
dependencies = [
|
|
|
|
"marine-call-parameters",
|
|
|
|
"marine-macro 0.10.1",
|
|
|
|
"marine-rs-sdk-main 0.10.1",
|
|
|
|
"marine-timestamp-macro 0.10.1",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b01678ba2a94fcfeb8232e87281937b07927ab2a54205747b6ab45e3f5ad65fd"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "997cdfb9fdef7066a527e9436938618d0596e00f4cceea1ab3b5bb32d20947f6"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-06-15 07:25:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-test"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2021-06-15 07:25:58 +00:00
|
|
|
dependencies = [
|
2023-08-09 19:43:46 +00:00
|
|
|
"fluence-app-service",
|
2021-10-18 16:23:20 +00:00
|
|
|
"marine-build-rs-generator",
|
2021-06-15 07:25:58 +00:00
|
|
|
"marine-test-macro",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-09-01 17:34:35 +00:00
|
|
|
"trybuild",
|
2022-09-16 13:31:10 +00:00
|
|
|
"uuid",
|
2021-06-15 07:25:58 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "0.30.0"
|
2023-08-09 19:37:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "fe2f5584266fe595f06fa83fd4cc0de4c2cff513906869a4e37f112354ca08b8"
|
2023-08-09 19:37:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytesize",
|
|
|
|
"it-json-serde",
|
|
|
|
"it-memory-traits",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
2023-08-09 19:43:46 +00:00
|
|
|
"marine-core",
|
2021-06-17 11:41:44 +00:00
|
|
|
"marine-module-interface",
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-rs-sdk 0.10.1",
|
|
|
|
"marine-rs-sdk-main 0.10.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
"marine-utils",
|
2023-03-16 18:17:30 +00:00
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"marine-wasmtime-backend",
|
|
|
|
"parking_lot",
|
2022-06-09 15:30:40 +00:00
|
|
|
"safe-transmute",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
2022-06-09 15:30:40 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
2021-05-14 15:07:40 +00:00
|
|
|
"thiserror",
|
2022-06-09 15:30:40 +00:00
|
|
|
"toml",
|
2021-05-14 15:07:40 +00:00
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro-impl"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"darling",
|
2023-08-09 19:43:46 +00:00
|
|
|
"fluence-app-service",
|
2022-09-16 13:31:10 +00:00
|
|
|
"itertools",
|
2021-09-01 17:34:35 +00:00
|
|
|
"marine-it-parser",
|
|
|
|
"marine-macro-testing-utils",
|
2021-05-14 15:07:40 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-09-01 17:34:35 +00:00
|
|
|
"static_assertions",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2021-05-14 15:07:40 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d254ea11e35cdeccc62ffccf78775c066750c9e5bae4934eb0758187442282"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2023-10-24 14:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55ccb7870fd62eb4cc34a86b0ae8bdca680067138c3bb10fca7fb67e03242ca4"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e86cb57ff0e2fdc8e188a52d388287d38e5cc781eddd09a82d20f8ee1f48b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-wasm-backend-traits"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "0.3.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "8094cd7d1bf6c14ded993fd2d6e6999f7e25c07b2f770277ea28ee64fe433ecc"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"it-memory-traits",
|
|
|
|
"multimap",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmparser 0.101.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-wasmtime-backend"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "0.3.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "edb895ec13df3b2241b848b3b138569afd3aadd21719af99a2b8aafa5595edec"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
|
|
|
"marine-wasm-backend-traits",
|
|
|
|
"multimap",
|
|
|
|
"paste",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmtime",
|
|
|
|
"wasmtime-wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-owned"
|
|
|
|
version = "0.3.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.5.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "memfd"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.6.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.37.23",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.6.5"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multi-service-example"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2023-08-16 17:00:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "7.1.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-03-16 18:17:30 +00:00
|
|
|
"minimal-lexical",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.16"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.16.0"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"hermit-abi",
|
2022-09-16 13:31:10 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "object"
|
|
|
|
version = "0.29.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
|
|
|
"memchr",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "once_cell"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.18.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.12.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.9.8"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"libc",
|
2023-08-16 17:00:01 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2021-05-14 15:07:40 +00:00
|
|
|
"smallvec",
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows-targets 0.48.2",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-07 11:42:21 +00:00
|
|
|
version = "1.0.14"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 11:42:21 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.3.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.12"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.27"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-08-09 19:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b579a79a461ca50abb202eac61c76d8782fdf091a91775c9e181352e7cd30a8b"
|
|
|
|
dependencies = [
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-macro 0.8.1",
|
|
|
|
"marine-rs-sdk-main 0.8.1",
|
2021-12-03 12:42:38 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2021-05-14 15:07:40 +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",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "1.0.69"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2022-09-09 14:47:01 +00:00
|
|
|
"unicode-ident",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "1.0.33"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.7.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.11.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-03-16 18:17:30 +00:00
|
|
|
version = "0.2.16"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"getrandom",
|
2023-08-16 17:00:01 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2023-03-16 18:17:30 +00:00
|
|
|
"thiserror",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "regalloc2"
|
|
|
|
version = "0.5.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"slice-group-by",
|
|
|
|
"smallvec",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "regex"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.9.3"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "regex-syntax"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.7.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "rustc-demangle"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.23"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.1.4",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
2023-03-16 18:17:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.37.23"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
"errno",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-03-16 18:17:30 +00:00
|
|
|
"itoa",
|
|
|
|
"libc",
|
2023-08-16 17:00:01 +00:00
|
|
|
"linux-raw-sys 0.3.8",
|
2023-03-16 18:17:30 +00:00
|
|
|
"once_cell",
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.5",
|
|
|
|
"windows-sys 0.48.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "ryu"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.15"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "safe-transmute"
|
|
|
|
version = "0.11.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "scopeguard"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.2.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "semver"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.18"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "serde"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "1.0.189"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"serde_derive",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "1.0.189"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-24 14:52:54 +00:00
|
|
|
version = "1.0.107"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-24 14:52:54 +00:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-11 16:56:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.3.3"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
2022-09-16 13:31:10 +00:00
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
2022-04-11 16:56:49 +00:00
|
|
|
"serde",
|
2022-09-16 13:31:10 +00:00
|
|
|
"serde_json",
|
2022-04-11 16:56:49 +00:00
|
|
|
"serde_with_macros",
|
2023-10-24 14:52:54 +00:00
|
|
|
"time",
|
2022-04-11 16:56:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.3.3"
|
2022-04-11 16:56:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
|
2022-04-11 16:56:49 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"darling",
|
2022-04-11 16:56:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2022-04-11 16:56:49 +00:00
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.10.7"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "single-service-example"
|
2023-11-21 15:47:23 +00:00
|
|
|
version = "0.11.1"
|
2023-08-16 17:00:01 +00:00
|
|
|
dependencies = [
|
2023-10-24 14:52:54 +00:00
|
|
|
"marine-rs-sdk 0.8.1",
|
2023-08-16 17:00:01 +00:00
|
|
|
"marine-rs-sdk-test",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.1"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.11.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-16 19:15:25 +00:00
|
|
|
version = "1.0.109"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 19:15:25 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-09 14:47:01 +00:00
|
|
|
"unicode-ident",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-04-13 09:43:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.0.28"
|
2023-04-13 09:43:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
2023-04-13 09:43:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-interface"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.25.9"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-std",
|
|
|
|
"fd-lock",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 2.0.2",
|
|
|
|
"rustix 0.38.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"winx 0.36.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.12.11"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.2.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.45"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.45"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.25"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"deranged",
|
2022-09-16 13:31:10 +00:00
|
|
|
"itoa",
|
|
|
|
"serde",
|
2023-08-16 17:00:01 +00:00
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
2022-09-16 13:31:10 +00:00
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +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"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.5.11"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 18:17:30 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "tracing-attributes"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.26"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "tracing-core"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.1.31"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"once_cell",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "trybuild"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.82"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"basic-toml",
|
2023-03-16 18:17:30 +00:00
|
|
|
"glob",
|
2023-08-16 17:00:01 +00:00
|
|
|
"once_cell",
|
2023-03-16 18:17:30 +00:00
|
|
|
"serde",
|
2023-08-16 17:00:01 +00:00
|
|
|
"serde_derive",
|
2023-03-16 18:17:30 +00:00
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.3.13"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2022-09-09 14:47:01 +00:00
|
|
|
name = "unicode-ident"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.11"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2022-09-09 14:47:01 +00:00
|
|
|
name = "unicode-segmentation"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.10.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "2.4.0"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-09-13 13:49:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.4.1"
|
2022-09-13 13:49:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-09-13 13:49:01 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"getrandom",
|
2022-09-13 13:49:01 +00:00
|
|
|
]
|
|
|
|
|
2021-09-01 17:34:35 +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-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2021-09-01 17:34:35 +00:00
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.9.4"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
2022-09-16 13:31:10 +00:00
|
|
|
version = "0.19.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 13:31:10 +00:00
|
|
|
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
2023-08-16 17:00:01 +00:00
|
|
|
"wasmparser 0.77.1",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-07 11:42:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc27d837c587f863d99515dc8cae7cef1098bd1d99fa29373e3660c12766265e"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"gimli",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
|
|
|
"wasm-encoder 0.29.0",
|
|
|
|
"wasmparser 0.80.2",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
2022-09-16 13:31:10 +00:00
|
|
|
version = "0.19.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 13:31:10 +00:00
|
|
|
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"heck 0.3.3",
|
2021-05-14 15:07:40 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasi-cap-std-sync"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "c22ba2ca9076574dc9de38f3141c63677ce5577ed204d57740691b12d35ec8b3"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"cap-fs-ext",
|
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"cap-time-ext",
|
2023-08-16 17:00:01 +00:00
|
|
|
"fs-set-times 0.18.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
"io-extras",
|
2023-08-16 17:00:01 +00:00
|
|
|
"io-lifetimes 1.0.11",
|
2023-03-16 18:17:30 +00:00
|
|
|
"is-terminal",
|
|
|
|
"once_cell",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.36.15",
|
2023-03-16 18:17:30 +00:00
|
|
|
"system-interface",
|
|
|
|
"tracing",
|
|
|
|
"wasi-common",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi-common"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "13183cd7fed5d94b482f4e30e7a0bbf9b52426d51a647019906a1ecff7e84143"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cap-rand",
|
|
|
|
"cap-std",
|
|
|
|
"io-extras",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.36.15",
|
2023-03-16 18:17:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
2022-09-16 13:31:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.87"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2022-09-16 13:31:10 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.87"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2022-09-16 13:31:10 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.87"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.87"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-09-16 13:31:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-16 17:00:01 +00:00
|
|
|
"syn 2.0.28",
|
2022-09-16 13:31:10 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.2.87"
|
2022-09-16 13:31:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-09-16 13:31:10 +00:00
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasm-encoder"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.29.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"leb128",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
2023-08-07 11:42:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.31.1"
|
2023-08-07 11:42:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16"
|
2023-08-07 11:42:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "0.26.1"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "6cd52371bfc227c904a0ab1ff478c287d2f74fa371fcff1d2e157444faf8fda2"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
|
|
|
"it-lilo",
|
2022-04-11 16:56:49 +00:00
|
|
|
"it-memory-traits",
|
2021-05-14 15:07:40 +00:00
|
|
|
"it-to-bytes",
|
2022-09-16 13:31:10 +00:00
|
|
|
"itertools",
|
2021-05-14 15:07:40 +00:00
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
2023-03-16 18:17:30 +00:00
|
|
|
"semver",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-04-13 09:43:28 +00:00
|
|
|
"wast 8.0.0",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.77.1"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5fe3d5405e9ea6c1317a656d6e0820912d8b7b3607823a7596117c8f666daf6f"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2023-08-07 11:42:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.80.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.100.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"url",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.101.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"anyhow",
|
2021-05-14 15:07:40 +00:00
|
|
|
"bincode",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
2021-05-14 15:07:40 +00:00
|
|
|
"indexmap",
|
|
|
|
"libc",
|
2023-03-16 18:17:30 +00:00
|
|
|
"log",
|
|
|
|
"object",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"psm",
|
|
|
|
"rayon",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
2023-03-16 18:17:30 +00:00
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-cache",
|
|
|
|
"wasmtime-cranelift",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wat",
|
|
|
|
"windows-sys 0.42.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-asm-macros"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cache"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"base64",
|
2021-05-14 15:07:40 +00:00
|
|
|
"bincode",
|
2023-03-16 18:17:30 +00:00
|
|
|
"directories-next",
|
|
|
|
"file-per-thread-logger",
|
|
|
|
"log",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.36.15",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
2023-03-16 18:17:30 +00:00
|
|
|
"sha2",
|
|
|
|
"toml",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native",
|
|
|
|
"cranelift-wasm",
|
|
|
|
"gimli",
|
|
|
|
"log",
|
|
|
|
"object",
|
2021-05-14 15:07:40 +00:00
|
|
|
"target-lexicon",
|
2023-03-16 18:17:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-environ",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-environ"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"anyhow",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"object",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
2023-03-16 18:17:30 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
"wasmtime-types",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-jit"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"addr2line",
|
|
|
|
"anyhow",
|
2021-05-14 15:07:40 +00:00
|
|
|
"bincode",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpp_demangle",
|
|
|
|
"gimli",
|
|
|
|
"ittapi",
|
2021-05-14 15:07:40 +00:00
|
|
|
"log",
|
2023-03-16 18:17:30 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2021-05-14 15:07:40 +00:00
|
|
|
"serde",
|
2023-03-16 18:17:30 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-icache-coherence",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"windows-sys 0.42.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-jit-debug"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 18:17:30 +00:00
|
|
|
"object",
|
|
|
|
"once_cell",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.36.15",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-runtime"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-05-14 15:07:40 +00:00
|
|
|
"cc",
|
2023-03-16 18:17:30 +00:00
|
|
|
"cfg-if",
|
|
|
|
"indexmap",
|
2021-05-14 15:07:40 +00:00
|
|
|
"libc",
|
2023-03-16 18:17:30 +00:00
|
|
|
"log",
|
|
|
|
"mach",
|
|
|
|
"memfd",
|
2023-08-16 17:00:01 +00:00
|
|
|
"memoffset 0.6.5",
|
2023-03-16 18:17:30 +00:00
|
|
|
"paste",
|
|
|
|
"rand",
|
2023-08-16 17:00:01 +00:00
|
|
|
"rustix 0.36.15",
|
2023-03-16 18:17:30 +00:00
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"windows-sys 0.42.0",
|
2021-05-14 15:07:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-types"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser 0.100.0",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-03-16 18:17:30 +00:00
|
|
|
name = "wasmtime-wasi"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "01fe90b8643ef9742e2d9e1c76186b53e0d3c3e81aef1ead89c7a538d48947c9"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"wasi-cap-std-sync",
|
|
|
|
"wasi-common",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle",
|
|
|
|
]
|
2021-05-14 15:07:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "8.0.0"
|
2021-05-14 15:07:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
2021-05-14 15:07:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-04-13 09:43:28 +00:00
|
|
|
version = "35.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 09:43:28 +00:00
|
|
|
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "62.0.1"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b8ae06f09dbe377b889fbd620ff8fa21e1d49d1d9d364983c0cdbf9870cb9f1f"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"unicode-width",
|
2023-08-16 17:00:01 +00:00
|
|
|
"wasm-encoder 0.31.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "1.0.69"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "842e15861d203fb4a96d314b0751cdeaf0f6f8b35e8d81d2953af2af5e44e637"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"wast 62.0.1",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "4dd02c6a8098bc5fce898313df9ed13e3a98afcdb579a393070ee013505ca7ac"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasmtime",
|
|
|
|
"wiggle-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-generate"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "b657cf901cbffedfd90ececa74ed835864704562052202514d598930cf80bbaa"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"shellexpand",
|
2023-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-16 18:17:30 +00:00
|
|
|
"witx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wiggle-macro"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "6.0.2"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "7dd1d09a625f96effa501cdff06192eb6a89eeadd4fd4e2489e0c6907f604307"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-13 09:43:28 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-16 18:17:30 +00:00
|
|
|
"wiggle-generate",
|
|
|
|
]
|
|
|
|
|
2021-05-14 15:07:40 +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"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
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"
|
2023-03-16 18:17:30 +00:00
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.2",
|
|
|
|
]
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1eeca1c172a285ee6c2c84c341ccea837e7c01b12fbb2d0fe3c9e550ce49ec8"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.2",
|
|
|
|
"windows_aarch64_msvc 0.48.2",
|
|
|
|
"windows_i686_gnu 0.48.2",
|
|
|
|
"windows_i686_msvc 0.48.2",
|
|
|
|
"windows_x86_64_gnu 0.48.2",
|
|
|
|
"windows_x86_64_gnullvm 0.48.2",
|
|
|
|
"windows_x86_64_msvc 0.48.2",
|
2023-03-16 18:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b10d0c968ba7f6166195e13d593af609ec2e3d24f916f081690695cf5eaffb2f"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "571d8d4e62f26d4932099a9efe89660e8bd5087775a2ab5cdd8b747b811f1058"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2229ad223e178db5fbbc8bd8d3835e51e566b8474bfca58d2e6150c48bb723cd"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "600956e2d840c194eedfc5d18f8242bc2e17c7775b6684488af3a9fff6fe3287"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea99ff3f8b49fb7a8e0d305e5aec485bd068c2ba691b6e277d29eaeac945868a"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1a05a1ece9a7a0d5a7ccf30ba2c33e3a61a30e042ffd247567d1de1d94120d"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
2023-08-16 17:00:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d419259aba16b663966e29e6d7c6ecfa0bb8425818bb96f6f1f3c3eb71a6e7b9"
|
|
|
|
|
2023-03-16 18:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
2023-08-16 17:00:01 +00:00
|
|
|
version = "0.35.1"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
2023-08-16 17:00:01 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"io-lifetimes 1.0.11",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winx"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4857cedf8371f690bb6782a3e2b065c54d1b6661be068aaf3eac8b45e813fdf8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"windows-sys 0.48.0",
|
2023-03-16 18:17:30 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-08-16 17:00:01 +00:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2023-03-16 18:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-16 17:00:01 +00:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2023-03-16 18:17:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|