diff options
-rw-r--r-- | Cargo.lock | 66 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 63 deletions
@@ -144,16 +144,6 @@ dependencies = [ | |||
144 | ] | 144 | ] |
145 | 145 | ||
146 | [[package]] | 146 | [[package]] |
147 | name = "dirs-next" | ||
148 | version = "2.0.0" | ||
149 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
150 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" | ||
151 | dependencies = [ | ||
152 | "cfg-if 1.0.0", | ||
153 | "dirs-sys-next", | ||
154 | ] | ||
155 | |||
156 | [[package]] | ||
157 | name = "dirs-sys" | 147 | name = "dirs-sys" |
158 | version = "0.3.4" | 148 | version = "0.3.4" |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" | 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -161,18 +151,7 @@ checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" | |||
161 | dependencies = [ | 151 | dependencies = [ |
162 | "cfg-if 0.1.10", | 152 | "cfg-if 0.1.10", |
163 | "libc", | 153 | "libc", |
164 | "redox_users 0.3.4", | 154 | "redox_users", |
165 | "winapi", | ||
166 | ] | ||
167 | |||
168 | [[package]] | ||
169 | name = "dirs-sys-next" | ||
170 | version = "0.1.2" | ||
171 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
172 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" | ||
173 | dependencies = [ | ||
174 | "libc", | ||
175 | "redox_users 0.4.0", | ||
176 | "winapi", | 155 | "winapi", |
177 | ] | 156 | ] |
178 | 157 | ||
@@ -225,18 +204,7 @@ checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | |||
225 | dependencies = [ | 204 | dependencies = [ |
226 | "cfg-if 0.1.10", | 205 | "cfg-if 0.1.10", |
227 | "libc", | 206 | "libc", |
228 | "wasi 0.9.0+wasi-snapshot-preview1", | 207 | "wasi", |
229 | ] | ||
230 | |||
231 | [[package]] | ||
232 | name = "getrandom" | ||
233 | version = "0.2.3" | ||
234 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
235 | checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" | ||
236 | dependencies = [ | ||
237 | "cfg-if 1.0.0", | ||
238 | "libc", | ||
239 | "wasi 0.10.2+wasi-snapshot-preview1", | ||
240 | ] | 208 | ] |
241 | 209 | ||
242 | [[package]] | 210 | [[package]] |
@@ -406,36 +374,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
406 | checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | 374 | checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
407 | 375 | ||
408 | [[package]] | 376 | [[package]] |
409 | name = "redox_syscall" | ||
410 | version = "0.2.10" | ||
411 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
412 | checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" | ||
413 | dependencies = [ | ||
414 | "bitflags", | ||
415 | ] | ||
416 | |||
417 | [[package]] | ||
418 | name = "redox_users" | 377 | name = "redox_users" |
419 | version = "0.3.4" | 378 | version = "0.3.4" |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" | 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
421 | checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" | 380 | checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
422 | dependencies = [ | 381 | dependencies = [ |
423 | "getrandom 0.1.14", | 382 | "getrandom", |
424 | "redox_syscall 0.1.56", | 383 | "redox_syscall", |
425 | "rust-argon2", | 384 | "rust-argon2", |
426 | ] | 385 | ] |
427 | 386 | ||
428 | [[package]] | 387 | [[package]] |
429 | name = "redox_users" | ||
430 | version = "0.4.0" | ||
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
432 | checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" | ||
433 | dependencies = [ | ||
434 | "getrandom 0.2.3", | ||
435 | "redox_syscall 0.2.10", | ||
436 | ] | ||
437 | |||
438 | [[package]] | ||
439 | name = "regex" | 388 | name = "regex" |
440 | version = "1.3.6" | 389 | version = "1.3.6" |
441 | source = "registry+https://github.com/rust-lang/crates.io-index" | 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -474,7 +423,6 @@ dependencies = [ | |||
474 | "bitflags", | 423 | "bitflags", |
475 | "cfg-if 1.0.0", | 424 | "cfg-if 1.0.0", |
476 | "clipboard-win", | 425 | "clipboard-win", |
477 | "dirs-next", | ||
478 | "fd-lock", | 426 | "fd-lock", |
479 | "libc", | 427 | "libc", |
480 | "log", | 428 | "log", |
@@ -572,12 +520,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
572 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | 520 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
573 | 521 | ||
574 | [[package]] | 522 | [[package]] |
575 | name = "wasi" | ||
576 | version = "0.10.2+wasi-snapshot-preview1" | ||
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
578 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" | ||
579 | |||
580 | [[package]] | ||
581 | name = "winapi" | 523 | name = "winapi" |
582 | version = "0.3.8" | 524 | version = "0.3.8" |
583 | source = "registry+https://github.com/rust-lang/crates.io-index" | 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"] | |||
12 | license = "MIT" | 12 | license = "MIT" |
13 | 13 | ||
14 | [dependencies] | 14 | [dependencies] |
15 | rustyline = "9.1.1" | 15 | rustyline = { version = "9.1.1", default-features = false } |
16 | clap = "2.32.0" | 16 | clap = "2.32.0" |
17 | radix_fmt = "1.0.0" | 17 | radix_fmt = "1.0.0" |
18 | lazy_static = "1.3.0" | 18 | lazy_static = "1.3.0" |