2020-05-18 04:35:23 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 12:12:59 -06:00
|
|
|
version = 3
|
|
|
|
|
2020-08-05 06:55:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-09-06 13:51:03 -05:00
|
|
|
version = "0.21.0"
|
2020-08-05 06:55:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 13:51:03 -05:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2020-08-05 06:55:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"gimli",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-29 03:45:09 -05:00
|
|
|
version = "1.0.2"
|
2020-08-05 06:55:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 03:45:09 -05:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-08-05 06:55:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
2023-06-15 12:56:01 -05:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2020-05-18 04:35:23 -05:00
|
|
|
]
|
|
|
|
|
2023-07-22 08:32:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "0.2.16"
|
2023-07-22 08:32:34 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-07-22 08:32:34 -05:00
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-05-13 08:26:33 -05:00
|
|
|
version = "1.0.97"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 08:26:33 -05:00
|
|
|
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
|
2020-05-18 04:35:23 -05:00
|
|
|
|
2022-10-23 09:22:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2024-01-26 12:33:45 -06:00
|
|
|
version = "0.1.106"
|
2022-03-20 10:55:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 12:33:45 -06:00
|
|
|
checksum = "f4ab134a739bafec76aa91ccb15d519a54e569350644a1fea6528d5a0d407e22"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
2023-06-15 12:56:01 -05:00
|
|
|
"cc",
|
2020-05-18 04:35:23 -05:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2023-06-15 12:56:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cupid"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bad352a84b567cc38a5854e3aa8ee903cb8519a25d0b799b739bafffd1f91a1"
|
|
|
|
dependencies = [
|
|
|
|
"gcc",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
2020-05-18 04:35:23 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlmalloc"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.2.4"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fortanix-sgx-abi"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.5.0"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2023-06-15 12:56:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-08-05 06:55:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "0.28.1"
|
2020-08-05 06:55:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2020-08-05 06:55:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "0.14.3"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
2023-07-22 08:32:34 -05:00
|
|
|
"allocator-api2",
|
2020-05-18 04:35:23 -05:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-08 14:41:29 -06:00
|
|
|
version = "0.3.9"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 14:41:29 -06:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2022-07-25 09:07:57 -05:00
|
|
|
"rustc-std-workspace-alloc",
|
2020-05-18 04:35:23 -05:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-03-08 14:41:29 -06:00
|
|
|
version = "0.2.153"
|
2020-07-23 04:42:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 14:41:29 -06:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2020-07-23 04:42:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2021-09-19 06:56:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "2.6.4"
|
2021-09-19 06:56:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2021-09-19 06:56:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-08-05 06:55:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-22 08:32:34 -05:00
|
|
|
version = "0.7.1"
|
2020-08-05 06:55:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-22 08:32:34 -05:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2020-08-05 06:55:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "0.32.1"
|
2020-08-05 06:55:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2020-08-05 06:55:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2021-09-19 06:56:58 -05:00
|
|
|
"memchr",
|
2020-08-05 06:55:27 -05:00
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-04-30 07:49:58 -05:00
|
|
|
"alloc",
|
2022-12-14 12:30:46 -06:00
|
|
|
"cfg-if",
|
2020-05-18 04:35:23 -05:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
2022-12-14 12:30:46 -06:00
|
|
|
"cfg-if",
|
2020-05-18 04:35:23 -05:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
"unwind",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-04-22 14:11:38 -05:00
|
|
|
"core",
|
2020-05-18 04:35:23 -05:00
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
2023-06-15 12:56:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
2023-10-09 03:52:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "4.3.0"
|
2023-10-09 03:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
|
2023-10-09 03:52:46 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r-efi-alloc"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"r-efi",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2023-06-15 12:56:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-04-29 07:00:43 -05:00
|
|
|
version = "0.1.23"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 07:00:43 -05:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-std"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
2023-06-15 12:56:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-08-05 06:55:27 -05:00
|
|
|
"addr2line",
|
2020-05-18 04:35:23 -05:00
|
|
|
"alloc",
|
2022-12-14 12:30:46 -06:00
|
|
|
"cfg-if",
|
2020-05-18 04:35:23 -05:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"dlmalloc",
|
|
|
|
"fortanix-sgx-abi",
|
|
|
|
"hashbrown",
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-05 06:55:27 -05:00
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
2020-05-18 04:35:23 -05:00
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
2023-06-15 12:56:01 -05:00
|
|
|
"profiler_builtins",
|
2023-10-09 03:52:46 -05:00
|
|
|
"r-efi",
|
|
|
|
"r-efi-alloc",
|
2023-06-15 12:56:01 -05:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2020-08-05 06:55:27 -05:00
|
|
|
"rustc-demangle",
|
2021-04-30 07:49:58 -05:00
|
|
|
"std_detect",
|
2020-05-18 04:35:23 -05:00
|
|
|
"unwind",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2021-04-30 07:49:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "std_detect"
|
|
|
|
version = "0.1.5"
|
|
|
|
dependencies = [
|
2022-12-14 12:30:46 -06:00
|
|
|
"cfg-if",
|
2021-04-30 07:49:58 -05:00
|
|
|
"compiler_builtins",
|
2023-06-15 12:56:01 -05:00
|
|
|
"cupid",
|
2021-04-30 07:49:58 -05:00
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 04:35:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sysroot"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-06-15 12:56:01 -05:00
|
|
|
"proc_macro",
|
2020-05-18 04:35:23 -05:00
|
|
|
"std",
|
|
|
|
"test",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
"getopts",
|
2024-03-08 14:41:29 -06:00
|
|
|
"libc",
|
2020-05-18 04:35:23 -05:00
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-12-19 06:46:39 -06:00
|
|
|
version = "0.1.11"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 06:46:39 -06:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-12-14 12:30:46 -06:00
|
|
|
"cfg-if",
|
2020-05-18 04:35:23 -05:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
2023-12-19 06:46:39 -06:00
|
|
|
"unwinding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unwinding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"gimli",
|
|
|
|
"rustc-std-workspace-core",
|
2020-05-18 04:35:23 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-02-23 04:49:34 -06:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-05-18 04:35:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-23 04:49:34 -06:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-05-18 04:35:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|