| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" |
| dependencies = [ |
| "gimli", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "alloc" |
| version = "0.0.0" |
| dependencies = [ |
| "compiler_builtins", |
| "core", |
| ] |
| |
| [[package]] |
| name = "alloctests" |
| version = "0.0.0" |
| dependencies = [ |
| "rand", |
| "rand_xorshift", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" |
| dependencies = [ |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "compiler_builtins" |
| version = "0.1.160" |
| dependencies = [ |
| "cc", |
| "core", |
| ] |
| |
| [[package]] |
| name = "core" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "coretests" |
| version = "0.0.0" |
| dependencies = [ |
| "rand", |
| "rand_xorshift", |
| ] |
| |
| [[package]] |
| name = "dlmalloc" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6738d2e996274e499bc7b0d693c858b7720b9cd2543a0643a3087e6cb0a4fa16" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "rustc-std-workspace-core", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "fortanix-sgx-abi" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efc85edd5b83e8394f4371dd0da6859dff63dd387dab8568fece6af4cde6f84" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| "rustc-std-workspace-std", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "foldhash", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.179" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "moto-rt" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29aea9f7dfeb258e030a84e0ec38a9c2ec2063d4f45eb2db31445cfc40b3dba1" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "memchr", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "panic_abort" |
| version = "0.0.0" |
| dependencies = [ |
| "alloc", |
| "libc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "panic_unwind" |
| version = "0.0.0" |
| dependencies = [ |
| "alloc", |
| "libc", |
| "rustc-std-workspace-core", |
| "unwind", |
| ] |
| |
| [[package]] |
| name = "proc_macro" |
| version = "0.0.0" |
| dependencies = [ |
| "core", |
| "rustc-literal-escaper", |
| "std", |
| ] |
| |
| [[package]] |
| name = "profiler_builtins" |
| version = "0.0.0" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "r-efi-alloc" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc2f58ef3ca9bb0f9c44d9aa8537601bcd3df94cc9314a40178cadf7d4466354" |
| dependencies = [ |
| "r-efi", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "rustc-literal-escaper" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4ee29da77c5a54f42697493cd4c9b9f31b74df666a6c04dfc4fde77abe0438b" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| "rustc-std-workspace-std", |
| ] |
| |
| [[package]] |
| name = "rustc-std-workspace-alloc" |
| version = "1.99.0" |
| dependencies = [ |
| "alloc", |
| ] |
| |
| [[package]] |
| name = "rustc-std-workspace-core" |
| version = "1.99.0" |
| dependencies = [ |
| "compiler_builtins", |
| "core", |
| ] |
| |
| [[package]] |
| name = "rustc-std-workspace-std" |
| version = "1.99.0" |
| dependencies = [ |
| "std", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "std" |
| version = "0.0.0" |
| dependencies = [ |
| "addr2line", |
| "alloc", |
| "cfg-if", |
| "core", |
| "dlmalloc", |
| "fortanix-sgx-abi", |
| "hashbrown", |
| "hermit-abi", |
| "libc", |
| "miniz_oxide", |
| "moto-rt", |
| "object", |
| "panic_abort", |
| "panic_unwind", |
| "r-efi", |
| "r-efi-alloc", |
| "rand", |
| "rand_xorshift", |
| "rustc-demangle", |
| "std_detect", |
| "unwind", |
| "vex-sdk", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "wasi 0.14.4+wasi-0.2.4", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "std_detect" |
| version = "0.1.5" |
| dependencies = [ |
| "libc", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "sysroot" |
| version = "0.0.0" |
| dependencies = [ |
| "proc_macro", |
| "profiler_builtins", |
| "std", |
| "test", |
| ] |
| |
| [[package]] |
| name = "test" |
| version = "0.0.0" |
| dependencies = [ |
| "core", |
| "getopts", |
| "libc", |
| "std", |
| ] |
| |
| [[package]] |
| name = "unwind" |
| version = "0.0.0" |
| dependencies = [ |
| "libc", |
| "rustc-std-workspace-core", |
| "unwinding", |
| ] |
| |
| [[package]] |
| name = "unwinding" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60612c845ef41699f39dc8c5391f252942c0a88b7d15da672eff0d14101bbd6d" |
| dependencies = [ |
| "gimli", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "vex-sdk" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79e5fe15afde1305478b35e2cb717fff59f485428534cf49cfdbfa4723379bf6" |
| dependencies = [ |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.14.4+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.45.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" |
| dependencies = [ |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| ] |