aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock80
1 files changed, 30 insertions, 50 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6ff6a8a..c4f9734 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,12 +92,6 @@ dependencies = [
92] 92]
93 93
94[[package]] 94[[package]]
95name = "cc"
96version = "1.0.58"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
99
100[[package]]
101name = "cfg-if" 95name = "cfg-if"
102version = "0.1.10" 96version = "0.1.10"
103source = "registry+https://github.com/rust-lang/crates.io-index" 97source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -167,12 +161,12 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
167 161
168[[package]] 162[[package]]
169name = "crossbeam-channel" 163name = "crossbeam-channel"
170version = "0.4.2" 164version = "0.4.3"
171source = "registry+https://github.com/rust-lang/crates.io-index" 165source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" 166checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
173dependencies = [ 167dependencies = [
168 "cfg-if",
174 "crossbeam-utils", 169 "crossbeam-utils",
175 "maybe-uninit",
176] 170]
177 171
178[[package]] 172[[package]]
@@ -236,10 +230,8 @@ dependencies = [
236 "lazy_static", 230 "lazy_static",
237 "libc", 231 "libc",
238 "log", 232 "log",
239 "maplit",
240 "ncurses",
241 "signal-hook", 233 "signal-hook",
242 "term_size", 234 "termion",
243 "unicode-segmentation", 235 "unicode-segmentation",
244 "unicode-width", 236 "unicode-width",
245] 237]
@@ -303,7 +295,7 @@ dependencies = [
303 295
304[[package]] 296[[package]]
305name = "dijo" 297name = "dijo"
306version = "0.1.3" 298version = "0.2.0"
307dependencies = [ 299dependencies = [
308 "chrono", 300 "chrono",
309 "clap", 301 "clap",
@@ -583,18 +575,6 @@ dependencies = [
583] 575]
584 576
585[[package]] 577[[package]]
586name = "maplit"
587version = "1.0.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
590
591[[package]]
592name = "maybe-uninit"
593version = "2.0.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
596
597[[package]]
598name = "mio" 578name = "mio"
599version = "0.6.22" 579version = "0.6.22"
600source = "registry+https://github.com/rust-lang/crates.io-index" 580source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -662,17 +642,6 @@ dependencies = [
662] 642]
663 643
664[[package]] 644[[package]]
665name = "ncurses"
666version = "5.99.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "15699bee2f37e9f8828c7b35b2bc70d13846db453f2d507713b758fabe536b82"
669dependencies = [
670 "cc",
671 "libc",
672 "pkg-config",
673]
674
675[[package]]
676name = "net2" 645name = "net2"
677version = "0.2.34" 646version = "0.2.34"
678source = "registry+https://github.com/rust-lang/crates.io-index" 647source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -774,6 +743,12 @@ dependencies = [
774] 743]
775 744
776[[package]] 745[[package]]
746name = "numtoa"
747version = "0.1.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
750
751[[package]]
777name = "owning_ref" 752name = "owning_ref"
778version = "0.4.1" 753version = "0.4.1"
779source = "registry+https://github.com/rust-lang/crates.io-index" 754source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -807,12 +782,6 @@ dependencies = [
807] 782]
808 783
809[[package]] 784[[package]]
810name = "pkg-config"
811version = "0.3.18"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
814
815[[package]]
816name = "proc-macro-hack" 785name = "proc-macro-hack"
817version = "0.5.16" 786version = "0.5.16"
818source = "registry+https://github.com/rust-lang/crates.io-index" 787source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -820,9 +789,9 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
820 789
821[[package]] 790[[package]]
822name = "proc-macro2" 791name = "proc-macro2"
823version = "1.0.18" 792version = "1.0.19"
824source = "registry+https://github.com/rust-lang/crates.io-index" 793source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" 794checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
826dependencies = [ 795dependencies = [
827 "unicode-xid", 796 "unicode-xid",
828] 797]
@@ -843,6 +812,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 812checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
844 813
845[[package]] 814[[package]]
815name = "redox_termios"
816version = "0.1.1"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
819dependencies = [
820 "redox_syscall",
821]
822
823[[package]]
846name = "redox_users" 824name = "redox_users"
847version = "0.3.4" 825version = "0.3.4"
848source = "registry+https://github.com/rust-lang/crates.io-index" 826source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -982,9 +960,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
982 960
983[[package]] 961[[package]]
984name = "syn" 962name = "syn"
985version = "1.0.34" 963version = "1.0.35"
986source = "registry+https://github.com/rust-lang/crates.io-index" 964source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "936cae2873c940d92e697597c5eee105fb570cd5689c695806f672883653349b" 965checksum = "fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0"
988dependencies = [ 966dependencies = [
989 "proc-macro2", 967 "proc-macro2",
990 "quote", 968 "quote",
@@ -992,13 +970,15 @@ dependencies = [
992] 970]
993 971
994[[package]] 972[[package]]
995name = "term_size" 973name = "termion"
996version = "0.3.2" 974version = "1.5.5"
997source = "registry+https://github.com/rust-lang/crates.io-index" 975source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" 976checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
999dependencies = [ 977dependencies = [
1000 "libc", 978 "libc",
1001 "winapi 0.3.9", 979 "numtoa",
980 "redox_syscall",
981 "redox_termios",
1002] 982]
1003 983
1004[[package]] 984[[package]]