]> git.proxmox.com Git - rustc.git/blob - vendor/mio/Cargo.lock
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / mio / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "cfg-if"
5 version = "1.0.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
8
9 [[package]]
10 name = "env_logger"
11 version = "0.9.3"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
14 dependencies = [
15 "log",
16 ]
17
18 [[package]]
19 name = "getrandom"
20 version = "0.2.8"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
23 dependencies = [
24 "cfg-if",
25 "libc",
26 "wasi",
27 ]
28
29 [[package]]
30 name = "libc"
31 version = "0.2.139"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
34
35 [[package]]
36 name = "log"
37 version = "0.4.17"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
40 dependencies = [
41 "cfg-if",
42 ]
43
44 [[package]]
45 name = "mio"
46 version = "0.8.8"
47 dependencies = [
48 "env_logger",
49 "libc",
50 "log",
51 "rand",
52 "wasi",
53 "windows-sys",
54 ]
55
56 [[package]]
57 name = "ppv-lite86"
58 version = "0.2.17"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
61
62 [[package]]
63 name = "rand"
64 version = "0.8.5"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
67 dependencies = [
68 "libc",
69 "rand_chacha",
70 "rand_core",
71 ]
72
73 [[package]]
74 name = "rand_chacha"
75 version = "0.3.1"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
78 dependencies = [
79 "ppv-lite86",
80 "rand_core",
81 ]
82
83 [[package]]
84 name = "rand_core"
85 version = "0.6.4"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
88 dependencies = [
89 "getrandom",
90 ]
91
92 [[package]]
93 name = "wasi"
94 version = "0.11.0+wasi-snapshot-preview1"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
97
98 [[package]]
99 name = "windows-sys"
100 version = "0.48.0"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
103 dependencies = [
104 "windows-targets",
105 ]
106
107 [[package]]
108 name = "windows-targets"
109 version = "0.48.0"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
112 dependencies = [
113 "windows_aarch64_gnullvm",
114 "windows_aarch64_msvc",
115 "windows_i686_gnu",
116 "windows_i686_msvc",
117 "windows_x86_64_gnu",
118 "windows_x86_64_gnullvm",
119 "windows_x86_64_msvc",
120 ]
121
122 [[package]]
123 name = "windows_aarch64_gnullvm"
124 version = "0.48.0"
125 source = "registry+https://github.com/rust-lang/crates.io-index"
126 checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
127
128 [[package]]
129 name = "windows_aarch64_msvc"
130 version = "0.48.0"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132 checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
133
134 [[package]]
135 name = "windows_i686_gnu"
136 version = "0.48.0"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
139
140 [[package]]
141 name = "windows_i686_msvc"
142 version = "0.48.0"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
145
146 [[package]]
147 name = "windows_x86_64_gnu"
148 version = "0.48.0"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
151
152 [[package]]
153 name = "windows_x86_64_gnullvm"
154 version = "0.48.0"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
157
158 [[package]]
159 name = "windows_x86_64_msvc"
160 version = "0.48.0"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"