registry/service/Cargo.lock

3882 lines
95 KiB
Plaintext
Raw Normal View History

2021-05-11 19:02:52 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-06-19 20:30:24 +03:00
[[package]]
name = "addr2line"
version = "0.21.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-06-19 20:30:24 +03:00
dependencies = [
"gimli 0.28.1",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "adler"
version = "1.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ahash"
2023-11-21 16:55:05 +02:00
version = "0.8.6"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-06-19 20:30:24 +03:00
dependencies = [
"cfg-if",
2021-05-11 19:02:52 +03:00
"once_cell",
"version_check",
2023-11-21 16:55:05 +02:00
"zerocopy",
2021-05-11 19:02:52 +03:00
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "allocator-api2"
version = "0.2.16"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ambient-authority"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "anyhow"
version = "1.0.75"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-02-24 16:37:58 +03:00
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
2021-05-11 19:02:52 +03:00
[[package]]
name = "arrayref"
2023-06-19 20:30:24 +03:00
version = "0.3.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-05-11 19:02:52 +03:00
[[package]]
name = "arrayvec"
version = "0.7.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "asn1_der"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
dependencies = [
"asn1_der_derive",
]
[[package]]
name = "asn1_der"
2023-06-19 20:30:24 +03:00
version = "0.7.6"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
2022-02-24 16:37:58 +03:00
[[package]]
name = "asn1_der_derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
dependencies = [
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
]
[[package]]
name = "async-trait"
2023-11-21 16:55:05 +02:00
version = "0.1.74"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
2023-06-19 20:30:24 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "autocfg"
2022-02-24 16:37:58 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "base64"
2023-06-19 20:30:24 +03:00
version = "0.13.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "base64"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2023-11-21 16:55:05 +02:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2021-05-11 19:02:52 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-05-11 19:02:52 +03:00
[[package]]
name = "bitflags"
2023-11-21 16:55:05 +02:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "blake2b_simd"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake3"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "block-buffer"
2023-06-19 20:30:24 +03:00
version = "0.10.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "boolinator"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
2022-02-24 16:37:58 +03:00
[[package]]
name = "bs58"
2023-11-21 16:55:05 +02:00
version = "0.5.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
dependencies = [
"tinyvec",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "bumpalo"
2023-11-21 16:55:05 +02:00
version = "3.14.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "byteorder"
version = "1.5.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-02-24 16:37:58 +03:00
[[package]]
name = "bytes"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "bytesize"
2023-10-24 19:53:03 +03:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 19:53:03 +03:00
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
dependencies = [
"serde",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "cap-fs-ext"
version = "2.0.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b779b2d0a001c125b4584ad586268fb4b92d957bff8d26d7fe0dd78283faa814"
2023-06-19 20:30:24 +03:00
dependencies = [
"cap-primitives",
"cap-std",
"io-lifetimes",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "cap-net-ext"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ffc30dee200c20b4dcb80572226f42658e1d9c4b668656d7cc59c33d50e396e"
dependencies = [
"cap-primitives",
"cap-std",
"rustix",
"smallvec",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "cap-primitives"
version = "2.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf30c373a3bee22c292b1b6a7a26736a38376840f1af3d2d806455edf8c3899"
2023-06-19 20:30:24 +03:00
dependencies = [
"ambient-authority",
"fs-set-times",
2023-06-19 20:30:24 +03:00
"io-extras",
"io-lifetimes",
2023-06-19 20:30:24 +03:00
"ipnet",
"maybe-owned",
"rustix",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
"winx",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "cap-rand"
version = "2.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "577de6cff7c2a47d6b13efe5dd28bf116bd7f8f7db164ea95b7cc2640711f522"
2023-06-19 20:30:24 +03:00
dependencies = [
"ambient-authority",
"rand",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "cap-std"
version = "2.0.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84bade423fa6403efeebeafe568fdb230e8c590a275fba2ba978dd112efcf6e9"
2023-06-19 20:30:24 +03:00
dependencies = [
"cap-primitives",
"io-extras",
"io-lifetimes",
"rustix",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "cap-time-ext"
version = "2.0.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f52b3c8f4abfe3252fd0a071f3004aaa3b18936ec97bdbd8763ce03aff6247"
2023-06-19 20:30:24 +03:00
dependencies = [
"cap-primitives",
"once_cell",
"rustix",
"winx",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "cc"
version = "1.0.83"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-06-19 20:30:24 +03:00
dependencies = [
"jobserver",
"libc",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03: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 19:53:03 +03:00
version = "0.4.31"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 19:53:03 +03:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2021-05-11 19:02:52 +03:00
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.48.5",
2021-05-11 19:02:52 +03:00
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "const-oid"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "core-foundation-sys"
2023-06-19 20:30:24 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "cpp_demangle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
dependencies = [
"cfg-if",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "cpufeatures"
2023-11-21 16:55:05 +02:00
version = "0.2.11"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
2022-02-24 16:37:58 +03:00
dependencies = [
"libc",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-bforest"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "751cbf89e513f283c0641eb7f95dc72fda5051dd95ca203d1dc45e26bc89dba8"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "210730edc05121e915201cc36595e1f00062094669fa07ac362340e3627b3dc5"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"bumpalo",
2021-05-11 19:02:52 +03:00
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-control",
2021-05-11 19:02:52 +03:00
"cranelift-entity",
2023-06-19 20:30:24 +03:00
"cranelift-isle",
"gimli 0.28.1",
"hashbrown 0.14.2",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"regalloc2",
2021-05-11 19:02:52 +03:00
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5dc7fdf210c53db047f3eaf49b3a89efee0cc3d9a2ce0c0f0236933273d0c53"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46875cc87d963119d78fe5c19852757dc6eea3cb9622c0df69c26b242cd44b4"
[[package]]
name = "cranelift-control"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375dca8f58d8a801a85e11730c1529c5c4a9c3593dfb12118391ac437b037155"
dependencies = [
"arbitrary",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-entity"
version = "0.100.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc619b86fe3c72f43fc417c9fd67a04ec0c98296e5940922d9fd9e6eedf72521"
2023-06-19 20:30:24 +03:00
dependencies = [
"serde",
"serde_derive",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "cranelift-frontend"
version = "0.100.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb607fd19ae264da18f9f2532e7302b826f7fbf77bf88365fc075f2e3419436"
2023-06-19 20:30:24 +03:00
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fe806a6470dddfdf79e878af6a96afb1235a09fe3e21f9e0c2f18d402820432"
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-native"
version = "0.100.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fac7f1722660b10af1f7229c0048f716bfd8bd344549b0e06e3eb6417ec3fe5b"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-codegen",
2023-06-19 20:30:24 +03:00
"libc",
2021-05-11 19:02:52 +03:00
"target-lexicon",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "cranelift-wasm"
version = "0.100.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1b65810be56b619c3c55debade92798d999f34bf0670370c578afab5d905f06"
2023-06-19 20:30:24 +03:00
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"itertools",
"log",
"smallvec",
"wasmparser 0.112.0",
2023-06-19 20:30:24 +03:00
"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-11 19:02:52 +03:00
[[package]]
name = "crossbeam-deque"
2023-06-19 20:30:24 +03:00
version = "0.8.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-19 20:30:24 +03:00
version = "0.9.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"crossbeam-utils",
"memoffset",
2021-05-11 19:02:52 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-06-19 20:30:24 +03:00
version = "0.8.16"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
"typenum",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
"subtle",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "curve25519-dalek"
version = "4.1.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest 0.10.7",
"fiat-crypto",
"platforms",
"rustc_version",
"subtle",
"zeroize",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "curve25519-dalek-derive"
version = "0.1.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"proc-macro2",
"quote",
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "darling"
version = "0.20.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"darling_core",
"darling_macro",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "darling_core"
version = "0.20.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
2022-02-24 16:37:58 +03:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "darling_macro"
version = "0.20.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"darling_core",
2021-05-11 19:02:52 +03:00
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "debugid"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
dependencies = [
"uuid",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "der"
version = "0.7.8"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
dependencies = [
"const-oid",
"zeroize",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "deranged"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
dependencies = [
"powerfmt",
"serde",
]
2023-10-24 19:53:03 +03: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-11 19:02:52 +03:00
[[package]]
name = "digest"
2023-06-19 20:30:24 +03:00
version = "0.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "digest"
2023-06-19 20:30:24 +03:00
version = "0.10.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"block-buffer 0.10.4",
"crypto-common",
2023-11-21 16:55:05 +02:00
"subtle",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "directories-next"
version = "2.0.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
2022-02-24 16:37:58 +03:00
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
2022-02-24 16:37:58 +03:00
"serde",
"signature",
2022-02-24 16:37:58 +03:00
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "ed25519-dalek"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand_core",
2023-11-21 16:55:05 +02:00
"serde",
"sha2 0.10.8",
"subtle",
"zeroize",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "either"
version = "1.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2021-05-11 19:02:52 +03:00
[[package]]
name = "encoding_rs"
version = "0.8.33"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2021-05-11 19:02:52 +03:00
dependencies = [
"cfg-if",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2021-05-11 19:02:52 +03:00
[[package]]
name = "errno"
2023-11-21 16:55:05 +02:00
version = "0.3.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
2021-05-11 19:02:52 +03:00
dependencies = [
"libc",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "eyre"
2023-11-21 16:55:05 +02:00
version = "0.6.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd"
2022-02-24 16:37:58 +03:00
dependencies = [
"indenter",
"once_cell",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
2023-11-21 16:55:05 +02:00
name = "fallible-iterator"
version = "0.3.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "fallible-streaming-iterator"
version = "0.1.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "fd-lock"
version = "4.0.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9"
2023-06-19 20:30:24 +03:00
dependencies = [
"cfg-if",
"rustix",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "fiat-crypto"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
2021-05-11 19:02:52 +03:00
[[package]]
name = "fluence-app-service"
version = "0.31.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be1794d6900d3b0376a54d8017d656a1d549e4503b7075f977cbc476c9293b3"
2021-05-11 19:02:52 +03:00
dependencies = [
"log",
"maplit",
"marine-min-it-version",
2021-05-11 19:02:52 +03:00
"marine-runtime",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
"serde_json",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "fluence-it-types"
2023-06-19 20:30:24 +03:00
version = "0.4.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
2021-05-11 19:02:52 +03:00
dependencies = [
"it-to-bytes",
"nom",
"serde",
"variant_count",
2023-06-19 20:30:24 +03:00
"wast 8.0.0",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "fluence-keypair"
version = "0.10.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273ecbe8b6757f46e9d2b61f56ac636f27defa88aebc17a4fd6a7b78bf84cca3"
2022-02-24 16:37:58 +03:00
dependencies = [
"asn1_der 0.6.3",
2023-11-21 16:55:05 +02:00
"bs58",
"ed25519-dalek",
2022-02-24 16:37:58 +03:00
"eyre",
"lazy_static",
2023-11-21 16:55:05 +02:00
"libp2p-identity",
"libsecp256k1",
2023-11-21 16:55:05 +02:00
"multihash 0.18.1",
"rand",
"ring 0.16.20",
2022-02-24 16:37:58 +03:00
"serde",
"serde_bytes",
2023-11-21 16:55:05 +02:00
"sha2 0.10.8",
2022-02-24 16:37:58 +03:00
"thiserror",
"zeroize",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-02-24 16:37:58 +03:00
[[package]]
name = "form_urlencoded"
2023-06-19 20:30:24 +03:00
version = "1.2.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-02-24 16:37:58 +03:00
dependencies = [
"percent-encoding",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "fs-set-times"
version = "0.20.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
2023-06-19 20:30:24 +03:00
dependencies = [
"io-lifetimes",
"rustix",
"windows-sys 0.52.0",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "fstrings"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7845a0f15da505ac36baad0486612dab57f8b8d34e19c5470a265bbcdd572ae6"
dependencies = [
"fstrings-proc-macro",
"proc-macro-hack",
]
[[package]]
name = "fstrings-proc-macro"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63b58c0e7581dc33478a32299182cbe5ae3b8c028be26728a47fb0a113c92d9d"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "futures"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
[[package]]
name = "futures-io"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
[[package]]
name = "futures-sink"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
[[package]]
name = "futures-task"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
[[package]]
name = "futures-util"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
dependencies = [
"futures-core",
"futures-sink",
"futures-task",
"pin-project-lite",
"pin-utils",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "fxhash"
version = "0.2.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"byteorder",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "fxprof-processed-profile"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
dependencies = [
"bitflags 2.4.1",
"debugid",
"fxhash",
"serde",
"serde_json",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "generic-array"
2023-06-19 20:30:24 +03:00
version = "0.14.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-05-11 19:02:52 +03:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-11-21 16:55:05 +02:00
version = "0.2.11"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"libc",
"wasi",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "gimli"
version = "0.26.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"fallible-iterator 0.2.0",
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"stable_deref_trait",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
dependencies = [
"fallible-iterator 0.3.0",
"indexmap 2.1.0",
"stable_deref_trait",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "hashbrown"
version = "0.12.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2021-05-11 19:02:52 +03:00
dependencies = [
"ahash",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "hashbrown"
2023-11-21 16:55:05 +02:00
version = "0.14.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
2021-05-11 19:02:52 +03:00
dependencies = [
"ahash",
2023-06-19 20:30:24 +03:00
"allocator-api2",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "hashlink"
version = "0.8.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"hashbrown 0.14.2",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "heck"
2021-06-03 14:32:11 +03:00
version = "0.3.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-03 14:32:11 +03:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-05-11 19:02:52 +03:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2023-06-19 20:30:24 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "hermit-abi"
2023-11-21 16:55:05 +02:00
version = "0.3.3"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-06-19 20:30:24 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-11-21 16:55:05 +02:00
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
"hmac 0.12.1",
]
2021-05-11 19:02:52 +03:00
[[package]]
2022-02-24 16:37:58 +03:00
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
2022-02-24 16:37:58 +03:00
"digest 0.9.0",
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "hmac"
version = "0.12.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"digest 0.10.7",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
2023-11-21 16:55:05 +02:00
"digest 0.9.0",
"generic-array",
"hmac 0.8.1",
]
[[package]]
name = "iana-time-zone"
2023-11-21 16:55:05 +02:00
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-06-19 20:30:24 +03:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-11-21 16:55:05 +02:00
"windows-core",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "iana-time-zone-haiku"
version = "0.1.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
[[package]]
2022-02-24 16:37:58 +03:00
name = "ident_case"
version = "1.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-02-24 16:37:58 +03:00
[[package]]
name = "idna"
2023-06-19 20:30:24 +03:00
version = "0.4.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-02-24 16:37:58 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2021-05-11 19:02:52 +03:00
[[package]]
name = "indexmap"
2023-06-19 20:30:24 +03:00
version = "1.9.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
2023-06-19 20:30:24 +03:00
"hashbrown 0.12.3",
2021-05-11 19:02:52 +03:00
"serde",
]
[[package]]
name = "indexmap"
2023-11-21 16:55:05 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
2023-11-21 16:55:05 +02:00
"hashbrown 0.14.2",
"serde",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "io-extras"
version = "0.18.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
2023-06-19 20:30:24 +03:00
dependencies = [
"io-lifetimes",
"windows-sys 0.52.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "io-lifetimes"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ipnet"
2023-11-21 16:55:05 +02:00
version = "2.9.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-06-19 20:30:24 +03:00
[[package]]
name = "is-terminal"
version = "0.4.9"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2021-05-11 19:02:52 +03:00
dependencies = [
"hermit-abi",
"rustix",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "it-json-serde"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bdf951681696f6c957026a6aa576c9a6b1a25e753c1f4d62f75fcf0ff38abe5"
dependencies = [
"serde",
"serde_derive",
"serde_json",
"thiserror",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "it-lilo"
version = "0.6.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20108e77e11eeb1ef019f54c3868e0f2e9227295502f0702fa2e7e730ea748f8"
2021-05-11 19:02:52 +03:00
dependencies = [
"anyhow",
2021-05-11 19:02:52 +03:00
"fluence-it-types",
"it-memory-traits",
2021-05-11 19:02:52 +03:00
"log",
"paste",
"thiserror",
]
[[package]]
name = "it-memory-traits"
2023-06-19 20:30:24 +03:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d563f2a6baee17cf471b7951dfb96ab17fecc5e8947de39f1057cf3fb4cc906d"
dependencies = [
"thiserror",
]
2021-05-11 19:02:52 +03: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"
version = "0.10.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-05-11 19:02:52 +03:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ittapi"
2023-11-21 16:55:05 +02:00
version = "0.3.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "25a5c0b993601cad796222ea076565c5d9f337d35592f8622c753724f06d7271"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"ittapi-sys",
"log",
]
[[package]]
name = "ittapi-sys"
2023-11-21 16:55:05 +02:00
version = "0.3.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "cb7b5e473765060536a660eed127f758cf1a810c73e49063264959c60d1727d9"
2023-06-19 20:30:24 +03:00
dependencies = [
"cc",
]
[[package]]
name = "jobserver"
2023-11-21 16:55:05 +02:00
version = "0.1.27"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
2023-06-19 20:30:24 +03:00
dependencies = [
"libc",
]
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "js-sys"
2023-11-21 16:55:05 +02:00
version = "0.3.65"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
2022-02-24 16:37:58 +03:00
dependencies = [
"wasm-bindgen",
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "keccak"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
dependencies = [
"cpufeatures",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leb128"
2021-11-24 17:57:38 +03:00
version = "0.2.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-24 17:57:38 +03:00
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2021-05-11 19:02:52 +03:00
[[package]]
name = "libc"
2023-11-21 16:55:05 +02:00
version = "0.2.150"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "libp2p-identity"
version = "0.2.8"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"asn1_der 0.7.6",
2023-11-21 16:55:05 +02:00
"bs58",
"ed25519-dalek",
2023-11-21 16:55:05 +02:00
"hkdf",
"libsecp256k1",
2023-11-21 16:55:05 +02:00
"multihash 0.19.1",
"quick-protobuf",
"rand",
"ring 0.17.5",
2023-11-21 16:55:05 +02:00
"sha2 0.10.8",
2022-02-24 16:37:58 +03:00
"thiserror",
"tracing",
2022-02-24 16:37:58 +03:00
"zeroize",
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "libredox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "libsecp256k1"
version = "0.7.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
2022-02-24 16:37:58 +03:00
dependencies = [
"arrayref",
"base64 0.13.1",
2022-02-24 16:37:58 +03:00
"digest 0.9.0",
"hmac-drbg",
2022-02-24 16:37:58 +03:00
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand",
2022-02-24 16:37:58 +03:00
"serde",
"sha2 0.9.9",
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
"libsecp256k1-core",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "libsqlite3-sys"
2023-11-21 16:55:05 +02:00
version = "0.27.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
2021-05-11 19:02:52 +03:00
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-raw-sys"
2023-11-21 16:55:05 +02:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
2022-02-24 16:37:58 +03:00
[[package]]
name = "lock_api"
2023-11-21 16:55:05 +02:00
version = "0.4.11"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-02-24 16:37:58 +03:00
dependencies = [
"autocfg",
2022-02-24 16:37:58 +03:00
"scopeguard",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "log"
version = "0.4.20"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2023-06-19 20:30:24 +03:00
[[package]]
name = "mach"
version = "0.3.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"libc",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-11-24 17:57:38 +03:00
[[package]]
name = "marine-build-rs-generator"
version = "0.12.1"
2021-11-24 17:57:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "733bc760227adf6efd733341d67e948d0cbaa71e9a64bd9076de5a79ab595d25"
2021-11-24 17:57:38 +03:00
dependencies = [
"marine-test-macro-impl",
]
2023-10-24 19:53:03 +03:00
[[package]]
name = "marine-call-parameters"
version = "0.10.3"
2023-10-24 19:53:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef9a7c6ed5fa9052474c1cd76d3b3e67dbc4c455c76263c2c043214e12cce6bd"
2023-10-24 19:53:03 +03:00
dependencies = [
"marine-macro",
"marine-rs-sdk-main",
"serde",
]
[[package]]
name = "marine-core"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb4758abae2100ab5a89e6df2341492ac753a7c9be72076528b5adf94aeaeb8f"
dependencies = [
"anyhow",
"bytesize",
"it-lilo",
"it-memory-traits",
"log",
"marine-it-generator",
"marine-it-interfaces",
"marine-it-parser",
"marine-min-it-version",
"marine-module-info-parser",
"marine-module-interface",
"marine-utils",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"multimap",
"once_cell",
"paste",
2023-06-19 20:30:24 +03:00
"semver",
"serde",
"thiserror",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-it-generator"
version = "0.13.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416d13df5d4d301fc780ae85368e031c1526dc23c9609ecc8a89c09b246d999c"
2021-05-11 19:02:52 +03:00
dependencies = [
"it-lilo",
2021-11-24 17:57:38 +03:00
"marine-it-parser",
"marine-macro-impl 0.7.1",
2021-05-11 19:02:52 +03:00
"once_cell",
"serde",
"serde_json",
"thiserror",
"walrus",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
2021-06-08 14:29:15 +03:00
[[package]]
name = "marine-it-interfaces"
version = "0.9.0"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942f05f37d694802550d9dfed55a1d56fe53f15ef3a3219b9345e9a235c042cd"
2021-06-08 14:29:15 +03:00
dependencies = [
"multimap",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-it-parser"
version = "0.15.0"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9325e7cf7c4e01087be83ae5abb26fe76445b0df517a201fbe6ca298b8661b"
2021-06-08 14:29:15 +03:00
dependencies = [
"anyhow",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-interfaces",
2021-06-08 14:29:15 +03:00
"marine-module-interface",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
2021-05-11 19:02:52 +03:00
"nom",
2023-06-19 20:30:24 +03:00
"semver",
2021-05-11 19:02:52 +03:00
"serde",
"thiserror",
"walrus",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-macro"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdaa50f8239afa104ef8a99d4219288f68169e29c913485bbd094a35fe79113"
dependencies = [
"marine-macro-impl 0.10.3",
2023-10-24 19:53:03 +03:00
"marine-rs-sdk-main",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-macro-impl"
version = "0.7.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-macro-impl"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460ef42c1bf6dbb88976a00514f8e1b97a7ccb60e3e6009cbb563b0d163166c7"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 1.0.109",
]
[[package]]
name = "marine-min-it-version"
2023-11-21 16:55:05 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "a84be3c30abaa13df50cdaceb6b62ca806ac8a10fd5bacfeb4371ec1bd0f5101"
dependencies = [
"once_cell",
2023-06-19 20:30:24 +03:00
"semver",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-module-info-parser"
version = "0.11.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b3c94cb70c951bf8ef26bd921ef9ddc5b61e2a45b7c62683ad98313f21fb8df"
2021-05-11 19:02:52 +03:00
dependencies = [
"anyhow",
"chrono",
2023-10-24 19:53:03 +03:00
"derivative",
"marine-rs-sdk-main",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"semver",
2021-05-11 19:02:52 +03:00
"serde",
"thiserror",
"walrus",
2021-05-11 19:02:52 +03:00
]
2021-06-08 14:29:15 +03:00
[[package]]
name = "marine-module-interface"
version = "0.8.0"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ace780e273bfa9c2124e53da578af10059e053ba9c22400e1e86a99c00576c4"
2021-06-08 14:29:15 +03:00
dependencies = [
"anyhow",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-interfaces",
2021-06-08 14:29:15 +03:00
"nom",
2023-06-19 20:30:24 +03:00
"semver",
2021-06-08 14:29:15 +03:00
"serde",
"thiserror",
"walrus",
2021-06-08 14:29:15 +03:00
"wasmer-interface-types-fl",
]
2021-06-17 19:26:55 +03:00
[[package]]
name = "marine-rs-sdk"
version = "0.10.3"
2021-06-17 19:26:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034cab8adf708e87db08f093e0c7b8ea49359cc875ed2a778c1bf245b5d9d9f8"
2021-06-17 19:26:55 +03:00
dependencies = [
2023-10-24 19:53:03 +03:00
"marine-call-parameters",
"marine-macro",
"marine-rs-sdk-main",
"marine-timestamp-macro",
"serde",
]
2021-06-17 19:26:55 +03:00
[[package]]
name = "marine-rs-sdk-main"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031eeea016dab58c1ccb0c65b798cb5e47d214b05115c8c06198717d18275756"
2021-06-17 19:26:55 +03:00
dependencies = [
"log",
"serde",
]
[[package]]
name = "marine-rs-sdk-test"
version = "0.12.1"
2021-06-17 19:26:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d549eb527d35885391ec73786a7b36c91507ff1e2f2ca5ec5015953f3d8320a2"
2021-06-17 19:26:55 +03:00
dependencies = [
"fluence-app-service",
2021-11-24 17:57:38 +03:00
"marine-build-rs-generator",
2021-06-17 19:26:55 +03:00
"marine-test-macro",
"serde",
"serde_json",
"uuid",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-runtime"
version = "0.32.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4254658402bf40cb64c0116f44124de84fee46e7fcd413ae6cc6097cbd6b3bff"
2021-05-11 19:02:52 +03:00
dependencies = [
"bytesize",
"it-json-serde",
2023-06-19 20:30:24 +03:00
"it-memory-traits",
"itertools",
2021-05-11 19:02:52 +03:00
"log",
"marine-core",
2021-06-08 14:29:15 +03:00
"marine-module-interface",
2023-10-24 19:53:03 +03:00
"marine-rs-sdk",
"marine-rs-sdk-main",
2021-05-11 19:02:52 +03:00
"marine-utils",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"parking_lot",
"safe-transmute",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
"serde_json",
2023-11-21 16:55:05 +02:00
"serde_with",
2021-05-11 19:02:52 +03:00
"thiserror",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-sqlite-connector"
version = "0.9.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c12d7fb48bd7ee88276a26b2e14f25e9bc884884f375116544689994d5d280ad"
2021-05-11 19:02:52 +03:00
dependencies = [
"bytesize",
2023-10-24 19:53:03 +03:00
"marine-rs-sdk",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-test-macro"
version = "0.12.1"
2021-05-17 15:27:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17d51e361ae860da35f2a8f189a89a36dcb6657d0e44057dc3658dc7236fe630"
2021-05-11 19:02:52 +03:00
dependencies = [
"marine-test-macro-impl",
"proc-macro-error",
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-test-macro-impl"
version = "0.12.1"
2021-05-17 15:27:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a7c981122443dd9ab5e4192ff34d41805dfb3402a03be4c3a39c0d425675f6"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"darling",
2021-05-11 19:02:52 +03:00
"fluence-app-service",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-parser",
2021-05-11 19:02:52 +03:00
"proc-macro-error",
"proc-macro2",
"quote",
2021-11-24 17:57:38 +03:00
"static_assertions",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
"thiserror",
]
[[package]]
name = "marine-timestamp-macro"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f812a03cb13b79ab75e38053a77ecc4b4738a1b485b650d971dec3dbbcb2561"
2021-05-11 19:02:52 +03:00
dependencies = [
"chrono",
"quote",
]
[[package]]
name = "marine-utils"
2023-06-19 20:30:24 +03:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e86cb57ff0e2fdc8e188a52d388287d38e5cc781eddd09a82d20f8ee1f48b80"
[[package]]
name = "marine-wasm-backend-traits"
version = "0.5.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470aaec9c93cec6a4cfd6ce78e338c92e688da14d3203863c517a96027aec417"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"it-memory-traits",
"multimap",
"paste",
"thiserror",
"wasmer-interface-types-fl",
"wasmparser 0.101.1",
]
[[package]]
name = "marine-wasmtime-backend"
version = "0.5.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1f9991a1c37b7d414c6865ddb04e93c27b260d8e575cb2b6d994454c69ebf76"
2023-06-19 20:30:24 +03: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-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2021-05-11 19:02:52 +03:00
[[package]]
name = "memchr"
2023-11-21 16:55:05 +02:00
version = "2.6.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "memfd"
2023-11-21 16:55:05 +02:00
version = "0.6.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
2021-05-11 19:02:52 +03:00
dependencies = [
"rustix",
2021-05-11 19:02:52 +03:00
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
dependencies = [
"libc",
"wasi",
"windows-sys 0.48.0",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "multihash"
version = "0.18.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"blake2b_simd",
"blake2s_simd",
"blake3",
"core2",
"digest 0.10.7",
"multihash-derive",
"sha2 0.10.8",
"sha3",
2022-02-24 16:37:58 +03:00
"unsigned-varint",
]
[[package]]
name = "multihash"
2023-11-21 16:55:05 +02:00
version = "0.19.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492"
2022-02-24 16:37:58 +03:00
dependencies = [
"core2",
2022-02-24 16:37:58 +03:00
"unsigned-varint",
]
[[package]]
name = "multihash-derive"
2023-06-19 20:30:24 +03:00
version = "0.8.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"synstructure",
]
2021-05-11 19:02:52 +03: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-06-19 20:30:24 +03:00
version = "7.1.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-05-11 19:02:52 +03:00
dependencies = [
"memchr",
2023-06-19 20:30:24 +03:00
"minimal-lexical",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "num-traits"
2023-11-21 16:55:05 +02:00
version = "0.2.17"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
2023-06-19 20:30:24 +03:00
"crc32fast",
"hashbrown 0.14.2",
"indexmap 2.1.0",
2023-06-19 20:30:24 +03:00
"memchr",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "once_cell"
2023-06-19 20:30:24 +03:00
version = "1.18.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "parking_lot"
version = "0.12.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"lock_api",
"parking_lot_core",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "parking_lot_core"
2023-11-21 16:55:05 +02:00
version = "0.9.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"libc",
2023-11-21 16:55:05 +02:00
"redox_syscall",
2021-05-11 19:02:52 +03:00
"smallvec",
"windows-targets 0.48.5",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "paste"
version = "1.0.14"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "percent-encoding"
2023-06-19 20:30:24 +03:00
version = "2.3.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-02-24 16:37:58 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "pkcs8"
version = "0.10.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "pkg-config"
2023-06-19 20:30:24 +03:00
version = "0.3.27"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-02-05 10:14:27 +03:00
2023-11-21 16:55:05 +02:00
[[package]]
name = "platforms"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2021-05-11 19:02:52 +03:00
[[package]]
2022-02-24 16:37:58 +03:00
name = "ppv-lite86"
2023-06-19 20:30:24 +03:00
version = "0.2.17"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-02-24 16:37:58 +03:00
[[package]]
name = "proc-macro-crate"
2023-06-19 20:30:24 +03:00
version = "1.1.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2022-02-24 16:37:58 +03:00
dependencies = [
"thiserror",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
2023-06-19 20:30:24 +03:00
version = "0.5.20+deprecated"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-02-24 16:37:58 +03:00
[[package]]
name = "proc-macro2"
2023-10-24 19:53:03 +03:00
version = "1.0.69"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 19:53:03 +03:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2022-02-24 16:37:58 +03:00
dependencies = [
"unicode-ident",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "psm"
version = "0.1.21"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"cc",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "pulldown-cmark"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
dependencies = [
"bitflags 1.3.2",
"memchr",
"unicase",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-11-21 16:55:05 +02:00
name = "quick-protobuf"
version = "0.8.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"byteorder",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "quote"
version = "1.0.33"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-05-11 19:02:52 +03:00
dependencies = [
2022-02-24 16:37:58 +03:00
"libc",
"rand_chacha",
"rand_core",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_chacha"
version = "0.3.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_core"
version = "0.6.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-05-11 19:02:52 +03:00
dependencies = [
"getrandom",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "rayon"
2023-11-21 16:55:05 +02:00
version = "1.8.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2021-05-11 19:02:52 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-11-21 16:55:05 +02:00
version = "1.12.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2021-05-11 19:02:52 +03:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "redox_syscall"
2023-11-21 16:55:05 +02:00
version = "0.4.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2022-02-24 16:37:58 +03:00
dependencies = [
"bitflags 1.3.2",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "redox_users"
2023-11-21 16:55:05 +02:00
version = "0.4.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
2022-02-24 16:37:58 +03:00
dependencies = [
"getrandom",
2023-11-21 16:55:05 +02:00
"libredox",
2023-06-19 20:30:24 +03:00
"thiserror",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "regalloc2"
version = "0.9.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
2023-06-19 20:30:24 +03:00
dependencies = [
"hashbrown 0.13.2",
2023-06-19 20:30:24 +03:00
"log",
"rustc-hash",
2023-06-19 20:30:24 +03:00
"slice-group-by",
"smallvec",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "registry"
version = "0.9.4"
2022-02-24 16:37:58 +03:00
dependencies = [
"boolinator",
2023-11-21 16:55:05 +02:00
"bs58",
2022-02-24 16:37:58 +03:00
"fluence-keypair",
"fstrings",
2023-11-21 16:55:05 +02:00
"libp2p-identity",
2023-10-24 19:53:03 +03:00
"marine-rs-sdk",
2022-02-24 16:37:58 +03:00
"marine-rs-sdk-test",
"marine-sqlite-connector",
"rusqlite",
"serde",
2023-11-21 16:55:05 +02:00
"sha2 0.10.8",
2022-02-24 16:37:58 +03:00
"thiserror",
2023-11-21 16:55:05 +02:00
"toml 0.8.8",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted 0.7.1",
2022-02-24 16:37:58 +03:00
"web-sys",
"winapi",
]
[[package]]
name = "ring"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.48.0",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "rusqlite"
2023-11-21 16:55:05 +02:00
version = "0.30.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"bitflags 2.4.1",
"fallible-iterator 0.3.0",
2021-05-11 19:02:52 +03:00
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-11-21 16:55:05 +02:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
2023-11-21 16:55:05 +02:00
version = "0.38.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
dependencies = [
2023-11-21 16:55:05 +02:00
"bitflags 2.4.1",
"errno",
"itoa",
"libc",
"linux-raw-sys",
"once_cell",
"windows-sys 0.48.0",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "ryu"
version = "1.0.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2021-05-11 19:02:52 +03:00
[[package]]
name = "safe-transmute"
2021-06-02 21:01:27 +03:00
version = "0.11.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 21:01:27 +03:00
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-05-11 19:02:52 +03:00
[[package]]
name = "semver"
2023-11-21 16:55:05 +02:00
version = "1.0.20"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2021-05-11 19:02:52 +03:00
[[package]]
name = "serde"
2023-11-21 16:55:05 +02:00
version = "1.0.193"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
2023-11-21 16:55:05 +02:00
version = "0.11.12"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2023-11-21 16:55:05 +02:00
version = "1.0.193"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "serde_json"
2023-11-21 16:55:05 +02:00
version = "1.0.108"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2021-05-11 19:02:52 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2023-11-21 16:55:05 +02:00
version = "0.6.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
2022-02-24 16:37:58 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_with"
2023-06-19 20:30:24 +03:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"base64 0.13.1",
"chrono",
"hex",
"indexmap 1.9.3",
"serde",
"serde_json",
2023-11-21 16:55:05 +02:00
"serde_with_macros",
"time",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "serde_with_macros"
2023-06-19 20:30:24 +03:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
2023-11-21 16:55:05 +02:00
"darling",
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "sha2"
2023-11-21 16:55:05 +02:00
version = "0.10.8"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"cpufeatures",
2023-06-19 20:30:24 +03:00
"digest 0.10.7",
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest 0.10.7",
"keccak",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
"dirs",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-11-21 16:55:05 +02:00
name = "signature"
version = "2.2.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"rand_core",
]
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2021-05-11 19:02:52 +03:00
[[package]]
name = "smallvec"
2023-11-21 16:55:05 +02:00
version = "1.11.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2021-05-11 19:02:52 +03:00
[[package]]
name = "socket2"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-11-21 16:55:05 +02:00
[[package]]
name = "spki"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "sptr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
2023-06-19 20:30:24 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2021-05-11 19:02:52 +03: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 = "subtle"
2023-06-19 20:30:24 +03:00
version = "2.5.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "syn"
2023-11-21 16:55:05 +02:00
version = "2.0.39"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"unicode-xid",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "system-interface"
version = "0.26.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27ce32341b2c0b70c144bbf35627fdc1ef18c76ced5e5e7b3ee8b5ba6b2ab6a0"
2023-06-19 20:30:24 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"bitflags 2.4.1",
2023-06-19 20:30:24 +03:00
"cap-fs-ext",
"cap-std",
"fd-lock",
"io-lifetimes",
"rustix",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
"winx",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "target-lexicon"
2023-11-21 16:55:05 +02:00
version = "0.12.12"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
2023-06-19 20:30:24 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "thiserror"
2023-11-21 16:55:05 +02:00
version = "1.0.50"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2021-05-11 19:02:52 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-21 16:55:05 +02:00
version = "1.0.50"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "time"
version = "0.3.30"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
dependencies = [
"deranged",
"itoa",
"powerfmt",
"serde",
2023-06-19 20:30:24 +03:00
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-06-19 20:30:24 +03:00
[[package]]
name = "time-macros"
version = "0.2.15"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
2023-06-19 20:30:24 +03:00
dependencies = [
"time-core",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-02-24 16:37:58 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-06-19 20:30:24 +03:00
version = "0.1.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-02-24 16:37:58 +03:00
[[package]]
name = "tokio"
version = "1.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
"windows-sys 0.48.0",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "toml"
2023-06-19 20:30:24 +03:00
version = "0.5.11"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml"
2023-11-21 16:55:05 +02:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-11-21 16:55:05 +02:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-11-21 16:55:05 +02:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
2023-11-21 16:55:05 +02:00
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing"
2023-11-21 16:55:05 +02:00
version = "0.1.40"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-06-19 20:30:24 +03:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing-attributes"
2023-11-21 16:55:05 +02:00
version = "0.1.27"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing-core"
2023-11-21 16:55:05 +02:00
version = "0.1.32"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"once_cell",
2021-05-11 19:02:52 +03:00
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "typenum"
2023-11-21 16:55:05 +02:00
version = "1.17.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-06-19 20:30:24 +03:00
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "unicode-bidi"
2023-06-19 20:30:24 +03:00
version = "0.3.13"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
2023-11-21 16:55:05 +02:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-02-24 16:37:58 +03:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-02-24 16:37:58 +03:00
dependencies = [
"tinyvec",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "unicode-segmentation"
2023-06-19 20:30:24 +03:00
version = "1.10.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
2023-11-21 16:55:05 +02:00
version = "0.1.11"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2021-05-11 19:02:52 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "unsigned-varint"
version = "0.7.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
2022-02-24 16:37:58 +03:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-02-24 16:37:58 +03:00
[[package]]
name = "url"
version = "2.4.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2022-02-24 16:37:58 +03:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "uuid"
2023-11-21 16:55:05 +02:00
version = "1.6.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
2021-05-11 19:02:52 +03:00
dependencies = [
"getrandom",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "variant_count"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
dependencies = [
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "vcpkg"
2021-07-13 19:24:26 +03:00
version = "0.2.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-13 19:24:26 +03:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-05-11 19:02:52 +03:00
[[package]]
name = "version_check"
2022-02-05 10:14:27 +03:00
version = "0.9.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 10:14:27 +03:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-05-11 19:02:52 +03:00
[[package]]
name = "walrus"
2023-11-21 16:55:05 +02:00
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "0a7b95ecf5892b48104914fa021721699bb8149ae754cff50a22daeb7df0928f"
dependencies = [
"anyhow",
"gimli 0.26.2",
"id-arena",
"leb128",
"log",
"walrus-macro",
"wasm-encoder 0.29.0",
"wasmparser 0.80.2",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "walrus-macro"
version = "0.19.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
2021-05-11 19:02:52 +03:00
dependencies = [
"heck 0.3.3",
2021-05-11 19:02:52 +03:00
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-06-19 20:30:24 +03:00
[[package]]
name = "wasi-cap-std-sync"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c4db6155e71cfae4ed732d87c2583faf4bbdcb77372697eb77d636f46108ba"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"async-trait",
"cap-fs-ext",
"cap-rand",
"cap-std",
"cap-time-ext",
"fs-set-times",
2023-06-19 20:30:24 +03:00
"io-extras",
"io-lifetimes",
2023-06-19 20:30:24 +03:00
"is-terminal",
"once_cell",
"rustix",
2023-06-19 20:30:24 +03:00
"system-interface",
"tracing",
"wasi-common",
"windows-sys 0.48.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "wasi-common"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf3f291b2a567f266ac488715f1742f62b2ca633524708c62ead9c0f71b7d72c"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"bitflags 2.4.1",
2023-06-19 20:30:24 +03:00
"cap-rand",
"cap-std",
"io-extras",
"log",
"rustix",
2023-06-19 20:30:24 +03:00
"thiserror",
"tracing",
"wasmtime",
"wiggle",
"windows-sys 0.48.0",
2023-06-19 20:30:24 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "wasm-bindgen"
2023-11-21 16:55:05 +02:00
version = "0.2.88"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-11-21 16:55:05 +02:00
version = "0.2.88"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2022-02-24 16:37:58 +03:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2022-02-24 16:37:58 +03:00
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-11-21 16:55:05 +02:00
version = "0.2.88"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2022-02-24 16:37:58 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-11-21 16:55:05 +02:00
version = "0.2.88"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-11-21 16:55:05 +02:00
"syn 2.0.39",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-11-21 16:55:05 +02:00
version = "0.2.88"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasm-encoder"
version = "0.29.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"leb128",
]
[[package]]
name = "wasm-encoder"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
dependencies = [
"leb128",
]
[[package]]
name = "wasm-encoder"
2023-11-21 16:55:05 +02:00
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "7b09bc5df933a3dabbdb72ae4b6b71be8ae07f58774d5aa41bd20adcd41a235a"
dependencies = [
"leb128",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "wasmer-interface-types-fl"
version = "0.27.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62958478f282fbf2b05c12f9630972bd8194937de1ab22d6a59d43093be32886"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
2023-06-19 20:30:24 +03:00
"fluence-it-types",
"it-lilo",
"it-memory-traits",
"it-to-bytes",
"itertools",
"log",
"nom",
"safe-transmute",
"semver",
"serde",
"serde_json",
"thiserror",
"wast 8.0.0",
]
[[package]]
name = "wasmparser"
version = "0.80.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
2023-06-19 20:30:24 +03:00
[[package]]
name = "wasmparser"
version = "0.101.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
2023-06-19 20:30:24 +03:00
dependencies = [
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"url",
]
[[package]]
name = "wasmparser"
version = "0.112.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e986b010f47fcce49cf8ea5d5f9e5d2737832f12b53ae8ae785bbe895d0877bf"
2023-06-19 20:30:24 +03:00
dependencies = [
"indexmap 2.1.0",
"semver",
]
[[package]]
name = "wasmparser"
version = "0.118.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ee9723b928e735d53000dec9eae7b07a60e490c85ab54abb66659fc61bfcd9"
dependencies = [
"indexmap 2.1.0",
"semver",
]
[[package]]
name = "wasmprinter"
version = "0.2.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d027eb8294904fc715ac0870cebe6b0271e96b90605ee21511e7565c4ce568c"
dependencies = [
"anyhow",
"wasmparser 0.118.1",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "wasmtime"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0263693caa1486bd4d26a5f18511948a706c9290689386b81b851ce088063ce"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"async-trait",
2023-06-19 20:30:24 +03:00
"bincode",
"bumpalo",
2023-06-19 20:30:24 +03:00
"cfg-if",
"encoding_rs",
"fxprof-processed-profile",
"indexmap 2.1.0",
2021-05-11 19:02:52 +03:00
"libc",
2023-06-19 20:30:24 +03:00
"log",
"object",
"once_cell",
"paste",
"psm",
2021-05-11 19:02:52 +03:00
"rayon",
"serde",
"serde_derive",
"serde_json",
2021-05-11 19:02:52 +03:00
"target-lexicon",
"wasm-encoder 0.32.0",
"wasmparser 0.112.0",
2023-06-19 20:30:24 +03:00
"wasmtime-cache",
"wasmtime-component-macro",
"wasmtime-component-util",
2023-06-19 20:30:24 +03:00
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-fiber",
2023-06-19 20:30:24 +03:00
"wasmtime-jit",
"wasmtime-runtime",
"wasmtime-winch",
2023-06-19 20:30:24 +03:00
"wat",
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-asm-macros"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4711e5969236ecfbe70c807804ff9ffb5206c1dbb5c55c5e8200d9f7e8e76adf"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
]
[[package]]
name = "wasmtime-cache"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b79f9f79188e5a26b6911b79d3171c06699d9a17ae07f6a265c51635b8d80c2"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"base64 0.21.5",
2023-06-19 20:30:24 +03:00
"bincode",
"directories-next",
2021-05-11 19:02:52 +03:00
"log",
"rustix",
2023-06-19 20:30:24 +03:00
"serde",
"serde_derive",
2023-11-21 16:55:05 +02:00
"sha2 0.10.8",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
"windows-sys 0.48.0",
2023-06-19 20:30:24 +03:00
"zstd",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "wasmtime-component-macro"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed724d0f41c21bcf8754651a59d0423c530069ddca4cf3822768489ad313a812"
dependencies = [
"anyhow",
"proc-macro2",
"quote",
"syn 2.0.39",
"wasmtime-component-util",
"wasmtime-wit-bindgen",
"wit-parser",
]
[[package]]
name = "wasmtime-component-util"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7d69464b94bd312a27d93d0b482cd74bedf01f030199ef0740d6300ebca1d3"
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-cranelift"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e63f53c61ba05eb815f905c1738ad82c95333dd42ef5a8cc2aa3d7dfb2b08d7"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"cfg-if",
2021-05-11 19:02:52 +03:00
"cranelift-codegen",
"cranelift-control",
2021-05-11 19:02:52 +03:00
"cranelift-entity",
2023-06-19 20:30:24 +03:00
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli 0.28.1",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"object",
"target-lexicon",
2021-05-11 19:02:52 +03:00
"thiserror",
"wasmparser 0.112.0",
"wasmtime-cranelift-shared",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
]
[[package]]
name = "wasmtime-cranelift-shared"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f6b197d68612f7dc3a17aa9f9587533715ecb8b4755609ce9baf7fb92b74ddc"
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-control",
"cranelift-native",
"gimli 0.28.1",
"object",
"target-lexicon",
2023-06-19 20:30:24 +03:00
"wasmtime-environ",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-environ"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e2558c8b04fd27764d8601d46b8dc39555b79720a41e626bce210a80758932"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"cranelift-entity",
"gimli 0.28.1",
"indexmap 2.1.0",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"object",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
2023-06-19 20:30:24 +03:00
"target-lexicon",
2021-05-11 19:02:52 +03:00
"thiserror",
"wasm-encoder 0.32.0",
"wasmparser 0.112.0",
"wasmprinter",
"wasmtime-component-util",
2023-06-19 20:30:24 +03:00
"wasmtime-types",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "wasmtime-fiber"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a615a2cf64a49c0dc659c7d850c6cd377b975e0abfdcf0888b282d274a82e730"
dependencies = [
"cc",
"cfg-if",
"rustix",
"wasmtime-asm-macros",
"wasmtime-versioned-export-macros",
"windows-sys 0.48.0",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd775514b8034b85b0323bfdc60abb1c28d27dbf6e22aad083ed57dac95cf72e"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"addr2line",
"anyhow",
2021-05-11 19:02:52 +03:00
"bincode",
2023-06-19 20:30:24 +03:00
"cfg-if",
"cpp_demangle",
"gimli 0.28.1",
2023-06-19 20:30:24 +03:00
"ittapi",
"log",
"object",
"rustc-demangle",
"rustix",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
2021-05-11 19:02:52 +03:00
"target-lexicon",
2023-06-19 20:30:24 +03:00
"wasmtime-environ",
"wasmtime-jit-debug",
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit-debug"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c054e27c6ce2a6191edabe89e646da013044dd5369e1d203c89f977f9bd32937"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"object",
"once_cell",
"rustix",
"wasmtime-versioned-export-macros",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit-icache-coherence"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f323977cddf4a262d1b856366b665c5b4d01793c57b79fb42505b9fd9e61e5b"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
"libc",
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-runtime"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e26461bba043f73cb4183f4ce0d606c0eaac112475867b11e5ea36fe1cac8e"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"cc",
"cfg-if",
"encoding_rs",
"indexmap 2.1.0",
2021-05-11 19:02:52 +03:00
"libc",
"log",
2023-06-19 20:30:24 +03:00
"mach",
"memfd",
"memoffset",
2023-06-19 20:30:24 +03:00
"paste",
"rand",
"rustix",
"sptr",
"wasm-encoder 0.32.0",
2023-06-19 20:30:24 +03:00
"wasmtime-asm-macros",
"wasmtime-environ",
"wasmtime-fiber",
2023-06-19 20:30:24 +03:00
"wasmtime-jit-debug",
"wasmtime-versioned-export-macros",
"wasmtime-wmemcheck",
"windows-sys 0.48.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "wasmtime-types"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd7e9b29fee64eea5058cb5e7cb3480b52c2f1312d431d16ea8617ceebeb421"
2023-06-19 20:30:24 +03:00
dependencies = [
"cranelift-entity",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
2021-05-11 19:02:52 +03:00
"thiserror",
"wasmparser 0.112.0",
]
[[package]]
name = "wasmtime-versioned-export-macros"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6362c557c36d8ad4aaab735f14ed9e4f78d6b40ec85a02a88fd859af87682e52"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.39",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-wasi"
version = "13.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52c9e79f73320d96cd7644b021502dffee09dd92300b073f3541ae44e9ae377c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"async-trait",
"bitflags 2.4.1",
"bytes",
"cap-fs-ext",
"cap-net-ext",
"cap-rand",
"cap-std",
"cap-time-ext",
"fs-set-times",
"futures",
"io-extras",
"io-lifetimes",
"is-terminal",
"libc",
"once_cell",
"rustix",
"system-interface",
"thiserror",
"tokio",
"tracing",
2023-06-19 20:30:24 +03:00
"wasi-cap-std-sync",
"wasi-common",
"wasmtime",
"wiggle",
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "wasmtime-winch"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa5fc7212424c04c01a20bfa66c4c518e8749dde6546f5e05815dcacbec80723"
dependencies = [
"anyhow",
"cranelift-codegen",
"gimli 0.28.1",
"object",
"target-lexicon",
"wasmparser 0.112.0",
"wasmtime-cranelift-shared",
"wasmtime-environ",
"winch-codegen",
]
[[package]]
name = "wasmtime-wit-bindgen"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcc03bd58f77a68dc6a0b2ba2f8e64b1f902b50389d21bbcc690ef2f3bb87198"
dependencies = [
"anyhow",
"heck 0.4.1",
"indexmap 2.1.0",
"wit-parser",
]
[[package]]
name = "wasmtime-wmemcheck"
version = "13.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e485bf54eba675ca615f8f55788d3a8cd44e7bd09b8b4011edc22c2c41d859e"
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wast"
version = "8.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
dependencies = [
"leb128",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wast"
version = "35.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "wast"
2023-11-21 16:55:05 +02:00
version = "69.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "efa51b5ad1391943d1bfad537e50f28fe938199ee76b115be6bae83802cd5185"
2021-05-11 19:02:52 +03:00
dependencies = [
"leb128",
2023-06-19 20:30:24 +03:00
"memchr",
"unicode-width",
2023-11-21 16:55:05 +02:00
"wasm-encoder 0.38.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "wat"
2023-11-21 16:55:05 +02:00
version = "1.0.81"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "74a4c2488d058326466e086a43f5d4ea448241a8d0975e3eb0642c0828be1eb3"
2023-06-19 20:30:24 +03:00
dependencies = [
2023-11-21 16:55:05 +02:00
"wast 69.0.0",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "web-sys"
2023-11-21 16:55:05 +02:00
version = "0.3.65"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
2022-02-24 16:37:58 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "wiggle"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e81ddbdc400b38d04241d740d0406ef343bd242c460f252fe59f29ad964ad24c"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.4.1",
2023-06-19 20:30:24 +03:00
"thiserror",
"tracing",
"wasmtime",
"wiggle-macro",
]
[[package]]
name = "wiggle-generate"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c993123d6db1a1908ef8352aabdf2e681a3dcdedc3656beb747e4db16d3cf08"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"heck 0.4.1",
"proc-macro2",
"quote",
"shellexpand",
"syn 2.0.39",
2023-06-19 20:30:24 +03:00
"witx",
]
[[package]]
name = "wiggle-macro"
version = "13.0.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e3e09bc68e82624b70a322265515523754cb9e05fcacceabd216e276bc2ed"
2023-06-19 20:30:24 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.39",
2023-06-19 20:30:24 +03:00
"wiggle-generate",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "winch-codegen"
version = "0.11.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b01ca6722f7421c9cdbe4c9b62342ce864d0a9e8736d56dac717a86b1a65ae"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"cranelift-codegen",
"gimli 0.28.1",
"regalloc2",
"smallvec",
"target-lexicon",
"wasmparser 0.112.0",
"wasmtime-environ",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "windows-core"
version = "0.51.1"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2023-06-19 20:30:24 +03:00
dependencies = [
"windows-targets 0.48.5",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "windows-sys"
2023-06-19 20:30:24 +03:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-06-19 20:30:24 +03:00
dependencies = [
"windows-targets 0.52.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows-targets"
version = "0.52.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
2023-11-21 16:55:05 +02:00
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
dependencies = [
"memchr",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "winx"
version = "0.36.2"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5"
2023-06-19 20:30:24 +03:00
dependencies = [
"bitflags 2.4.1",
"windows-sys 0.48.0",
]
[[package]]
name = "wit-parser"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a39edca9abb16309def3843af73b58d47d243fe33a9ceee572446bcc57556b9a"
dependencies = [
"anyhow",
"id-arena",
"indexmap 2.1.0",
"log",
"pulldown-cmark",
"semver",
"serde",
"serde_json",
"unicode-xid",
"url",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "witx"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
dependencies = [
"anyhow",
"log",
"thiserror",
"wast 35.0.2",
]
2023-11-21 16:55:05 +02:00
[[package]]
name = "zerocopy"
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.39",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "zeroize"
2023-11-21 16:55:05 +02:00
version = "1.7.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
2023-06-19 20:30:24 +03:00
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-11-21 16:55:05 +02:00
version = "2.0.9+zstd.1.5.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-21 16:55:05 +02:00
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
2023-06-19 20:30:24 +03:00
dependencies = [
"cc",
"pkg-config",
2022-02-24 16:37:58 +03:00
]