]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Merge pull request #90 from marcusklaas/empty-imports
[rust.git] / Cargo.lock
1 [root]
2 name = "rustfmt"
3 version = "0.0.1"
4 dependencies = [
5  "diff 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
6  "regex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
7  "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
8  "strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
9  "toml 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
10 ]
11
12 [[package]]
13 name = "aho-corasick"
14 version = "0.2.1"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 dependencies = [
17  "memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
18 ]
19
20 [[package]]
21 name = "diff"
22 version = "0.1.3"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24
25 [[package]]
26 name = "libc"
27 version = "0.1.8"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29
30 [[package]]
31 name = "memchr"
32 version = "0.1.3"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 dependencies = [
35  "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
36 ]
37
38 [[package]]
39 name = "regex"
40 version = "0.1.38"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 dependencies = [
43  "aho-corasick 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
44  "memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
45  "regex-syntax 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
46 ]
47
48 [[package]]
49 name = "regex-syntax"
50 version = "0.1.2"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52
53 [[package]]
54 name = "rustc-serialize"
55 version = "0.3.15"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57
58 [[package]]
59 name = "strings"
60 version = "0.0.1"
61 source = "git+https://github.com/nrc/strings.rs.git#b7f37c4545b7dba24fb28161cd9c405fae978be4"
62
63 [[package]]
64 name = "toml"
65 version = "0.1.20"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 dependencies = [
68  "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
69 ]
70