]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Merge pull request #487 from marcusklaas/konsts-n-statix
[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  "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
7  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
8  "strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
9  "term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
10  "toml 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
11  "unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
12 ]
13
14 [[package]]
15 name = "aho-corasick"
16 version = "0.3.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 dependencies = [
19  "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
20 ]
21
22 [[package]]
23 name = "diff"
24 version = "0.1.7"
25 source = "git+https://github.com/utkarshkukreti/diff.rs.git#6edb9454bf4127087aced0fe07ab3ea6894083cb"
26
27 [[package]]
28 name = "kernel32-sys"
29 version = "0.1.4"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 dependencies = [
32  "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
33  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
34 ]
35
36 [[package]]
37 name = "libc"
38 version = "0.1.10"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40
41 [[package]]
42 name = "log"
43 version = "0.3.2"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 dependencies = [
46  "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
47 ]
48
49 [[package]]
50 name = "memchr"
51 version = "0.1.6"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 dependencies = [
54  "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
55 ]
56
57 [[package]]
58 name = "regex"
59 version = "0.1.41"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 dependencies = [
62  "aho-corasick 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
63  "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
64  "regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
65 ]
66
67 [[package]]
68 name = "regex-syntax"
69 version = "0.2.2"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71
72 [[package]]
73 name = "rustc-serialize"
74 version = "0.3.16"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76
77 [[package]]
78 name = "strings"
79 version = "0.0.1"
80 source = "git+https://github.com/nrc/strings.rs.git#78ba5d802102e4f46f03c5eb835a53106a4d35f7"
81 dependencies = [
82  "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
83 ]
84
85 [[package]]
86 name = "term"
87 version = "0.2.12"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 dependencies = [
90  "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
91  "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "toml"
96 version = "0.1.22"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 dependencies = [
99  "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
100 ]
101
102 [[package]]
103 name = "unicode-segmentation"
104 version = "0.1.2"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106
107 [[package]]
108 name = "winapi"
109 version = "0.2.4"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111
112 [[package]]
113 name = "winapi-build"
114 version = "0.1.1"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116