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-22 07:04:07 +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-22 07:04:07 +00:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
2025-11-25 00:39:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-22 07:04:07 +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-22 07:04:07 +00:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2025-11-25 00:39:17 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "swactor"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2026-01-22 07:04:07 +00:00
|
|
|
"crossbeam-queue",
|
2025-11-25 00:39:17 +00:00
|
|
|
]
|