]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
update dependencies and fix compile errors
[rust.git] / Cargo.lock
1 [root]
2 name = "rustfmt"
3 version = "0.0.1"
4 dependencies = [
5  "diff 0.1.7 (git+https://github.com/utkarshkukreti/diff.rs.git)",
6  "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
7  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
8  "log 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
9  "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
10  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
11  "strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
12  "syntex_syntax 0.22.0 (git+https://github.com/serde-rs/syntex)",
13  "term 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
14  "toml 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
15  "unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
16 ]
17
18 [[package]]
19 name = "aho-corasick"
20 version = "0.3.4"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 dependencies = [
23  "memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
24 ]
25
26 [[package]]
27 name = "bitflags"
28 version = "0.3.3"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30
31 [[package]]
32 name = "diff"
33 version = "0.1.7"
34 source = "git+https://github.com/utkarshkukreti/diff.rs.git#6edb9454bf4127087aced0fe07ab3ea6894083cb"
35
36 [[package]]
37 name = "env_logger"
38 version = "0.3.2"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 dependencies = [
41  "log 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
42  "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
43 ]
44
45 [[package]]
46 name = "getopts"
47 version = "0.2.14"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49
50 [[package]]
51 name = "kernel32-sys"
52 version = "0.2.1"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 dependencies = [
55  "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
56  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
57 ]
58
59 [[package]]
60 name = "libc"
61 version = "0.1.12"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63
64 [[package]]
65 name = "libc"
66 version = "0.2.2"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68
69 [[package]]
70 name = "log"
71 version = "0.3.3"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 dependencies = [
74  "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
75 ]
76
77 [[package]]
78 name = "memchr"
79 version = "0.1.7"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 dependencies = [
82  "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
83 ]
84
85 [[package]]
86 name = "regex"
87 version = "0.1.41"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 dependencies = [
90  "aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
91  "memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
92  "regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
93 ]
94
95 [[package]]
96 name = "regex-syntax"
97 version = "0.2.2"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99
100 [[package]]
101 name = "rustc-serialize"
102 version = "0.3.16"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104
105 [[package]]
106 name = "strings"
107 version = "0.0.1"
108 source = "git+https://github.com/nrc/strings.rs.git#d33d75a7c22522c76f2306b16b238e363de45af4"
109 dependencies = [
110  "log 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
111 ]
112
113 [[package]]
114 name = "syntex_syntax"
115 version = "0.22.0"
116 source = "git+https://github.com/serde-rs/syntex#7913a15053ef5f2526aeff8b318f49d010582efd"
117 dependencies = [
118  "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
119  "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
120  "log 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
121  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
122  "term 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
123  "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
124 ]
125
126 [[package]]
127 name = "term"
128 version = "0.2.13"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 dependencies = [
131  "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
132  "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
133 ]
134
135 [[package]]
136 name = "toml"
137 version = "0.1.23"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 dependencies = [
140  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
141 ]
142
143 [[package]]
144 name = "unicode-segmentation"
145 version = "0.1.2"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147
148 [[package]]
149 name = "unicode-xid"
150 version = "0.0.3"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152
153 [[package]]
154 name = "winapi"
155 version = "0.2.5"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157
158 [[package]]
159 name = "winapi-build"
160 version = "0.1.1"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162