windows-reactor 0.100.0

Declarative Windows UI library for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rustc-hash"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"

[[package]]
name = "windows-collections"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e884f6b14b3c101363efab151e89271b4da599d1e29d945023f92656b23020c2"
dependencies = [
 "windows-core",
]

[[package]]
name = "windows-core"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "803590c6856f51d15fa2e9fabe4f4703122c8737f72ef2741b4ac09d4c2192f5"
dependencies = [
 "windows-link",
 "windows-result",
 "windows-strings",
]

[[package]]
name = "windows-future"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74555161b6c58612bbe052b9964c9c069326c487d24b8f7e77d5a8e83fb81c8"
dependencies = [
 "windows-core",
 "windows-link",
 "windows-threading",
]

[[package]]
name = "windows-link"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b39de7c7fe78858b0144c50c3fc000bab3be17d5e9b85b1053871693c7f7415"

[[package]]
name = "windows-numerics"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c5500bf6a9098f27922953422ae7324cdd330c868e945801593455a6832701"
dependencies = [
 "windows-core",
]

[[package]]
name = "windows-reactor"
version = "0.100.0"
dependencies = [
 "rustc-hash",
 "windows-collections",
 "windows-core",
 "windows-future",
 "windows-numerics",
 "windows-reference",
 "windows-threading",
 "windows-time",
]

[[package]]
name = "windows-reference"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfaf342eb9cfa3b519410caa05f8ebd3b20b7e077cdf80d013a5bca4f1b194b"
dependencies = [
 "windows-core",
 "windows-time",
]

[[package]]
name = "windows-result"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44873a1ef61c85d5e2991db91fe656cfcf0731097e00dff1ac860f1cb3b752a0"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-strings"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a70b590c684f1d2854f74999896f7c0558f1bdde62f599088599e20ea1d2f60"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-threading"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff005f1c94bffb9b073230837d3448d0e0ba3cf11c34b6f1f7d4c3875eded09"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-time"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de136aac4d76b9ea94b2589774be8bcd91b31b2dd7dae54abdd63335590095e4"
dependencies = [
 "windows-core",
]