aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock229
1 files changed, 229 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..052dd11
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,229 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10
11[[package]]
12name = "bitflags"
13version = "1.3.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
17[[package]]
18name = "cc"
19version = "1.0.72"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
22dependencies = [
23 "jobserver",
24]
25
26[[package]]
27name = "cfg-if"
28version = "1.0.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
31
32[[package]]
33name = "form_urlencoded"
34version = "1.0.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
37dependencies = [
38 "matches",
39 "percent-encoding",
40]
41
42[[package]]
43name = "git2"
44version = "0.13.25"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
47dependencies = [
48 "bitflags",
49 "libc",
50 "libgit2-sys",
51 "log",
52 "openssl-probe",
53 "openssl-sys",
54 "url",
55]
56
57[[package]]
58name = "idna"
59version = "0.2.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
62dependencies = [
63 "matches",
64 "unicode-bidi",
65 "unicode-normalization",
66]
67
68[[package]]
69name = "jobserver"
70version = "0.1.24"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
73dependencies = [
74 "libc",
75]
76
77[[package]]
78name = "libc"
79version = "0.2.116"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
82
83[[package]]
84name = "libgit2-sys"
85version = "0.12.26+1.3.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
88dependencies = [
89 "cc",
90 "libc",
91 "libssh2-sys",
92 "libz-sys",
93 "openssl-sys",
94 "pkg-config",
95]
96
97[[package]]
98name = "libssh2-sys"
99version = "0.2.23"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
102dependencies = [
103 "cc",
104 "libc",
105 "libz-sys",
106 "openssl-sys",
107 "pkg-config",
108 "vcpkg",
109]
110
111[[package]]
112name = "libz-sys"
113version = "1.1.3"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
116dependencies = [
117 "cc",
118 "libc",
119 "pkg-config",
120 "vcpkg",
121]
122
123[[package]]
124name = "log"
125version = "0.4.14"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
128dependencies = [
129 "cfg-if",
130]
131
132[[package]]
133name = "matches"
134version = "0.1.9"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
137
138[[package]]
139name = "openssl-probe"
140version = "0.1.5"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
143
144[[package]]
145name = "openssl-sys"
146version = "0.9.72"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
149dependencies = [
150 "autocfg",
151 "cc",
152 "libc",
153 "pkg-config",
154 "vcpkg",
155]
156
157[[package]]
158name = "percent-encoding"
159version = "2.1.0"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
162
163[[package]]
164name = "pkg-config"
165version = "0.3.24"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
168
169[[package]]
170name = "prompt"
171version = "0.1.0"
172dependencies = [
173 "git2",
174 "tico",
175]
176
177[[package]]
178name = "tico"
179version = "1.0.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "b9d73fbfe0205d9c15fb2768ac13d5bba2c39909bf326f5b36818aade6739464"
182
183[[package]]
184name = "tinyvec"
185version = "1.5.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
188dependencies = [
189 "tinyvec_macros",
190]
191
192[[package]]
193name = "tinyvec_macros"
194version = "0.1.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
197
198[[package]]
199name = "unicode-bidi"
200version = "0.3.7"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
203
204[[package]]
205name = "unicode-normalization"
206version = "0.1.19"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
209dependencies = [
210 "tinyvec",
211]
212
213[[package]]
214name = "url"
215version = "2.2.2"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
218dependencies = [
219 "form_urlencoded",
220 "idna",
221 "matches",
222 "percent-encoding",
223]
224
225[[package]]
226name = "vcpkg"
227version = "0.2.15"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"