• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "bitflags"
7version = "2.6.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
10
11[[package]]
12name = "cfg-if"
13version = "1.0.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
16
17[[package]]
18name = "errno"
19version = "0.3.9"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
22dependencies = [
23 "libc",
24 "windows-sys 0.52.0",
25]
26
27[[package]]
28name = "fastrand"
29version = "2.1.1"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
32
33[[package]]
34name = "libc"
35version = "0.2.158"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
38
39[[package]]
40name = "linux-raw-sys"
41version = "0.4.14"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
44
45[[package]]
46name = "memmap2"
47version = "0.9.5"
48dependencies = [
49 "libc",
50 "owning_ref",
51 "stable_deref_trait",
52 "tempfile",
53]
54
55[[package]]
56name = "once_cell"
57version = "1.19.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
60
61[[package]]
62name = "owning_ref"
63version = "0.4.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
66dependencies = [
67 "stable_deref_trait",
68]
69
70[[package]]
71name = "rustix"
72version = "0.38.37"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
75dependencies = [
76 "bitflags",
77 "errno",
78 "libc",
79 "linux-raw-sys",
80 "windows-sys 0.52.0",
81]
82
83[[package]]
84name = "stable_deref_trait"
85version = "1.2.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
88
89[[package]]
90name = "tempfile"
91version = "3.12.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
94dependencies = [
95 "cfg-if",
96 "fastrand",
97 "once_cell",
98 "rustix",
99 "windows-sys 0.59.0",
100]
101
102[[package]]
103name = "windows-sys"
104version = "0.52.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
107dependencies = [
108 "windows-targets",
109]
110
111[[package]]
112name = "windows-sys"
113version = "0.59.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
116dependencies = [
117 "windows-targets",
118]
119
120[[package]]
121name = "windows-targets"
122version = "0.52.6"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
125dependencies = [
126 "windows_aarch64_gnullvm",
127 "windows_aarch64_msvc",
128 "windows_i686_gnu",
129 "windows_i686_gnullvm",
130 "windows_i686_msvc",
131 "windows_x86_64_gnu",
132 "windows_x86_64_gnullvm",
133 "windows_x86_64_msvc",
134]
135
136[[package]]
137name = "windows_aarch64_gnullvm"
138version = "0.52.6"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
141
142[[package]]
143name = "windows_aarch64_msvc"
144version = "0.52.6"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
147
148[[package]]
149name = "windows_i686_gnu"
150version = "0.52.6"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
153
154[[package]]
155name = "windows_i686_gnullvm"
156version = "0.52.6"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
159
160[[package]]
161name = "windows_i686_msvc"
162version = "0.52.6"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
165
166[[package]]
167name = "windows_x86_64_gnu"
168version = "0.52.6"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
171
172[[package]]
173name = "windows_x86_64_gnullvm"
174version = "0.52.6"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
177
178[[package]]
179name = "windows_x86_64_msvc"
180version = "0.52.6"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
183