irox-threading 0.2.4

Blocking and Asynchronous Threading Tools
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"

[[package]]
name = "irox-bits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9588a68e8ba7345115a6874556ded708cee905c3cd776a8135036bad9c8c078"

[[package]]
name = "irox-enums"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac9e2ef0ec6807c038e3067d3644e8284fbe3f8626c0d6469edf3499af716b7a"
dependencies = [
 "irox-enums_derive",
]

[[package]]
name = "irox-enums_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef7dca349c54c649534905a82175b2a582e67c791e3a2b6428e02e948ac5e337"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "irox-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55a1bbad3eb932d3165159caa1988a8b480f6f7d1755fe4de842c9401321d672"
dependencies = [
 "irox-time",
 "irox-tools",
 "log",
]

[[package]]
name = "irox-threading"
version = "0.2.4"
dependencies = [
 "irox-log",
 "log",
 "num_cpus",
]

[[package]]
name = "irox-time"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55dd10bbd24837b44b93c5c1e8d13dfe733c27601c02330518f138a517f776d1"
dependencies = [
 "irox-enums",
 "irox-tools",
 "irox-units",
]

[[package]]
name = "irox-tools"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad95b72387c427acdace94adfd6ed14644ea43fe6436a09c3064b21683807c8"
dependencies = [
 "irox-bits",
]

[[package]]
name = "irox-units"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ab793329bf1e7eb71e772a180dc2c265b0f3a80110486cfea7d1b6db73d217"
dependencies = [
 "irox-tools",
]

[[package]]
name = "libc"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"

[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"

[[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]]
name = "proc-macro2"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"