aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorest31 <[email protected]>2020-04-04 18:21:37 +0100
committerest31 <[email protected]>2020-04-04 18:22:14 +0100
commitdc142152e6d9953acd94e560d3282ef18c1a414a (patch)
treec79aad13458dd3c36b79054f26374b8622b1aceb /Cargo.lock
parent6207ac90da7e607218457bf872fa32df6b78f224 (diff)
Remove unused dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock50
1 files changed, 0 insertions, 50 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 016044f11..9e2901837 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -425,17 +425,6 @@ dependencies = [
425] 425]
426 426
427[[package]] 427[[package]]
428name = "goblin"
429version = "0.2.1"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "ddd5e3132801a1ac34ac53b97acde50c4685414dd2f291b9ea52afa6f07468c8"
432dependencies = [
433 "log",
434 "plain",
435 "scroll",
436]
437
438[[package]]
439name = "heck" 428name = "heck"
440version = "0.3.1" 429version = "0.3.1"
441source = "registry+https://github.com/rust-lang/crates.io-index" 430source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -607,16 +596,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" 596checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
608 597
609[[package]] 598[[package]]
610name = "libloading"
611version = "0.5.2"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
614dependencies = [
615 "cc",
616 "winapi 0.3.8",
617]
618
619[[package]]
620name = "linked-hash-map" 599name = "linked-hash-map"
621version = "0.5.2" 600version = "0.5.2"
622source = "registry+https://github.com/rust-lang/crates.io-index" 601source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -856,12 +835,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc" 835checksum = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc"
857 836
858[[package]] 837[[package]]
859name = "plain"
860version = "0.2.3"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
863
864[[package]]
865name = "ppv-lite86" 838name = "ppv-lite86"
866version = "0.2.6" 839version = "0.2.6"
867source = "registry+https://github.com/rust-lang/crates.io-index" 840source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1116,9 +1089,6 @@ version = "0.1.0"
1116dependencies = [ 1089dependencies = [
1117 "cargo_metadata", 1090 "cargo_metadata",
1118 "difference", 1091 "difference",
1119 "goblin",
1120 "libloading",
1121 "ra_mbe",
1122 "ra_proc_macro", 1092 "ra_proc_macro",
1123 "ra_tt", 1093 "ra_tt",
1124 "serde", 1094 "serde",
@@ -1436,26 +1406,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1406checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1437 1407
1438[[package]] 1408[[package]]
1439name = "scroll"
1440version = "0.10.1"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
1443dependencies = [
1444 "scroll_derive",
1445]
1446
1447[[package]]
1448name = "scroll_derive"
1449version = "0.10.1"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
1452dependencies = [
1453 "proc-macro2",
1454 "quote",
1455 "syn",
1456]
1457
1458[[package]]
1459name = "semver" 1409name = "semver"
1460version = "0.9.0" 1410version = "0.9.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index" 1411source = "registry+https://github.com/rust-lang/crates.io-index"