aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <[email protected]>2022-01-04 16:38:09 +0000
committerMaximilian Bosch <[email protected]>2022-01-04 16:38:09 +0000
commit7e673fc429df46f1792f5586965245b59d92990e (patch)
tree042e7380f5c8caad975b0758c47cadb603d9a77f
parent794a795f525ee3587ce317e65b24935aeb9ba5cf (diff)
rustyline: disable default features
-rw-r--r--Cargo.lock66
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 63 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48a5246..287db82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -144,16 +144,6 @@ dependencies = [
144] 144]
145 145
146[[package]] 146[[package]]
147name = "dirs-next"
148version = "2.0.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
151dependencies = [
152 "cfg-if 1.0.0",
153 "dirs-sys-next",
154]
155
156[[package]]
157name = "dirs-sys" 147name = "dirs-sys"
158version = "0.3.4" 148version = "0.3.4"
159source = "registry+https://github.com/rust-lang/crates.io-index" 149source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -161,18 +151,7 @@ checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
161dependencies = [ 151dependencies = [
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]]
169name = "dirs-sys-next"
170version = "0.1.2"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
173dependencies = [
174 "libc",
175 "redox_users 0.4.0",
176 "winapi", 155 "winapi",
177] 156]
178 157
@@ -225,18 +204,7 @@ checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
225dependencies = [ 204dependencies = [
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]]
232name = "getrandom"
233version = "0.2.3"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
236dependencies = [
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"
406checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 374checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
407 375
408[[package]] 376[[package]]
409name = "redox_syscall"
410version = "0.2.10"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
413dependencies = [
414 "bitflags",
415]
416
417[[package]]
418name = "redox_users" 377name = "redox_users"
419version = "0.3.4" 378version = "0.3.4"
420source = "registry+https://github.com/rust-lang/crates.io-index" 379source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" 380checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
422dependencies = [ 381dependencies = [
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]]
429name = "redox_users"
430version = "0.4.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
433dependencies = [
434 "getrandom 0.2.3",
435 "redox_syscall 0.2.10",
436]
437
438[[package]]
439name = "regex" 388name = "regex"
440version = "1.3.6" 389version = "1.3.6"
441source = "registry+https://github.com/rust-lang/crates.io-index" 390source = "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"
572checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 520checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
573 521
574[[package]] 522[[package]]
575name = "wasi"
576version = "0.10.2+wasi-snapshot-preview1"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
579
580[[package]]
581name = "winapi" 523name = "winapi"
582version = "0.3.8" 524version = "0.3.8"
583source = "registry+https://github.com/rust-lang/crates.io-index" 525source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 6ae2e05..4be652d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"]
12license = "MIT" 12license = "MIT"
13 13
14[dependencies] 14[dependencies]
15rustyline = "9.1.1" 15rustyline = { version = "9.1.1", default-features = false }
16clap = "2.32.0" 16clap = "2.32.0"
17radix_fmt = "1.0.0" 17radix_fmt = "1.0.0"
18lazy_static = "1.3.0" 18lazy_static = "1.3.0"