diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 36 |
1 files changed, 1 insertions, 35 deletions
@@ -125,22 +125,6 @@ dependencies = [ | |||
125 | ] | 125 | ] |
126 | 126 | ||
127 | [[package]] | 127 | [[package]] |
128 | name = "clap" | ||
129 | version = "3.0.0-alpha.1" | ||
130 | source = "git+https://github.com/kbknapp/clap-rs?branch=v3-master#eaa0700e7ed76f37d245a6878deb3b8e81754d6c" | ||
131 | dependencies = [ | ||
132 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
133 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
134 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
135 | "clap_derive 0.3.0 (git+https://github.com/clap-rs/clap_derive)", | ||
136 | "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
137 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
138 | "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
139 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
140 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
141 | ] | ||
142 | |||
143 | [[package]] | ||
144 | name = "clap-log-flag" | 128 | name = "clap-log-flag" |
145 | version = "0.1.0" | 129 | version = "0.1.0" |
146 | source = "registry+https://github.com/rust-lang/crates.io-index" | 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -164,16 +148,6 @@ dependencies = [ | |||
164 | ] | 148 | ] |
165 | 149 | ||
166 | [[package]] | 150 | [[package]] |
167 | name = "clap_derive" | ||
168 | version = "0.3.0" | ||
169 | source = "git+https://github.com/clap-rs/clap_derive#2fad2c8ae4b5c61a2bf343b4eed636d60bb161bf" | ||
170 | dependencies = [ | ||
171 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||
172 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
173 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
174 | ] | ||
175 | |||
176 | [[package]] | ||
177 | name = "cloudabi" | 151 | name = "cloudabi" |
178 | version = "0.0.3" | 152 | version = "0.0.3" |
179 | source = "registry+https://github.com/rust-lang/crates.io-index" | 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -298,11 +272,6 @@ dependencies = [ | |||
298 | ] | 272 | ] |
299 | 273 | ||
300 | [[package]] | 274 | [[package]] |
301 | name = "indexmap" | ||
302 | version = "1.0.1" | ||
303 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
304 | |||
305 | [[package]] | ||
306 | name = "itertools" | 275 | name = "itertools" |
307 | version = "0.7.8" | 276 | version = "0.7.8" |
308 | source = "registry+https://github.com/rust-lang/crates.io-index" | 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -602,7 +571,7 @@ dependencies = [ | |||
602 | name = "set_eq" | 571 | name = "set_eq" |
603 | version = "0.1.0" | 572 | version = "0.1.0" |
604 | dependencies = [ | 573 | dependencies = [ |
605 | "clap 3.0.0-alpha.1 (git+https://github.com/kbknapp/clap-rs?branch=v3-master)", | 574 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
606 | "clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 575 | "clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
607 | "clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 576 | "clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
608 | "dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 577 | "dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -865,10 +834,8 @@ dependencies = [ | |||
865 | "checksum cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131" | 834 | "checksum cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131" |
866 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" | 835 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
867 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 836 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
868 | "checksum clap 3.0.0-alpha.1 (git+https://github.com/kbknapp/clap-rs?branch=v3-master)" = "<none>" | ||
869 | "checksum clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b05213138aad9c0f820773c51e829eae4189986435aa5c115a6465b385892a5" | 837 | "checksum clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b05213138aad9c0f820773c51e829eae4189986435aa5c115a6465b385892a5" |
870 | "checksum clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda14f5323b2b747f52908c5b7b8af7790784088bc7c2957a11695e39ad476dc" | 838 | "checksum clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda14f5323b2b747f52908c5b7b8af7790784088bc7c2957a11695e39ad476dc" |
871 | "checksum clap_derive 0.3.0 (git+https://github.com/clap-rs/clap_derive)" = "<none>" | ||
872 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 839 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
873 | "checksum dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e34c238dfb3f5881d46ad301403cd8f8ecf946e2a4e89bdd1166728b68b5008" | 840 | "checksum dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e34c238dfb3f5881d46ad301403cd8f8ecf946e2a4e89bdd1166728b68b5008" |
874 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" | 841 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" |
@@ -885,7 +852,6 @@ dependencies = [ | |||
885 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 852 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
886 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" | 853 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
887 | "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" | 854 | "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" |
888 | "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" | ||
889 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" | 855 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" |
890 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 856 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
891 | "checksum lalrpop 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ba451f7bd819b7afc99d4cf4bdcd5a4861e64955ba9680ac70df3a50625ad6cf" | 857 | "checksum lalrpop 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ba451f7bd819b7afc99d4cf4bdcd5a4861e64955ba9680ac70df3a50625ad6cf" |