1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "bitflags"
7version = "1.3.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
10
11[[package]]
12name = "bitflags"
13version = "2.6.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
16
17[[package]]
18name = "cfg-if"
19version = "1.0.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23[[package]]
24name = "cfg_aliases"
25version = "0.2.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
28
29[[package]]
30name = "faccess"
31version = "0.2.4"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
34dependencies = [
35 "bitflags 1.3.2",
36 "libc",
37 "winapi",
38]
39
40[[package]]
41name = "libc"
42version = "0.2.161"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
45
46[[package]]
47name = "libredox"
48version = "0.1.3"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
51dependencies = [
52 "bitflags 2.6.0",
53 "libc",
54 "redox_syscall",
55]
56
57[[package]]
58name = "nix"
59version = "0.29.0"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
62dependencies = [
63 "bitflags 2.6.0",
64 "cfg-if",
65 "cfg_aliases",
66 "libc",
67]
68
69[[package]]
70name = "numtoa"
71version = "0.2.4"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "6aa2c4e539b869820a2b82e1aef6ff40aa85e65decdd5185e83fb4b1249cd00f"
74
75[[package]]
76name = "proc-macro2"
77version = "1.0.89"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
80dependencies = [
81 "unicode-ident",
82]
83
84[[package]]
85name = "quote"
86version = "1.0.37"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
89dependencies = [
90 "proc-macro2",
91]
92
93[[package]]
94name = "redox_syscall"
95version = "0.5.7"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
98dependencies = [
99 "bitflags 2.6.0",
100]
101
102[[package]]
103name = "redox_termios"
104version = "0.1.3"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
107
108[[package]]
109name = "rev_lines"
110version = "0.3.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "ed62916ac7a5ccbf13fa5e1d303029ff015600fee841756dfc134a1ac62bf05f"
113dependencies = [
114 "thiserror",
115]
116
117[[package]]
118name = "signal-hook"
119version = "0.3.17"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
122dependencies = [
123 "libc",
124 "signal-hook-registry",
125]
126
127[[package]]
128name = "signal-hook-registry"
129version = "1.4.2"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
132dependencies = [
133 "libc",
134]
135
136[[package]]
137name = "sush"
138version = "0.8.5"
139dependencies = [
140 "faccess",
141 "nix",
142 "rev_lines",
143 "signal-hook",
144 "termion",
145 "unicode-width",
146]
147
148[[package]]
149name = "syn"
150version = "2.0.85"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
153dependencies = [
154 "proc-macro2",
155 "quote",
156 "unicode-ident",
157]
158
159[[package]]
160name = "termion"
161version = "4.0.3"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "7eaa98560e51a2cf4f0bb884d8b2098a9ea11ecf3b7078e9c68242c74cc923a7"
164dependencies = [
165 "libc",
166 "libredox",
167 "numtoa",
168 "redox_termios",
169]
170
171[[package]]
172name = "thiserror"
173version = "1.0.65"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
176dependencies = [
177 "thiserror-impl",
178]
179
180[[package]]
181name = "thiserror-impl"
182version = "1.0.65"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
185dependencies = [
186 "proc-macro2",
187 "quote",
188 "syn",
189]
190
191[[package]]
192name = "unicode-ident"
193version = "1.0.13"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
196
197[[package]]
198name = "unicode-width"
199version = "0.1.14"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
202
203[[package]]
204name = "winapi"
205version = "0.3.9"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
208dependencies = [
209 "winapi-i686-pc-windows-gnu",
210 "winapi-x86_64-pc-windows-gnu",
211]
212
213[[package]]
214name = "winapi-i686-pc-windows-gnu"
215version = "0.4.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
218
219[[package]]
220name = "winapi-x86_64-pc-windows-gnu"
221version = "0.4.0"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"