2025-11-25 00:39:17 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 4
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.4"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
2025-11-25 00:39:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "crossbeam-queue"
|
|
|
|
|
version = "0.3.12"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2025-11-25 00:39:17 +00:00
|
|
|
dependencies = [
|
2026-01-23 04:53:27 +00:00
|
|
|
"crossbeam-utils",
|
2025-11-25 00:39:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.8.21"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2025-11-25 00:39:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.2.17"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
2025-11-25 00:39:17 +00:00
|
|
|
dependencies = [
|
2026-01-23 04:53:27 +00:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi",
|
2025-11-25 00:39:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.180"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2025-11-25 00:39:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "swactor"
|
|
|
|
|
version = "0.1.0"
|
2025-11-25 00:39:17 +00:00
|
|
|
dependencies = [
|
2026-01-23 04:53:27 +00:00
|
|
|
"crossbeam-queue",
|
|
|
|
|
"getrandom",
|
2025-11-25 00:39:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-23 04:53:27 +00:00
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
2025-11-25 00:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-23 04:53:27 +00:00
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|