##// END OF EJS Templates
rust: move Cargo.lock...
Gregory Szorc -
r35619:98b87b83 default
parent child Browse files
Show More
@@ -1,127 +1,127 b''
1 [[package]]
1 [[package]]
2 name = "aho-corasick"
2 name = "aho-corasick"
3 version = "0.5.3"
3 version = "0.5.3"
4 source = "registry+https://github.com/rust-lang/crates.io-index"
4 source = "registry+https://github.com/rust-lang/crates.io-index"
5 dependencies = [
5 dependencies = [
6 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
6 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
7 ]
7 ]
8
8
9 [[package]]
9 [[package]]
10 name = "cpython"
10 name = "cpython"
11 version = "0.1.0"
11 version = "0.1.0"
12 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
12 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
13 dependencies = [
13 dependencies = [
14 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
14 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
15 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
15 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
16 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
16 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
17 ]
17 ]
18
18
19 [[package]]
19 [[package]]
20 name = "hgcli"
20 name = "hgcli"
21 version = "0.1.0"
21 version = "0.1.0"
22 dependencies = [
22 dependencies = [
23 "cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
23 "cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
24 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
24 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
25 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
25 "python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)",
26 ]
26 ]
27
27
28 [[package]]
28 [[package]]
29 name = "kernel32-sys"
29 name = "kernel32-sys"
30 version = "0.2.2"
30 version = "0.2.2"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 dependencies = [
32 dependencies = [
33 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
33 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
34 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
34 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
35 ]
35 ]
36
36
37 [[package]]
37 [[package]]
38 name = "libc"
38 name = "libc"
39 version = "0.2.34"
39 version = "0.2.35"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41
41
42 [[package]]
42 [[package]]
43 name = "memchr"
43 name = "memchr"
44 version = "0.1.11"
44 version = "0.1.11"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 dependencies = [
46 dependencies = [
47 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
47 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
48 ]
48 ]
49
49
50 [[package]]
50 [[package]]
51 name = "num-traits"
51 name = "num-traits"
52 version = "0.1.41"
52 version = "0.1.41"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54
54
55 [[package]]
55 [[package]]
56 name = "python27-sys"
56 name = "python27-sys"
57 version = "0.1.2"
57 version = "0.1.2"
58 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
58 source = "git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52#c90d65cf84abfffce7ef54476bbfed56017a2f52"
59 dependencies = [
59 dependencies = [
60 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
60 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
61 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
61 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
62 ]
62 ]
63
63
64 [[package]]
64 [[package]]
65 name = "regex"
65 name = "regex"
66 version = "0.1.80"
66 version = "0.1.80"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 dependencies = [
68 dependencies = [
69 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
69 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
70 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
70 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
71 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
71 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
72 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
72 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
73 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
73 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
74 ]
74 ]
75
75
76 [[package]]
76 [[package]]
77 name = "regex-syntax"
77 name = "regex-syntax"
78 version = "0.3.9"
78 version = "0.3.9"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80
80
81 [[package]]
81 [[package]]
82 name = "thread-id"
82 name = "thread-id"
83 version = "2.0.0"
83 version = "2.0.0"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 dependencies = [
85 dependencies = [
86 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
86 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
87 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
87 "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
88 ]
88 ]
89
89
90 [[package]]
90 [[package]]
91 name = "thread_local"
91 name = "thread_local"
92 version = "0.2.7"
92 version = "0.2.7"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 dependencies = [
94 dependencies = [
95 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
95 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
96 ]
96 ]
97
97
98 [[package]]
98 [[package]]
99 name = "utf8-ranges"
99 name = "utf8-ranges"
100 version = "0.1.3"
100 version = "0.1.3"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102
102
103 [[package]]
103 [[package]]
104 name = "winapi"
104 name = "winapi"
105 version = "0.2.8"
105 version = "0.2.8"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107
107
108 [[package]]
108 [[package]]
109 name = "winapi-build"
109 name = "winapi-build"
110 version = "0.1.1"
110 version = "0.1.1"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112
112
113 [metadata]
113 [metadata]
114 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
114 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
115 "checksum cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
115 "checksum cpython 0.1.0 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
116 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
116 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
117 "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
117 "checksum libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)" = "96264e9b293e95d25bfcbbf8a88ffd1aedc85b754eba8b7d78012f638ba220eb"
118 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
118 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
119 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
119 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
120 "checksum python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
120 "checksum python27-sys 0.1.2 (git+https://github.com/indygreg/rust-cpython.git?rev=c90d65cf84abfffce7ef54476bbfed56017a2f52)" = "<none>"
121 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
121 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
122 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
122 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
123 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
123 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
124 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
124 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
125 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
125 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
126 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
126 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
127 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
127 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
General Comments 0
You need to be logged in to leave comments. Login now