Codebase list rust-serde-xml-rs / 721491c
Refresh TODO with new deps of exa/mdbook Ximin Luo 5 years ago
2 changed file(s) with 116 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
111111 dependencies of mdbook/exa
112112 --------------------------
113113
114 This list is out-of-date, use debcargo.git/tests/sh/cargo-tree-deb-rec to regenerate::
115
116 ansi_term-0.8.0 -- needed by exa
117 bitflags-0.9.1 -- exa, mdbook
118 byteorder-0.4.2 -- exa
119 language-tags-0.2.2 -- mdbook
120 lazy_static-0.2.11 -- exa
121 mac-0.1.1 -- mdbook
122 maplit-1.0.1 -- mdbook
123 modifier-0.1.0 -- exa
124 nom-1.2.4 -- exa
125 open-1.2.1 -- mdbook
126 pest-1.0.6 -- mdbook
127 precomputed-hash-0.1.1 -- mdbook
128 regex-syntax-0.3.9 -- exa
129 - scoped_threadpool-0.1.9 -- exa
130 sequence_trie-0.3.5 -- mdbook
131 serde-0.9.15 -- xi-core-lib
132 strum-0.9.0 -- mdbook
133 - term-grid-0.1.7 - exa
134 traitobject-0.1.0 -- mdbook
135 typeable-0.1.2 -- mdbook
136 utf8-ranges-0.1.3 -- exa
114 To regenerate the below list; run something like::
115
116 for c in <CRATES>; do \
117 debcargo.git/tests/sh/cargo-tree-deb-rec $c; done \
118 | sed -e 's/ v/ /g' \
119 | dev/filter-semver.sh \
120 | awk '!x[$0]++' \
121 | dev/filter-in-debian.sh \
122 | sed -nre 's/(.*) 0$/\1/gp'
123
124 Results as of 2018-08-03::
125
126 winapi 0.2
127 pad 0.1
128 num-traits 0.1
129 nom 1
130 locale 0.2
131 kernel32-sys 0.2
132 iso8601 0.1
133 datetime 0.4
134 byteorder 0.4
135 zoneinfo_compiled 0.4
136 utf8-ranges 0.1
137 users 0.5
138 thread-id 2
139 thread_local 0.2
140 regex-syntax 0.3
141 memchr 0.1
142 aho-corasick 0.5
143 regex 0.1
144 log 0.3
145 libgit2-sys 0.6
146 lazy_static 0.2
147 libssh2-sys 0.2
148 curl-sys 0.4
149 bitflags 0.9
150 git2 0.6
151 env_logger 0.3
152 ansi_term 0.8
153 exa 0.8
154 ws2_32-sys 0.2
155 slab 0.3
156 miow 0.2
157 lazycell 0.6
158 iovec 0.1
159 mio 0.6
160 bytes 0.4
161 ws 0.7
162 traitobject 0.1
163 unsafe-any 0.4
164 unicode-xid 0.0
165 unicase 1
166 typemap 0.3
167 typeable 0.1
168 backtrace-sys 0.1
169 backtrace 0.3
170 error-chain 0.12
171 toml-query 0.7
172 new_debug_unreachable 1
173 mac 0.1
174 futf 0.1
175 tendril 0.4
176 synom 0.11
177 proc-macro2 0.3
178 quote 0.5
179 syn 0.13
180 quote 0.3
181 syn 0.11
182 strum_macros 0.9
183 strum 0.9
184 phf_shared 0.7
185 phf_generator 0.7
186 string_cache_codegen 0.4
187 precomputed-hash 0.1
188 string_cache 0.7
189 sequence_trie 0.3
190 safemem 0.2
191 plugin 0.2
192 phf_codegen 0.7
193 phf 0.7
194 modifier 0.1
195 mime 0.2
196 mime_guess 1
197 base64 0.6
198 hyper 0.10
199 iron 0.6
200 mount 0.4
201 staticfile 0.5
202 slab 0.1
203 pulldown-cmark 0.1
204 pest 1
205 pest_derive 1
206 open 1
207 bitflags 0.4
208 nix 0.5
209 miow 0.1
210 bytes 0.3
211 mio 0.5
212 inotify 0.3
213 fsevent-sys 0.1
214 bitflags 0.7
215 fsevent 0.2
216 filetime 0.1
217 notify 4
218 markup5ever 0.7
219 maplit 1
220 html5ever 0.22
221 handlebars 0.32
222 rust-stemmers 1
223 elasticlunr-rs 2
224 ammonia 1
225 mdbook 0.2
0 #!/bin/sh
1 sed -r \
2 -e 's/([1-9]+)\.[0-9]+\.[0-9]+/\1/g' \
3 -e 's/(0\.[0-9]+)\.[0-9]+/\1/g'