]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
make links work
[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.1 (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.2 (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.18.0 (git+https://github.com/serde-rs/syntex)",
13  "term 0.2.12 (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.2"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 dependencies = [
23  "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
24 ]
25
26 [[package]]
27 name = "bitflags"
28 version = "0.3.2"
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.1"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 dependencies = [
41  "log 0.3.2 (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.1.4"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 dependencies = [
55  "winapi 0.2.4 (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.10"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63
64 [[package]]
65 name = "log"
66 version = "0.3.2"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 dependencies = [
69  "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
70 ]
71
72 [[package]]
73 name = "memchr"
74 version = "0.1.6"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 dependencies = [
77  "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
78 ]
79
80 [[package]]
81 name = "regex"
82 version = "0.1.41"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 dependencies = [
85  "aho-corasick 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
86  "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
87  "regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
88 ]
89
90 [[package]]
91 name = "regex-syntax"
92 version = "0.2.2"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94
95 [[package]]
96 name = "rustc-serialize"
97 version = "0.3.16"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99
100 [[package]]
101 name = "strings"
102 version = "0.0.1"
103 source = "git+https://github.com/nrc/strings.rs.git#78ba5d802102e4f46f03c5eb835a53106a4d35f7"
104 dependencies = [
105  "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
106 ]
107
108 [[package]]
109 name = "syntex_syntax"
110 version = "0.18.0"
111 source = "git+https://github.com/serde-rs/syntex#176ca5d8add606fac8d503b10c89ddb82f02d92b"
112 dependencies = [
113  "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
114  "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
115  "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
116  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
117  "term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
118  "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
119 ]
120
121 [[package]]
122 name = "term"
123 version = "0.2.12"
124 source = "registry+https://github.com/rust-lang/crates.io-index"
125 dependencies = [
126  "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
127  "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
128 ]
129
130 [[package]]
131 name = "toml"
132 version = "0.1.23"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 dependencies = [
135  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
136 ]
137
138 [[package]]
139 name = "unicode-segmentation"
140 version = "0.1.2"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142
143 [[package]]
144 name = "unicode-xid"
145 version = "0.0.3"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147
148 [[package]]
149 name = "winapi"
150 version = "0.2.4"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152
153 [[package]]
154 name = "winapi-build"
155 version = "0.1.1"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157