gnu: Add rust-rustc-std-workspace-alloc-1.0.
[jackhill/guix/guix.git] / gnu / packages / crates-io.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
3 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
4 ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
5 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
6 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
7 ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
8 ;;;
9 ;;; This file is part of GNU Guix.
10 ;;;
11 ;;; GNU Guix is free software; you can redistribute it and/or modify it
12 ;;; under the terms of the GNU General Public License as published by
13 ;;; the Free Software Foundation; either version 3 of the License, or (at
14 ;;; your option) any later version.
15 ;;;
16 ;;; GNU Guix is distributed in the hope that it will be useful, but
17 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;;; GNU General Public License for more details.
20 ;;;
21 ;;; You should have received a copy of the GNU General Public License
22 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
23
24 (define-module (gnu packages crates-io)
25 #:use-module (guix build-system cargo)
26 #:use-module (guix download)
27 #:use-module ((guix licenses) #:prefix license:)
28 #:use-module (guix packages))
29
30 ;;;
31 ;;; Please: Try to add new module packages in alphabetic order.
32 ;;;
33
34 (define-public rust-adler32-1.0
35 (package
36 (name "rust-adler32")
37 (version "1.0.4")
38 (source
39 (origin
40 (method url-fetch)
41 (uri (crate-uri "adler32" version))
42 (file-name
43 (string-append name "-" version ".crate"))
44 (sha256
45 (base32
46 "1hnan4fgmnidgn2k84hh2i67c3wp2c5iwd5hs61yi7gwwx1p6bjx"))))
47 (build-system cargo-build-system)
48 (arguments
49 `(#:skip-build? #t
50 #:cargo-development-inputs
51 (("rust-rand" ,rust-rand-0.4))))
52 (home-page "https://github.com/remram44/adler32-rs")
53 (synopsis "Implementation of the Adler32 rolling hash algorithm")
54 (description
55 "This library is an implementation of the Adler32 rolling hash algorithm in
56 the Rust programming language.")
57 (license (list license:bsd-3
58 license:zlib))))
59
60 (define-public rust-addr2line-0.9
61 (package
62 (name "rust-addr2line")
63 (version "0.9.0")
64 (source
65 (origin
66 (method url-fetch)
67 (uri (crate-uri "addr2line" version))
68 (file-name
69 (string-append name "-" version ".tar.gz"))
70 (sha256
71 (base32
72 "17rlf04nx3g3rcy661v24ksnmpk6vqn680g5b5sp8lk20iih2xnx"))))
73 (build-system cargo-build-system)
74 (arguments
75 `(#:skip-build? #t
76 #:cargo-inputs
77 (("rust-cpp-demangle" ,rust-cpp-demangle-0.2)
78 ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
79 ("rust-gimli" ,rust-gimli-0.18)
80 ("rust-intervaltree" ,rust-intervaltree-0.2)
81 ("rust-lazycell" ,rust-lazycell-1.2)
82 ("rust-object" ,rust-object-0.12)
83 ("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
84 ("rust-smallvec" ,rust-smallvec-0.6))
85 #:cargo-development-inputs
86 (("rust-backtrace" ,rust-backtrace-0.3)
87 ("rust-clap" ,rust-clap-2)
88 ("rust-findshlibs" ,rust-findshlibs-0.5)
89 ("rust-memmap" ,rust-memmap-0.7)
90 ("rust-rustc-test" ,rust-rustc-test-0.3))))
91 (home-page "https://github.com/gimli-rs/addr2line")
92 (synopsis "Symbolication library written in Rust, using gimli")
93 (description
94 "This package provides a cross-platform symbolication library written in
95 Rust, using gimli.")
96 (license (list license:asl2.0 license:expat))))
97
98 (define-public rust-afl-0.4
99 (package
100 (name "rust-afl")
101 (version "0.4.3")
102 (source
103 (origin
104 (method url-fetch)
105 (uri (crate-uri "afl" version))
106 (file-name
107 (string-append name "-" version ".tar.gz"))
108 (sha256
109 (base32
110 "0g2chc18ji7qxi0d03n2ai140qdcww958v5si6rcjnnhmri1vyfb"))))
111 (build-system cargo-build-system)
112 (arguments
113 `(#:skip-build? #t
114 #:cargo-inputs
115 (("rust-cc" ,rust-cc-1.0)
116 ("rust-clap" ,rust-clap-2)
117 ("rust-rustc-version" ,rust-rustc-version-0.2)
118 ("rust-xdg" ,rust-xdg-2.2))
119 #:cargo-development-inputs
120 (("rust-rustc-version" ,rust-rustc-version-0.2)
121 ("rust-xdg" ,rust-xdg-2.2))))
122 (home-page "https://github.com/rust-fuzz/afl.rs")
123 (synopsis
124 "Fuzzing Rust code with american-fuzzy-lop")
125 (description
126 "Fuzz Rust code with american-fuzzy-lop.")
127 (license license:asl2.0)))
128
129 (define-public rust-aho-corasick-0.7
130 (package
131 (name "rust-aho-corasick")
132 (version "0.7.6")
133 (source
134 (origin
135 (method url-fetch)
136 (uri (crate-uri "aho-corasick" version))
137 (file-name
138 (string-append name "-" version ".tar.gz"))
139 (sha256
140 (base32
141 "0b8dh20fhdc59dhhnfi89n2bi80a8zbagzd5c122hf1vv2amxysq"))))
142 (build-system cargo-build-system)
143 (arguments
144 `(#:skip-build? #t
145 #:cargo-inputs (("rust-memchr" ,rust-memchr-2.2))
146 #:cargo-development-inputs
147 (("rust-doc-comment" ,rust-doc-comment-0.3))))
148 (home-page "https://github.com/BurntSushi/aho-corasick")
149 (synopsis "Fast multiple substring searching")
150 (description
151 "Fast multiple substring searching.")
152 (license (list license:unlicense license:expat))))
153
154 (define-public rust-ansi-term-0.11
155 (package
156 (name "rust-ansi-term")
157 (version "0.11.0")
158 (source
159 (origin
160 (method url-fetch)
161 (uri (crate-uri "ansi_term" version))
162 (file-name (string-append name "-" version ".crate"))
163 (sha256
164 (base32
165 "16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf"))))
166 (build-system cargo-build-system)
167 (arguments
168 `(#:skip-build? #t
169 #:cargo-inputs
170 (("rust-winapi" ,rust-winapi-0.3))))
171 (home-page "https://github.com/ogham/rust-ansi-term")
172 (synopsis "Library for ANSI terminal colours and styles")
173 (description
174 "This is a library for controlling colours and formatting, such as red bold
175 text or blue underlined text, on ANSI terminals.")
176 (license license:expat)))
177
178 (define-public rust-antidote-1.0
179 (package
180 (name "rust-antidote")
181 (version "1.0.0")
182 (source
183 (origin
184 (method url-fetch)
185 (uri (crate-uri "antidote" version))
186 (file-name (string-append name "-" version ".crate"))
187 (sha256
188 (base32
189 "19g2sw2qa2ibnh4x7j1snk46593jgx6y7rnvva496ynq61af5z9l"))))
190 (build-system cargo-build-system)
191 (arguments '(#:skip-build? #t))
192 (home-page "https://github.com/sfackler/rust-antidote")
193 (synopsis "Poison-free Mutex and RwLock types")
194 (description
195 "These types expose identical APIs to the standard library @code{Mutex} and
196 @code{RwLock} except that they do not return @code{PoisonError}s.")
197 (license (list license:asl2.0
198 license:expat))))
199
200 (define-public rust-approx-0.3
201 (package
202 (name "rust-approx")
203 (version "0.3.2")
204 (source
205 (origin
206 (method url-fetch)
207 (uri (crate-uri "approx" version))
208 (file-name
209 (string-append name "-" version ".tar.gz"))
210 (sha256
211 (base32
212 "1hx580xjdxl3766js9b49rnbnmr8gw8c060809l43k9f0xshprph"))))
213 (build-system cargo-build-system)
214 (arguments
215 `(#:skip-build? #t
216 #:cargo-inputs
217 (("rust-num-complex" ,rust-num-complex-0.2)
218 ("rust-num-traits" ,rust-num-traits-0.2))))
219 (home-page "https://github.com/brendanzab/approx")
220 (synopsis
221 "Approximate floating point equality comparisons and assertions")
222 (description
223 "Approximate floating point equality comparisons and assertions.")
224 (license license:asl2.0)))
225
226 (define-public rust-arc-swap-0.3
227 (package
228 (name "rust-arc-swap")
229 (version "0.3.11")
230 (source
231 (origin
232 (method url-fetch)
233 (uri (crate-uri "arc-swap" version))
234 (file-name
235 (string-append name "-" version ".tar.gz"))
236 (sha256
237 (base32
238 "0ha8724dpki985v52ifq5sd98xvpa5q51hyma52di75dbqbn4imw"))))
239 (build-system cargo-build-system)
240 (arguments
241 `(#:skip-build? #t
242 #:cargo-development-inputs
243 (("rust-crossbeam" ,rust-crossbeam-0.7)
244 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
245 ("rust-itertools" ,rust-itertools-0.8)
246 ("rust-lazy-static" ,rust-lazy-static-1.3)
247 ("rust-model" ,rust-model-0.1)
248 ("rust-num-cpus" ,rust-num-cpus-1.10)
249 ("rust-parking-lot" ,rust-parking-lot-0.8)
250 ("rust-proptest" ,rust-proptest-0.9)
251 ("rust-version-sync" ,rust-version-sync-0.8))))
252 (home-page "https://github.com/vorner/arc-swap")
253 (synopsis "Atomically swappable Arc")
254 (description "This package provides an atomically swappable Arc.")
255 (license (list license:expat license:asl2.0))))
256
257 (define-public rust-argon2rs-0.2
258 (package
259 (name "rust-argon2rs")
260 (version "0.2.5")
261 (source
262 (origin
263 (method url-fetch)
264 (uri (crate-uri "argon2rs" version))
265 (file-name
266 (string-append name "-" version ".tar.gz"))
267 (sha256
268 (base32
269 "14mkgkrjd4b4zy92pflz6yb4j1wn2chbd8jczxknxbkdm2vb0rrz"))))
270 (build-system cargo-build-system)
271 (arguments
272 `(#:skip-build? #t
273 #:cargo-inputs
274 (("rust-blake2-rfc" ,rust-blake2-rfc-0.2)
275 ("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1))
276 #:cargo-development-inputs
277 (("rust-cargon" ,rust-cargon-0.0))))
278 (home-page "https://github.com/bryant/argon2rs")
279 (synopsis "Rust password hashing library that runs on Argon2")
280 (description "This package provides a pure Rust password hashing library
281 that runs on Argon2.")
282 (license license:expat)))
283
284 (define-public rust-arrayvec-0.4
285 (package
286 (name "rust-arrayvec")
287 (version "0.4.10")
288 (source
289 (origin
290 (method url-fetch)
291 (uri (crate-uri "arrayvec" version))
292 (file-name
293 (string-append name "-" version ".tar.gz"))
294 (sha256
295 (base32
296 "0wcch3ca9qvkixgdbd2afrv1xa27l83vpraf7frsh9l8pivgpiwj"))))
297 (build-system cargo-build-system)
298 (arguments
299 `(#:skip-build? #t
300 #:cargo-inputs
301 (("rust-nodrop" ,rust-nodrop-0.1)
302 ("rust-serde" ,rust-serde-1.0))
303 #:cargo-development-inputs
304 (("rust-bencher" ,rust-bencher-0.1)
305 ("rust-matches" ,rust-matches-0.1)
306 ("rust-serde-test" ,rust-serde-test-1.0))))
307 (home-page "https://github.com/bluss/arrayvec")
308 (synopsis "Vector with fixed capacity")
309 (description
310 "This package provides a vector with fixed capacity, backed by an
311 array (it can be stored on the stack too). Implements fixed capacity
312 ArrayVec and ArrayString.")
313 (license (list license:expat license:asl2.0))))
314
315 (define-public rust-ascii-0.9
316 (package
317 (name "rust-ascii")
318 (version "0.9.1")
319 (source
320 (origin
321 (method url-fetch)
322 (uri (crate-uri "ascii" version))
323 (file-name
324 (string-append name "-" version ".tar.gz"))
325 (sha256
326 (base32
327 "0dck6rsjnxlczyjnncn8hf16bxj42m1vi6s2n32c1jg2ijd9dz55"))))
328 (build-system cargo-build-system)
329 (arguments
330 `(#:skip-build? #t
331 #:cargo-inputs
332 (("rust-quickcheck" ,rust-quickcheck-0.8)
333 ("rust-serde" ,rust-serde-1.0)
334 ("rust-serde-test" ,rust-serde-test-1.0))))
335 (home-page "https://github.com/tomprogrammer/rust-ascii")
336 (synopsis
337 "ASCII-only equivalents to char, str and String")
338 (description
339 "ASCII-only equivalents to @code{char}, @code{str} and @code{String}.")
340 (license (list license:expat license:asl2.0))))
341
342 (define-public rust-atty-0.2
343 (package
344 (name "rust-atty")
345 (version "0.2.13")
346 (source
347 (origin
348 (method url-fetch)
349 (uri (crate-uri "atty" version))
350 (file-name (string-append name "-" version ".crate"))
351 (sha256
352 (base32
353 "140sswp1bwqwc4zk80bxkbnfb3g936hgrb77g9g0k1zcld3wc0qq"))))
354 (build-system cargo-build-system)
355 (arguments
356 `(#:skip-build? #t
357 #:cargo-inputs
358 (("rust-libc" ,rust-libc-0.2)
359 ("rust-winapi" ,rust-winapi-0.3))))
360 (home-page "https://github.com/softprops/atty")
361 (synopsis "Simple interface for querying atty")
362 (description
363 "This package provides a simple interface for querying atty.")
364 (license license:expat)))
365
366 (define-public rust-autocfg-0.1
367 (package
368 (name "rust-autocfg")
369 (version "0.1.7")
370 (source
371 (origin
372 (method url-fetch)
373 (uri (crate-uri "autocfg" version))
374 (file-name (string-append name "-" version ".crate"))
375 (sha256
376 (base32
377 "1chwgimpx5z7xbag7krr9d8asxfqbh683qhgl9kn3hxk2l0djj8x"))))
378 (build-system cargo-build-system)
379 (arguments '(#:skip-build? #t))
380 (home-page "https://github.com/cuviper/autocfg")
381 (synopsis "Automatic cfg for Rust compiler features")
382 (description "Rust library for build scripts to automatically configure
383 code based on compiler support. Code snippets are dynamically tested to see
384 if the @code{rustc} will accept them, rather than hard-coding specific version
385 support.")
386 (license (list license:asl2.0
387 license:expat))))
388
389 (define-public rust-backtrace-0.3
390 (package
391 (name "rust-backtrace")
392 (version "0.3.32")
393 (source
394 (origin
395 (method url-fetch)
396 (uri (crate-uri "backtrace" version))
397 (file-name
398 (string-append name "-" version ".tar.gz"))
399 (sha256
400 (base32
401 "1rgsaha3b6wxh564s4jqn5hl5pkmg214blyjjs1svafib190zd8q"))))
402 (build-system cargo-build-system)
403 (arguments
404 `(#:skip-build? #t
405 #:cargo-inputs
406 (("rust-addr2line" ,rust-addr2line-0.9)
407 ("rust-backtrace-sys" ,rust-backtrace-sys-0.1)
408 ("rust-cfg-if" ,rust-cfg-if-0.1)
409 ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
410 ("rust-cpp-demangle" ,rust-cpp-demangle-0.2)
411 ("rust-findshlibs" ,rust-findshlibs-0.5)
412 ("rust-goblin" ,rust-goblin-0.0)
413 ("rust-libc" ,rust-libc-0.2)
414 ("rust-memmap" ,rust-memmap-0.7)
415 ("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
416 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
417 ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0)
418 ("rust-serde" ,rust-serde-1.0)
419 ("rust-winapi" ,rust-winapi-0.3))))
420 (home-page "https://github.com/rust-lang/backtrace-rs")
421 (synopsis
422 "Acquire a stack trace (backtrace) at runtime in a Rust program")
423 (description
424 "This package provides a library to acquire a stack
425 trace (backtrace) at runtime in a Rust program.")
426 (license (list license:asl2.0 license:expat))))
427
428 (define-public rust-backtrace-sys-0.1
429 (package
430 (name "rust-backtrace-sys")
431 (version "0.1.32")
432 (source
433 (origin
434 (method url-fetch)
435 (uri (crate-uri "backtrace-sys" version))
436 (file-name (string-append name "-" version ".crate"))
437 (sha256
438 (base32
439 "14c406z8bdmms8a5l8cv79jfkz1mk10qk5p97izf4vai53qparax"))))
440 (build-system cargo-build-system)
441 (arguments
442 `(#:skip-build? #t
443 #:cargo-inputs
444 (("rust-libc" ,rust-libc-0.2)
445 ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
446 ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))
447 #:cargo-development-inputs
448 (("rust-cc" ,rust-cc-1.0))))
449 (home-page "https://github.com/rust-lang/backtrace-rs")
450 (synopsis "Bindings to the libbacktrace gcc library")
451 (description
452 "This package provides bindings to the libbacktrace gcc library.")
453 (license (list license:asl2.0
454 license:expat))))
455
456 (define-public rust-base64-0.10
457 (package
458 (name "rust-base64")
459 (version "0.10.1")
460 (source
461 (origin
462 (method url-fetch)
463 (uri (crate-uri "base64" version))
464 (file-name
465 (string-append name "-" version ".tar.gz"))
466 (sha256
467 (base32
468 "13k6bvd3n6dm7jqn9x918w65dd9xhx454bqphbnv0bkd6n9dj98b"))))
469 (build-system cargo-build-system)
470 (arguments
471 `(#:skip-build? #t
472 #:cargo-inputs
473 (("rust-byteorder" ,rust-byteorder-1.3))
474 #:cargo-development-inputs
475 (("rust-criterion" ,rust-criterion-0.2)
476 ("rust-rand" ,rust-rand-0.4))))
477 (home-page "https://github.com/marshallpierce/rust-base64")
478 (synopsis "Encodes and decodes base64 as bytes or utf8")
479 (description
480 "Encodes and decodes base64 as bytes or utf8.")
481 (license (list license:expat license:asl2.0))))
482
483 (define-public rust-base-x-0.2
484 (package
485 (name "rust-base-x")
486 (version "0.2.6")
487 (source
488 (origin
489 (method url-fetch)
490 (uri (crate-uri "base-x" version))
491 (file-name (string-append name "-" version ".crate"))
492 (sha256
493 (base32
494 "1hfy0wv7j5ynd73yk1vyr32pqa77rp15lkrc54f8ky9c6hcbc80v"))))
495 (build-system cargo-build-system)
496 (arguments
497 `(#:skip-build? #t
498 #:cargo-development-inputs
499 (("rust-bencher" ,rust-bencher-0.1)
500 ("rust-json" ,rust-json-0.11)
501 ("rust-rand" ,rust-rand-0.3))))
502 (home-page "https://github.com/OrKoN/base-x-rs")
503 (synopsis "Encode/decode any base")
504 (description "This library provides for encoding and decoding any base.")
505 (license license:expat)))
506
507 (define-public rust-bencher-0.1
508 (package
509 (name "rust-bencher")
510 (version "0.1.5")
511 (source
512 (origin
513 (method url-fetch)
514 (uri (crate-uri "bencher" version))
515 (file-name (string-append name "-" version ".crate"))
516 (sha256
517 (base32
518 "1x8p2xblgqssay8cdykp5pkfc0np0jk5bs5cx4f5av097aav9zbx"))))
519 (build-system cargo-build-system)
520 (arguments '(#:skip-build? #t))
521 (home-page "https://github.com/bluss/bencher/")
522 (synopsis "Port of the libtest benchmark runner to Rust stable")
523 (description "This package provides a port of the libtest (unstable Rust)
524 benchmark runner to Rust stable releases. Supports running benchmarks and
525 filtering based on the name. Benchmark execution works exactly the same way
526 and no more (caveat: black_box is still missing!).")
527 (license (list license:asl2.0
528 license:expat))))
529
530 (define-public rust-bincode-1.1
531 (package
532 (name "rust-bincode")
533 (version "1.1.4")
534 (source
535 (origin
536 (method url-fetch)
537 (uri (crate-uri "bincode" version))
538 (file-name
539 (string-append name "-" version ".tar.gz"))
540 (sha256
541 (base32
542 "1xx6bp39irvsndk6prnmmq8m1l9p6q2qj21j6mfks2y81pjsa14z"))))
543 (build-system cargo-build-system)
544 (arguments
545 `(#:skip-build? #t
546 #:cargo-inputs
547 (("rust-autocfg" ,rust-autocfg-0.1)
548 ("rust-byteorder" ,rust-byteorder-1.3)
549 ("rust-serde" ,rust-serde-1.0))
550 #:cargo-development-inputs
551 (("rust-serde-bytes" ,rust-serde-bytes-0.11)
552 ("rust-serde-derive" ,rust-serde-derive-1.0))))
553 (home-page "https://github.com/servo/bincode")
554 (synopsis
555 "Binary serialization/deserialization strategy")
556 (description
557 "This package provides a binary serialization/deserialization strategy
558 that uses Serde for transforming structs into bytes and vice versa!")
559 (license license:expat)))
560
561 (define-public rust-generator-0.6
562 (package
563 (name "rust-generator")
564 (version "0.6.18")
565 (source
566 (origin
567 (method url-fetch)
568 (uri (crate-uri "generator" version))
569 (file-name
570 (string-append name "-" version ".tar.gz"))
571 (sha256
572 (base32
573 "0p4iq1n53dy72dhma02wfjrazf2hq2745f9si9yi7jxviks7c8l7"))))
574 (build-system cargo-build-system)
575 (arguments
576 `(#:skip-build? #t
577 #:cargo-inputs
578 (("rust-libc" ,rust-libc-0.2)
579 ("rust-log" ,rust-log-0.4)
580 ("rust-winapi" ,rust-winapi-0.3))
581 #:cargo-development-inputs
582 (("rust-cc" ,rust-cc-1.0)
583 ("rust-rustc-version" ,rust-rustc-version-0.2))))
584 (home-page "https://github.com/Xudong-Huang/generator-rs")
585 (synopsis "Stackfull Generator Library in Rust")
586 (description "Stackfull Generator Library in Rust.")
587 (license (list license:asl2.0 license:expat))))
588
589 (define-public rust-bindgen-0.50
590 (package
591 (name "rust-bindgen")
592 (version "0.50.0")
593 (source
594 (origin
595 (method url-fetch)
596 (uri (crate-uri "bindgen" version))
597 (file-name
598 (string-append name "-" version ".tar.gz"))
599 (sha256
600 (base32
601 "1k4n1d002vrfn1mlpww3ib7f275yn4rpxfwkqpr9bym27zg17ab5"))))
602 (build-system cargo-build-system)
603 (arguments
604 `(#:skip-build? #t
605 #:cargo-inputs
606 (("rust-bitflags" ,rust-bitflags-1)
607 ("rust-cexpr" ,rust-cexpr-0.3)
608 ("rust-cfg-if" ,rust-cfg-if-0.1)
609 ("rust-clang-sys" ,rust-clang-sys-0.28)
610 ("rust-clap" ,rust-clap-2)
611 ("rust-env-logger" ,rust-env-logger-0.6)
612 ("rust-fxhash" ,rust-fxhash-0.2)
613 ("rust-lazy-static" ,rust-lazy-static-1.3)
614 ("rust-log" ,rust-log-0.4)
615 ("rust-peeking-take-while" ,rust-peeking-take-while-0.1)
616 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
617 ("rust-quote" ,rust-quote-1.0)
618 ("rust-regex" ,rust-regex-1.1)
619 ("rust-shlex" ,rust-shlex-0.1)
620 ("rust-which" ,rust-which-2.0))
621 #:cargo-development-inputs
622 (("rust-clap" ,rust-clap-2)
623 ("rust-diff" ,rust-diff-0.1)
624 ("rust-shlex" ,rust-shlex-0.1))))
625 (home-page
626 "https://rust-lang.github.io/rust-bindgen/")
627 (synopsis
628 "Automatically generates FFI bindings to C and C++libraries")
629 (description
630 "Automatically generates Rust FFI bindings to C and C++
631 libraries.")
632 (license license:bsd-3)))
633
634 (define-public rust-bit-set-0.5
635 (package
636 (name "rust-bit-set")
637 (version "0.5.1")
638 (source
639 (origin
640 (method url-fetch)
641 (uri (crate-uri "bit-set" version))
642 (file-name
643 (string-append name "-" version ".tar.gz"))
644 (sha256
645 (base32
646 "100ac8867bvbx9kv634w4xjk98b71i8nq4wdcvpf3cf4ha4j6k78"))))
647 (build-system cargo-build-system)
648 (arguments
649 `(#:skip-build? #t
650 #:cargo-inputs
651 (("rust-bit-vec" ,rust-bit-vec-0.5))
652 #:cargo-development-inputs
653 (("rust-rand" ,rust-rand-0.4))))
654 (home-page "https://github.com/contain-rs/bit-set")
655 (synopsis "Set of bits")
656 (description
657 "This package provides a set of bits.")
658 (license (list license:asl2.0 license:expat))))
659
660 (define-public rust-bit-vec-0.5
661 (package
662 (name "rust-bit-vec")
663 (version "0.5.1")
664 (source
665 (origin
666 (method url-fetch)
667 (uri (crate-uri "bit-vec" version))
668 (file-name
669 (string-append name "-" version ".tar.gz"))
670 (sha256
671 (base32
672 "1fyh8221s6cxlmng01v8v2ljhavzawqqs8r1xjc66ap5sjavx6zm"))))
673 (build-system cargo-build-system)
674 (arguments
675 `(#:skip-build? #t
676 #:cargo-inputs
677 (("rust-serde" ,rust-serde-1.0))
678 #:cargo-development-inputs
679 (("rust-serde-json" ,rust-serde-json-1.0))))
680 (home-page "https://github.com/contain-rs/bit-vec")
681 (synopsis "Vector of bits")
682 (description
683 "This package provides a vector of bits.")
684 (license (list license:expat license:asl2.0))))
685
686 (define-public rust-bitflags-1
687 (package
688 (name "rust-bitflags")
689 (version "1.2.1")
690 (source
691 (origin
692 (method url-fetch)
693 (uri (crate-uri "bitflags" version))
694 (file-name (string-append name "-" version ".crate"))
695 (sha256
696 (base32
697 "14qnd5nq8p2almk79m4m8ydqhd413yaxsyjp5xd19g3mikzf47fg"))))
698 (build-system cargo-build-system)
699 (arguments '(#:skip-build? #t))
700 (home-page "https://github.com/bitflags/bitflags")
701 (synopsis "Macro to generate structures which behave like bitflags")
702 (description "This package provides a macro to generate structures which
703 behave like a set of bitflags.")
704 (license (list license:asl2.0
705 license:expat))))
706
707 (define-public rust-blake2-rfc-0.2
708 (package
709 (name "rust-blake2-rfc")
710 (version "0.2.18")
711 (source
712 (origin
713 (method url-fetch)
714 (uri (crate-uri "blake2-rfc" version))
715 (file-name
716 (string-append name "-" version ".tar.gz"))
717 (sha256
718 (base32
719 "0034g47hyq2bzmk40895ill1mbnpmmjakdq3dmm9clidvl5m6vax"))))
720 (build-system cargo-build-system)
721 (arguments
722 `(#:skip-build? #t
723 #:cargo-inputs
724 (("rust-arrayvec" ,rust-arrayvec-0.4)
725 ("rust-clippy" ,rust-clippy-0.0)
726 ("rust-constant-time-eq" ,rust-constant-time-eq-0.1))
727 #:cargo-development-inputs
728 (("rust-data-encoding" ,rust-data-encoding-2.1))))
729 (home-page "https://github.com/cesarb/blake2-rfc")
730 (synopsis "Rust implementation of BLAKE2 based on RFC 7693")
731 (description
732 "This package provides a pure Rust implementation of BLAKE2 based on RFC
733 7693.")
734 (license (list license:asl2.0 license:expat))))
735
736 (define-public rust-blas-sys-0.7
737 (package
738 (name "rust-blas-sys")
739 (version "0.7.1")
740 (source
741 (origin
742 (method url-fetch)
743 (uri (crate-uri "blas-sys" version))
744 (file-name (string-append name "-" version ".crate"))
745 (sha256
746 (base32
747 "0h14zjycwc76v15h8qll9z1xiryvmpvsb5gam97pqpdjrrwv5c8k"))))
748 (build-system cargo-build-system)
749 (arguments
750 `(#:skip-build? #t
751 #:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
752 (home-page "https://github.com/blas-lapack-rs/blas-sys")
753 (synopsis "Bindings to BLAS (Fortran)")
754 (description
755 "Ths package provides bindings to BLAS (Fortran).")
756 (license (list license:asl2.0
757 license:expat))))
758
759 (define-public rust-blobby-0.1
760 (package
761 (name "rust-blobby")
762 (version "0.1.2")
763 (source
764 (origin
765 (method url-fetch)
766 (uri (crate-uri "blobby" version))
767 (file-name
768 (string-append name "-" version ".tar.gz"))
769 (sha256
770 (base32
771 "1xicpf3s2mi5xqnx8ps5mdych4ib5nh2nfsbrsg8ar8bjk1girbg"))))
772 (build-system cargo-build-system)
773 (arguments
774 `(#:skip-build? #t
775 #:cargo-inputs
776 (("rust-byteorder" ,rust-byteorder-1.3))
777 #:cargo-development-inputs
778 (("rust-byteorder" ,rust-byteorder-1.3)
779 ("rust-hex" ,rust-hex-0.3))))
780 (home-page "https://github.com/RustCrypto/utils")
781 (synopsis "Iterator over simple binary blob storage")
782 (description
783 "Iterator over simple binary blob storage.")
784 (license (list license:asl2.0 license:expat))))
785
786 (define-public rust-block-buffer-0.7
787 (package
788 (name "rust-block-buffer")
789 (version "0.7.3")
790 (source
791 (origin
792 (method url-fetch)
793 (uri (crate-uri "block-buffer" version))
794 (file-name
795 (string-append name "-" version ".tar.gz"))
796 (sha256
797 (base32
798 "12v8wizynqin0hqf140kmp9s38q223mp1b0hkqk8j5pk8720v560"))))
799 (build-system cargo-build-system)
800 (arguments
801 `(#:skip-build? #t
802 #:cargo-inputs
803 (("rust-block-padding" ,rust-block-padding-0.1)
804 ("rust-byte-tools" ,rust-byte-tools-0.3)
805 ("rust-byteorder" ,rust-byteorder-1.3)
806 ("rust-generic-array" ,rust-generic-array-0.12))))
807 (home-page "https://github.com/RustCrypto/utils")
808 (synopsis "Fixed size buffer for block processing of data")
809 (description
810 "Fixed size buffer for block processing of data.")
811 (license (list license:asl2.0 license:expat))))
812
813 (define-public rust-block-padding-0.1
814 (package
815 (name "rust-block-padding")
816 (version "0.1.4")
817 (source
818 (origin
819 (method url-fetch)
820 (uri (crate-uri "block-padding" version))
821 (file-name
822 (string-append name "-" version ".tar.gz"))
823 (sha256
824 (base32
825 "02fz9wx5dmgpc79ndrb9xfxqlrkk7lg5wki2blz2zqg27spw6kbd"))))
826 (build-system cargo-build-system)
827 (arguments
828 `(#:skip-build? #t
829 #:cargo-inputs
830 (("rust-byte-tools" ,rust-byte-tools-0.3))))
831 (home-page "https://github.com/RustCrypto/utils")
832 (synopsis "Padding and unpadding of messages divided into blocks")
833 (description
834 "Padding and unpadding of messages divided into blocks.")
835 (license (list license:asl1.1 license:expat))))
836
837 (define-public rust-bumpalo-2.5
838 (package
839 (name "rust-bumpalo")
840 (version "2.5.0")
841 (source
842 (origin
843 (method url-fetch)
844 (uri (crate-uri "bumpalo" version))
845 (file-name
846 (string-append name "-" version ".tar.gz"))
847 (sha256
848 (base32
849 "018b5calz3895v04shk9bn7i73r4zf8yf7p1dqg92s3xya13vm1c"))))
850 (build-system cargo-build-system)
851 (arguments
852 `(#:skip-build? #t
853 #:cargo-development-inputs
854 (("rust-criterion" ,rust-criterion-0.2)
855 ("rust-quickcheck" ,rust-quickcheck-0.8))))
856 (home-page "https://github.com/fitzgen/bumpalo")
857 (synopsis "Fast bump allocation arena for Rust")
858 (description
859 "This package provides a fast bump allocation arena for Rust.")
860 (license (list license:asl2.0 license:expat))))
861
862 (define-public rust-bstr-0.2
863 (package
864 (name "rust-bstr")
865 (version "0.2.1")
866 (source
867 (origin
868 (method url-fetch)
869 (uri (crate-uri "bstr" version))
870 (file-name
871 (string-append name "-" version ".tar.gz"))
872 (sha256
873 (base32
874 "0prq6yk3da0k5bg2czcgg1i4ynsq1l59xc89ycsv6v7p08p5gh3c"))))
875 (build-system cargo-build-system)
876 (arguments
877 `(#:skip-build? #t
878 #:cargo-inputs
879 (("rust-lazy-static" ,rust-lazy-static-1.3)
880 ("rust-memchr" ,rust-memchr-2.2)
881 ("rust-regex-automata" ,rust-regex-automata-0.1)
882 ("rust-serde" ,rust-serde-1.0))
883 #:cargo-development-inputs
884 (("rust-quickcheck" ,rust-quickcheck-0.8)
885 ("rust-ucd-parse" ,rust-ucd-parse-0.1)
886 ("rust-unicode-segmentation" ,rust-unicode-segmentation-1.3))))
887 (home-page "https://github.com/BurntSushi/bstr")
888 (synopsis
889 "String type that is not required to be valid UTF-8")
890 (description
891 "This package provides a string type that is not required to be valid
892 UTF-8.")
893 (license (list license:expat license:asl2.0))))
894
895 (define-public rust-bstr-0.1
896 (package
897 (inherit rust-bstr-0.2)
898 (name "rust-bstr")
899 (version "0.1.4")
900 (source
901 (origin
902 (method url-fetch)
903 (uri (crate-uri "bstr" version))
904 (file-name
905 (string-append name "-" version ".tar.gz"))
906 (sha256
907 (base32
908 "0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r"))))))
909
910 (define-public rust-byte-tools-0.3
911 (package
912 (name "rust-byte-tools")
913 (version "0.3.1")
914 (source
915 (origin
916 (method url-fetch)
917 (uri (crate-uri "byte-tools" version))
918 (file-name
919 (string-append name "-" version ".tar.gz"))
920 (sha256
921 (base32
922 "1mqi29wsm8njpl51pfwr31wmpzs5ahlcb40wsjyd92l90ixcmdg3"))))
923 (build-system cargo-build-system)
924 (arguments `(#:skip-build? #t))
925 (home-page "https://github.com/RustCrypto/utils")
926 (synopsis "Bytes related utility functions")
927 (description "Bytes related utility functions.")
928 (license (list license:asl2.0 license:expat))))
929
930 (define-public rust-bytecount-0.5
931 (package
932 (name "rust-bytecount")
933 (version "0.5.1")
934 (source
935 (origin
936 (method url-fetch)
937 (uri (crate-uri "bytecount" version))
938 (file-name
939 (string-append name "-" version ".tar.gz"))
940 (sha256
941 (base32
942 "0z6a280kiy4kg5v3qw97pbyvwycr17fsm41804i8zpq7nmads3xy"))))
943 (build-system cargo-build-system)
944 (arguments
945 `(#:skip-build? #t
946 #:cargo-inputs
947 (("rust-packed-simd" ,rust-packed-simd-0.3))
948 #:cargo-development-inputs
949 (("rust-criterion" ,rust-criterion-0.2)
950 ("rust-quickcheck" ,rust-quickcheck-0.8)
951 ("rust-rand" ,rust-rand-0.4))))
952 (home-page "https://github.com/llogiq/bytecount")
953 (synopsis "Count occurrences of a given byte")
954 (description
955 "Count occurrences of a given byte, or the number of UTF-8 code points,
956 in a byte slice, fast.")
957 (license (list license:asl2.0 license:expat))))
958
959 (define-public rust-byteorder-1.3
960 (package
961 (name "rust-byteorder")
962 (version "1.3.2")
963 (source
964 (origin
965 (method url-fetch)
966 (uri (crate-uri "byteorder" version))
967 (file-name
968 (string-append name "-" version ".tar.gz"))
969 (sha256
970 (base32
971 "1xbwjlmq2ziqjmjvkqxdx1yh136xxhilxd40bky1w4d7hn4xvhx7"))))
972 (build-system cargo-build-system)
973 (arguments
974 `(#:skip-build? #t
975 #:cargo-development-inputs
976 (("rust-doc-comment" ,rust-doc-comment-0.3)
977 ("rust-quickcheck" ,rust-quickcheck-0.8)
978 ("rust-rand" ,rust-rand-0.4))))
979 (home-page
980 "https://github.com/BurntSushi/byteorder")
981 (synopsis
982 "Reading/writing numbers in big-endian and little-endian")
983 (description
984 "Library for reading/writing numbers in big-endian and
985 little-endian.")
986 (license (list license:expat license:unlicense))))
987
988 (define-public rust-bytes-0.4
989 (package
990 (name "rust-bytes")
991 (version "0.4.12")
992 (source
993 (origin
994 (method url-fetch)
995 (uri (crate-uri "bytes" version))
996 (file-name
997 (string-append name "-" version ".tar.gz"))
998 (sha256
999 (base32
1000 "0768a55q2fsqdjsvcv98ndg9dq7w2g44dvq1avhwpxrdzbydyvr0"))))
1001 (build-system cargo-build-system)
1002 (arguments
1003 `(#:skip-build? #t
1004 #:cargo-inputs
1005 (("rust-byteorder" ,rust-byteorder-1.3)
1006 ("rust-either" ,rust-either-1.5)
1007 ("rust-iovec" ,rust-iovec-0.1)
1008 ("rust-serde" ,rust-serde-1.0))
1009 #:cargo-development-inputs
1010 (("rust-serde-test" ,rust-serde-test-1.0))))
1011 (home-page "https://github.com/tokio-rs/bytes")
1012 (synopsis
1013 "Types and traits for working with bytes")
1014 (description
1015 "Types and traits for working with bytes.")
1016 (license license:expat)))
1017
1018 (define-public rust-c2-chacha-0.2
1019 (package
1020 (name "rust-c2-chacha")
1021 (version "0.2.2")
1022 (source
1023 (origin
1024 (method url-fetch)
1025 (uri (crate-uri "c2-chacha" version))
1026 (file-name
1027 (string-append name "-" version ".tar.gz"))
1028 (sha256
1029 (base32
1030 "00a11qdc8mg3z0k613rhprkc9p6xz0y7b1681x32ixg0hr3x0r3x"))))
1031 (build-system cargo-build-system)
1032 (arguments
1033 `(#:skip-build? #t
1034 #:cargo-inputs
1035 (("rust-byteorder" ,rust-byteorder-1.3)
1036 ("rust-lazy-static" ,rust-lazy-static-1.3)
1037 ("rust-ppv-lite86" ,rust-ppv-lite86-0.2)
1038 ("rust-stream-cipher" ,rust-stream-cipher-0.3))
1039 #:cargo-development-inputs
1040 (("rust-hex-literal" ,rust-hex-literal-0.2))))
1041 (home-page "https://github.com/cryptocorrosion/cryptocorrosion")
1042 (synopsis "The ChaCha family of stream ciphers")
1043 (description
1044 "The ChaCha family of stream ciphers.")
1045 (license (list license:asl2.0 license:expat))))
1046
1047 (define-public rust-caps-0.3
1048 (package
1049 (name "rust-caps")
1050 (version "0.3.3")
1051 (source
1052 (origin
1053 (method url-fetch)
1054 (uri (crate-uri "caps" version))
1055 (file-name
1056 (string-append name "-" version ".tar.gz"))
1057 (sha256
1058 (base32
1059 "1vplgzx8nifzr3f0l8ca77jqnz3fdymdg0ickacgdvawc44a3n90"))))
1060 (build-system cargo-build-system)
1061 (arguments
1062 `(#:skip-build? #t
1063 #:cargo-inputs
1064 (("rust-errno" ,rust-errno-0.2)
1065 ("rust-error-chain" ,rust-error-chain-0.12)
1066 ("rust-libc" ,rust-libc-0.2))))
1067 (home-page "https://github.com/lucab/caps-rs")
1068 (synopsis "Pure-Rust library to work with Linux capabilities")
1069 (description
1070 "This package provides a pure-Rust library to work with Linux
1071 capabilities")
1072 (license (list license:expat license:asl2.0))))
1073
1074 (define-public rust-cargon-0.0
1075 (package
1076 (name "rust-cargon")
1077 (version "0.0.1")
1078 (source
1079 (origin
1080 (method url-fetch)
1081 (uri (crate-uri "cargon" version))
1082 (file-name (string-append name "-" version ".crate"))
1083 (sha256
1084 (base32
1085 "1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
1086 (build-system cargo-build-system)
1087 (arguments
1088 `(#:skip-build? #t
1089 #:cargo-development-inputs
1090 (("rust-gcc" ,rust-gcc-0.3))))
1091 (home-page "https://github.com/bryant/argon2rs")
1092 (synopsis "Thin wrapper around the Argon2 C library")
1093 (description
1094 "This package provides a thin wrapper around the Argon2 C library. It is
1095 used in argon2rs' bench suite.")
1096 (license license:wtfpl2)))
1097
1098 (define-public rust-cast-0.2
1099 (package
1100 (name "rust-cast")
1101 (version "0.2.2")
1102 (source
1103 (origin
1104 (method url-fetch)
1105 (uri (crate-uri "cast" version))
1106 (file-name
1107 (string-append name "-" version ".tar.gz"))
1108 (sha256
1109 (base32
1110 "09yl2700crxa4n860b080msij25klvs1kfzazhp2aihchvr16q4j"))))
1111 (build-system cargo-build-system)
1112 (arguments
1113 `(#:skip-build? #t
1114 #:cargo-development-inputs
1115 (("rust-quickcheck" ,rust-quickcheck-0.8))))
1116 (home-page "https://github.com/japaric/cast.rs")
1117 (synopsis
1118 "Ergonomic, checked cast functions for primitive types")
1119 (description
1120 "Ergonomic, checked cast functions for primitive types.")
1121 (license (list license:expat license:asl2.0))))
1122
1123 (define-public rust-cblas-sys-0.1
1124 (package
1125 (name "rust-cblas-sys")
1126 (version "0.1.4")
1127 (source
1128 (origin
1129 (method url-fetch)
1130 (uri (crate-uri "cblas-sys" version))
1131 (file-name (string-append name "-" version ".crate"))
1132 (sha256
1133 (base32
1134 "0rgsn3klhhh09d8qf3b87zl4rwk93l2g0qzh9hhb0lff5kcfrzmn"))))
1135 (build-system cargo-build-system)
1136 (arguments
1137 `(#:skip-build? #t
1138 #:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
1139 (home-page "https://github.com/blas-lapack-rs/cblas-sys")
1140 (synopsis "Bindings to CBLAS (C)")
1141 (description
1142 "The package provides bindings to CBLAS (C).")
1143 (license (list license:asl2.0
1144 license:expat))))
1145
1146 (define-public rust-cc-1.0
1147 (package
1148 (name "rust-cc")
1149 (version "1.0.41")
1150 (source
1151 (origin
1152 (method url-fetch)
1153 (uri (crate-uri "cc" version))
1154 (file-name (string-append name "-" version ".crate"))
1155 (sha256
1156 (base32
1157 "1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
1158 (build-system cargo-build-system)
1159 (arguments
1160 `(#:skip-build? #t
1161 #:cargo-inputs
1162 (("rust-rayon" ,rust-rayon-1.1))
1163 #:cargo-development-inputs
1164 (("rust-tempdir" ,rust-tempdir-0.3))))
1165 (home-page "https://github.com/alexcrichton/cc-rs")
1166 (synopsis "Invoke the native C compiler")
1167 (description
1168 "This package provides a build-time dependency for Cargo build scripts to
1169 assist in invoking the native C compiler to compile native C code into a static
1170 archive to be linked into Rustcode.")
1171 (license (list license:asl2.0
1172 license:expat))))
1173
1174 (define-public rust-cexpr-0.3
1175 (package
1176 (name "rust-cexpr")
1177 (version "0.3.5")
1178 (source
1179 (origin
1180 (method url-fetch)
1181 (uri (crate-uri "cexpr" version))
1182 (file-name
1183 (string-append name "-" version ".tar.gz"))
1184 (sha256
1185 (base32
1186 "1by64ini3f058pwad3immx5cc12wr0m0kwgaxa8apzym03mj9ym7"))))
1187 (build-system cargo-build-system)
1188 (arguments
1189 `(#:skip-build? #t
1190 #:cargo-inputs
1191 (("rust-nom" ,rust-nom-4.2))
1192 #:cargo-development-inputs
1193 (("rust-clang-sys" ,rust-clang-sys-0.28))))
1194 (home-page "https://github.com/jethrogb/rust-cexpr")
1195 (synopsis "C expression parser and evaluator")
1196 (description
1197 "This package provides a C expression parser and evaluator.")
1198 (license (list license:asl2.0 license:expat))))
1199
1200 (define-public rust-chrono-0.4
1201 (package
1202 (name "rust-chrono")
1203 (version "0.4.7")
1204 (source
1205 (origin
1206 (method url-fetch)
1207 (uri (crate-uri "chrono" version))
1208 (file-name
1209 (string-append name "-" version ".tar.gz"))
1210 (sha256
1211 (base32
1212 "1glam3iqhshbamzgf0npn7hgghski92r31lm7gg8841hnxc1zn3p"))))
1213 (build-system cargo-build-system)
1214 (arguments
1215 `(#:skip-build? #t
1216 #:cargo-inputs
1217 (("rust-libc" ,rust-libc-0.2)
1218 ("rust-num-integer" ,rust-num-integer-0.1)
1219 ("rust-num-traits" ,rust-num-traits-0.2)
1220 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
1221 ("rust-serde" ,rust-serde-1.0)
1222 ("rust-time" ,rust-time-0.1))
1223 #:cargo-development-inputs
1224 (("rust-bincode" ,rust-bincode-1.1)
1225 ("rust-doc-comment" ,rust-doc-comment-0.3)
1226 ("rust-num-iter" ,rust-num-iter-0.1)
1227 ("rust-serde-derive" ,rust-serde-derive-1.0)
1228 ("rust-serde-json" ,rust-serde-json-1.0))))
1229 (home-page
1230 "https://github.com/chronotope/chrono")
1231 (synopsis "Date and time library for Rust")
1232 (description "Date and time library for Rust.")
1233 (license (list license:expat license:asl2.0))))
1234
1235 (define-public rust-cfg-if-0.1
1236 (package
1237 (name "rust-cfg-if")
1238 (version "0.1.10")
1239 (source
1240 (origin
1241 (method url-fetch)
1242 (uri (crate-uri "cfg-if" version))
1243 (file-name (string-append name "-" version ".crate"))
1244 (sha256
1245 (base32
1246 "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7"))))
1247 (build-system cargo-build-system)
1248 (arguments
1249 `(#:skip-build? #t
1250 #:cargo-inputs
1251 (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
1252 ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))))
1253 (home-page "https://github.com/alexcrichton/cfg-if")
1254 (synopsis "Define an item depending on parameters")
1255 (description "This package provides a macro to ergonomically define an item
1256 depending on a large number of #[cfg] parameters. Structured like an
1257 @code{if-else} chain, the first matching branch is the item that gets emitted.")
1258 (license (list license:asl2.0
1259 license:expat))))
1260
1261 (define-public rust-ci-info-0.3
1262 (package
1263 (name "rust-ci-info")
1264 (version "0.3.1")
1265 (source
1266 (origin
1267 (method url-fetch)
1268 (uri (crate-uri "ci-info" version))
1269 (file-name
1270 (string-append name "-" version ".tar.gz"))
1271 (sha256
1272 (base32
1273 "00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
1274 (build-system cargo-build-system)
1275 (arguments
1276 `(#:skip-build? #t
1277 #:cargo-inputs
1278 (("rust-serde" ,rust-serde-1.0)
1279 ("rust-serde-derive" ,rust-serde-derive-1.0))))
1280 (home-page "https://github.com/sagiegurari/ci_info")
1281 (synopsis "Provides current CI environment information")
1282 (description
1283 "This package provides current CI environment information.")
1284 (license license:asl2.0)))
1285
1286 (define-public rust-clang-sys-0.28
1287 (package
1288 (name "rust-clang-sys")
1289 (version "0.28.1")
1290 (source
1291 (origin
1292 (method url-fetch)
1293 (uri (crate-uri "clang-sys" version))
1294 (file-name (string-append name "-" version ".crate"))
1295 (sha256
1296 (base32
1297 "0ls8zcqi5bmmrvrk3b6r1ym4wlivinbv590d2dvg2xn9f44mbpl1"))))
1298 (build-system cargo-build-system)
1299 ;(arguments
1300 ; `(#:phases
1301 ; (modify-phases %standard-phases
1302 ; (add-after 'unpack 'set-environmental-variable
1303 ; (lambda* (#:key inputs #:allow-other-keys)
1304 ; (let ((clang (assoc-ref inputs "libclang")))
1305 ; (setenv "LIBCLANG_PATH"
1306 ; (string-append clang "/lib")))
1307 ; #t)))))
1308 ;(inputs
1309 ; `(("libclang" ,clang)))
1310 (home-page "https://github.com/KyleMayes/clang-sys")
1311 (synopsis "Rust bindings for libclang")
1312 (description
1313 "This package provides Rust bindings for @code{libclang}.")
1314 (properties '((hidden? . #t)))
1315 (license license:asl2.0)))
1316
1317 (define-public rust-clang-sys-0.26
1318 (package
1319 (inherit rust-clang-sys-0.28)
1320 (name "rust-clang-sys")
1321 (version "0.26.4")
1322 (source
1323 (origin
1324 (method url-fetch)
1325 (uri (crate-uri "clang-sys" version))
1326 (file-name (string-append name "-" version ".crate"))
1327 (sha256
1328 (base32
1329 "1r50dwy5hj5gq07dn0qf8222d07qv0970ymx0j8n9779yayc3w3f"))))))
1330
1331 (define-public rust-clap-2
1332 (package
1333 (name "rust-clap")
1334 (version "2.33.0")
1335 (source
1336 (origin
1337 (method url-fetch)
1338 (uri (crate-uri "clap" version))
1339 (file-name (string-append name "-" version ".crate"))
1340 (sha256
1341 (base32
1342 "1nf6ld3bims1n5vfzhkvcb55pdzh04bbhzf8nil5vvw05nxzarsh"))))
1343 (build-system cargo-build-system)
1344 (arguments
1345 `(#:skip-build? #t
1346 #:cargo-inputs
1347 (("rust-ansi-term" ,rust-ansi-term-0.11)
1348 ("rust-atty" ,rust-atty-0.2)
1349 ("rust-bitflags" ,rust-bitflags-1)
1350 ("rust-clippy" ,rust-clippy-0.0)
1351 ("rust-strsim" ,rust-strsim-0.8)
1352 ("rust-textwrap" ,rust-textwrap-0.11)
1353 ("rust-unicode-width" ,rust-unicode-width-0.1)
1354 ("rust-vec-map" ,rust-vec-map-0.8)
1355 ("rust-yaml-rust" ,rust-yaml-rust-0.4))
1356 #:cargo-development-inputs
1357 (("rust-lazy-static" ,rust-lazy-static-1.3)
1358 ("rust-regex" ,rust-regex-1.1)
1359 ("rust-version-sync" ,rust-version-sync-0.8))))
1360 (home-page "https://clap.rs/")
1361 (synopsis "Command Line Argument Parser")
1362 (description
1363 "This package provides a simple to use, efficient, and full-featured
1364 Command Line Argument Parser.")
1365 (license license:expat)))
1366
1367 (define-public rust-clicolors-control-1.0
1368 (package
1369 (name "rust-clicolors-control")
1370 (version "1.0.1")
1371 (source
1372 (origin
1373 (method url-fetch)
1374 (uri (crate-uri "clicolors-control" version))
1375 (file-name (string-append name "-" version ".crate"))
1376 (sha256
1377 (base32
1378 "07klix8nbpwk0cg1k4h0kkiijm1jxvrzndqdkr7dqr6xvkjjw24h"))))
1379 (build-system cargo-build-system)
1380 (arguments
1381 `(#:skip-build? #t
1382 #:cargo-inputs
1383 (("rust-atty" ,rust-atty-0.2)
1384 ("rust-lazy-static" ,rust-lazy-static-1.3)
1385 ("rust-libc" ,rust-libc-0.2)
1386 ("rust-winapi" ,rust-winapi-0.3))))
1387 (home-page "https://github.com/mitsuhiko/clicolors-control")
1388 (synopsis "Common utility library to control CLI colorization")
1389 (description
1390 "This package provides a common utility library to control CLI
1391 colorization.")
1392 (license license:expat)))
1393
1394 (define-public rust-clippy-0.0
1395 (package
1396 (name "rust-clippy")
1397 (version "0.0.302")
1398 (source
1399 (origin
1400 (method url-fetch)
1401 (uri (crate-uri "clippy" version))
1402 (file-name
1403 (string-append name "-" version ".tar.gz"))
1404 (sha256
1405 (base32
1406 "1562x3sq9mgmc8j39gd34wqm7ybrdvpmj7cc1n450gwsawayw4fr"))))
1407 (build-system cargo-build-system)
1408 (arguments
1409 `(#:skip-build? #t
1410 #:cargo-inputs
1411 (("rust-term" ,rust-term-0.5))))
1412 (home-page "https://github.com/rust-lang/rust-clippy")
1413 (synopsis
1414 "Lints to avoid common pitfalls in Rust")
1415 (description
1416 "This package provides a bunch of helpful lints to avoid common
1417 pitfalls in Rust.")
1418 (license (list license:expat license:asl2.0))))
1419
1420 (define-public rust-cloudabi-0.0
1421 (package
1422 (name "rust-cloudabi")
1423 (version "0.0.3")
1424 (source
1425 (origin
1426 (method url-fetch)
1427 (uri (crate-uri "cloudabi" version))
1428 (file-name (string-append name "-" version ".crate"))
1429 (sha256
1430 (base32
1431 "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
1432 (build-system cargo-build-system)
1433 (arguments
1434 `(#:skip-build? #t
1435 #:cargo-inputs
1436 (("rust-bitflags" ,rust-bitflags-1))))
1437 (home-page "https://nuxi.nl/cloudabi/")
1438 (synopsis "Low level interface to CloudABI")
1439 (description
1440 "Low level interface to CloudABI. Contains all syscalls and related types.")
1441 (license license:bsd-2)))
1442
1443 (define-public rust-cmake-0.1
1444 (package
1445 (name "rust-cmake")
1446 (version "0.1.42")
1447 (source
1448 (origin
1449 (method url-fetch)
1450 (uri (crate-uri "cmake" version))
1451 (file-name (string-append name "-" version ".crate"))
1452 (sha256
1453 (base32
1454 "0qkwibkvx5xjazvv9v8gvdlpky2jhjxvcz014nrixgzqfyv2byw1"))))
1455 (build-system cargo-build-system)
1456 (arguments
1457 `(#:skip-build? #t
1458 #:cargo-inputs (("rust-cc" ,rust-cc-1.0))))
1459 (home-page "https://github.com/alexcrichton/cmake-rs")
1460 (synopsis "Rust build dependency for running cmake")
1461 (description
1462 "This package provides a build dependency for running @code{cmake} to build
1463 a native library. The CMake executable is assumed to be @code{cmake} unless the
1464 CMAKE environmental variable is set.")
1465 (license (list license:asl2.0
1466 license:expat))))
1467
1468 ;; This package requires features which are unavailable
1469 ;; on the stable releases of Rust.
1470 (define-public rust-compiler-builtins-0.1
1471 (package
1472 (name "rust-compiler-builtins")
1473 (version "0.1.23")
1474 (source
1475 (origin
1476 (method url-fetch)
1477 (uri (crate-uri "compiler_builtins" version))
1478 (file-name (string-append name "-" version ".crate"))
1479 (sha256
1480 (base32
1481 "0m8rfikg08av2plyp32drjfsv7i10nf2kwzajjjkvl13yhj9s5fn"))))
1482 (build-system cargo-build-system)
1483 (arguments
1484 `(#:skip-build? #t
1485 #:cargo-inputs
1486 (("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))
1487 #:cargo-development-inputs
1488 (("rust-cc" ,rust-cc-1.0))))
1489 (home-page "https://github.com/rust-lang/compiler-builtins")
1490 (synopsis "Compiler intrinsics used by the Rust compiler")
1491 (description
1492 "This package provides compiler intrinsics used by the Rust compiler. This
1493 package is primarily useful when building the @code{core} crate yourself and you
1494 need compiler-rt intrinsics.")
1495 (license (list license:asl2.0
1496 license:expat))))
1497
1498 (define-public rust-compiletest-rs-0.3
1499 (package
1500 (name "rust-compiletest-rs")
1501 (version "0.3.22")
1502 (source
1503 (origin
1504 (method url-fetch)
1505 (uri (crate-uri "compiletest-rs" version))
1506 (file-name
1507 (string-append name "-" version ".tar.gz"))
1508 (sha256
1509 (base32
1510 "1di7kl2zv7jcwqq343aafqhn31gfa600zh4mi6cp10mn6a9wq3pl"))))
1511 (build-system cargo-build-system)
1512 (arguments
1513 `(#:skip-build? #t
1514 #:cargo-inputs
1515 (("rust-diff" ,rust-diff-0.1)
1516 ("rust-filetime" ,rust-filetime-0.2)
1517 ("rust-getopts" ,rust-getopts-0.2)
1518 ("rust-libc" ,rust-libc-0.2)
1519 ("rust-log" ,rust-log-0.4)
1520 ("rust-miow" ,rust-miow-0.3)
1521 ("rust-regex" ,rust-regex-1.1)
1522 ("rust-rustfix" ,rust-rustfix-0.4)
1523 ("rust-serde" ,rust-serde-1.0)
1524 ("rust-serde-derive" ,rust-serde-derive-1.0)
1525 ("rust-serde-json" ,rust-serde-json-1.0)
1526 ("rust-tempfile" ,rust-tempfile-3.0)
1527 ("rust-tester" ,rust-tester-0.5)
1528 ("rust-winapi" ,rust-winapi-0.3))))
1529 (home-page "https://github.com/laumann/compiletest-rs")
1530 (synopsis "Compiletest utility from the Rust compiler")
1531 (description
1532 "The compiletest utility from the Rust compiler as a standalone testing
1533 harness.")
1534 (license (list license:asl2.0 license:expat))))
1535
1536 (define-public rust-console-0.7
1537 (package
1538 (name "rust-console")
1539 (version "0.7.7")
1540 (source
1541 (origin
1542 (method url-fetch)
1543 (uri (crate-uri "console" version))
1544 (file-name
1545 (string-append name "-" version ".tar.gz"))
1546 (sha256
1547 (base32
1548 "0a4n2syzik9lh02v2i4wdazvm05d99bib7dw0lqvz8mq2hn7r9cc"))))
1549 (build-system cargo-build-system)
1550 (arguments
1551 `(#:skip-build? #t
1552 #:cargo-inputs
1553 (("rust-atty" ,rust-atty-0.2)
1554 ("rust-clicolors-control" ,rust-clicolors-control-1.0)
1555 ("rust-encode-unicode" ,rust-encode-unicode-0.3)
1556 ("rust-lazy-static" ,rust-lazy-static-1.3)
1557 ("rust-libc" ,rust-libc-0.2)
1558 ("rust-parking-lot" ,rust-parking-lot-0.8)
1559 ("rust-regex" ,rust-regex-1.1)
1560 ("rust-termios" ,rust-termios-0.3)
1561 ("rust-unicode-width" ,rust-unicode-width-0.1)
1562 ("rust-winapi" ,rust-winapi-0.3))))
1563 (home-page "https://github.com/mitsuhiko/console")
1564 (synopsis "Terminal and console abstraction for Rust")
1565 (description
1566 "This package provides a terminal and console abstraction for Rust.")
1567 (license license:expat)))
1568
1569 (define-public rust-console-error-panic-hook-0.1
1570 (package
1571 (name "rust-console-error-panic-hook")
1572 (version "0.1.6")
1573 (source
1574 (origin
1575 (method url-fetch)
1576 (uri (crate-uri "console_error_panic_hook" version))
1577 (file-name
1578 (string-append name "-" version ".tar.gz"))
1579 (sha256
1580 (base32
1581 "04d2narcrzk9bnddz17rr2l819l82pr0h6d98s2w9q236n87dndq"))))
1582 (build-system cargo-build-system)
1583 (arguments
1584 `(#:skip-build? #t
1585 #:cargo-inputs
1586 (("rust-cfg-if" ,rust-cfg-if-0.1)
1587 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
1588 (home-page "https://github.com/rustwasm/console_error_panic_hook")
1589 (synopsis "Logs panics to console.error")
1590 (description
1591 "This package provides a panic hook for @code{wasm32-unknown-unknown}
1592 that logs panics to @code{console.error}.")
1593 (license (list license:expat license:asl2.0))))
1594
1595 (define-public rust-constant-time-eq-0.1
1596 (package
1597 (name "rust-constant-time-eq")
1598 (version "0.1.5")
1599 (source
1600 (origin
1601 (method url-fetch)
1602 (uri (crate-uri "constant_time_eq" version))
1603 (file-name (string-append name "-" version ".crate"))
1604 (sha256
1605 (base32
1606 "1g3vp04qzmk6cpzrd19yci6a95m7ap6wy7wkwgiy2pjklklrfl14"))))
1607 (build-system cargo-build-system)
1608 (arguments '(#:skip-build? #t))
1609 (home-page "https://github.com/cesarb/constant_time_eq")
1610 (synopsis
1611 "Compares two equal-sized byte strings in constant time")
1612 (description
1613 "This package compares two equal-sized byte strings in constant time.
1614 It is inspired by the Linux kernel's @code{crypto_memneq}.")
1615 (license license:cc0)))
1616
1617 (define-public rust-core-arch-0.1
1618 (package
1619 (name "rust-core-arch")
1620 (version "0.1.5")
1621 (source
1622 (origin
1623 (method url-fetch)
1624 (uri (crate-uri "core_arch" version))
1625 (file-name
1626 (string-append name "-" version ".tar.gz"))
1627 (sha256
1628 (base32
1629 "04vdvr9vj0f1cv2p54nsszmrrk9w1js4c0z4i0bdlajl1lydslim"))))
1630 (build-system cargo-build-system)
1631 (arguments
1632 `(#:skip-build? #t
1633 #:cargo-development-inputs
1634 (("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
1635 (home-page "https://github.com/rust-lang/stdarch")
1636 (synopsis
1637 "Rust's core library architecture-specific intrinsics")
1638 (description
1639 "@code{core::arch} - Rust's core library architecture-specific
1640 intrinsics.")
1641 (license (list license:expat license:asl2.0))))
1642
1643 (define-public rust-core-foundation-sys-0.6
1644 (package
1645 (name "rust-core-foundation-sys")
1646 (version "0.6.2")
1647 (source
1648 (origin
1649 (method url-fetch)
1650 (uri (crate-uri "core-foundation-sys" version))
1651 (file-name (string-append name "-" version ".crate"))
1652 (sha256
1653 (base32
1654 "0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))
1655 (build-system cargo-build-system)
1656 (arguments '(#:skip-build? #t))
1657 (home-page "https://github.com/servo/core-foundation-rs")
1658 (synopsis "Bindings to Core Foundation for OS X")
1659 (description
1660 "Bindings to Core Foundation for OS X.")
1661 (license (list license:asl2.0
1662 license:expat))))
1663
1664 (define-public rust-crates-index-0.13
1665 (package
1666 (name "rust-crates-index")
1667 (version "0.13.1")
1668 (source
1669 (origin
1670 (method url-fetch)
1671 (uri (crate-uri "crates-index" version))
1672 (file-name
1673 (string-append name "-" version ".tar.gz"))
1674 (sha256
1675 (base32
1676 "1n7pp6mk59hw3nqlh8irxc9pp0g5ziw7bprqsw2lxvg13cvdp76s"))))
1677 (build-system cargo-build-system)
1678 (arguments
1679 `(#:skip-build? #t
1680 #:cargo-inputs
1681 (("rust-error-chain" ,rust-error-chain-0.12)
1682 ("rust-git2" ,rust-git2-0.9)
1683 ("rust-glob" ,rust-glob-0.3)
1684 ("rust-serde" ,rust-serde-1.0)
1685 ("rust-serde-derive" ,rust-serde-derive-1.0)
1686 ("rust-serde-json" ,rust-serde-json-1.0))
1687 #:cargo-development-inputs
1688 (("rust-tempdir" ,rust-tempdir-0.3))))
1689 (home-page
1690 "https://github.com/frewsxcv/rust-crates-index")
1691 (synopsis
1692 "Retrieving and interacting with the crates.io index")
1693 (description
1694 "Library for retrieving and interacting with the crates.io index.")
1695 (license license:asl2.0)))
1696
1697 (define-public rust-crc32fast-1.2
1698 (package
1699 (name "rust-crc32fast")
1700 (version "1.2.0")
1701 (source
1702 (origin
1703 (method url-fetch)
1704 (uri (crate-uri "crc32fast" version))
1705 (file-name
1706 (string-append name "-" version ".tar.gz"))
1707 (sha256
1708 (base32
1709 "1c9dhkvf3brrzzplcijaywxi2w8wv5578i0ryhcm7x8dmzi5s4ms"))))
1710 (build-system cargo-build-system)
1711 (arguments
1712 `(#:skip-build? #t
1713 #:cargo-inputs
1714 (("rust-cfg-if" ,rust-cfg-if-0.1))
1715 #:cargo-development-inputs
1716 (("rust-bencher" ,rust-bencher-0.1)
1717 ("rust-quickcheck" ,rust-quickcheck-0.8)
1718 ("rust-rand" ,rust-rand-0.4))))
1719 (home-page "https://github.com/srijs/rust-crc32fast")
1720 (synopsis
1721 "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation")
1722 (description
1723 "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.")
1724 (license (list license:expat license:asl2.0))))
1725
1726 (define-public rust-criterion-0.2
1727 (package
1728 (name "rust-criterion")
1729 (version "0.2.11")
1730 (source
1731 (origin
1732 (method url-fetch)
1733 (uri (crate-uri "criterion" version))
1734 (file-name
1735 (string-append name "-" version ".tar.gz"))
1736 (sha256
1737 (base32
1738 "1543wlpc4p1kz7sqqa7ylr8bkdr8l4f34hy4bxj7krpkahwhaqq3"))))
1739 (build-system cargo-build-system)
1740 (arguments
1741 `(#:skip-build? #t
1742 #:cargo-inputs
1743 (("rust-atty" ,rust-atty-0.2)
1744 ("rust-cast" ,rust-cast-0.2)
1745 ("rust-clap" ,rust-clap-2)
1746 ("rust-criterion-plot" ,rust-criterion-plot-0.3)
1747 ("rust-csv" ,rust-csv-1.1)
1748 ("rust-itertools" ,rust-itertools-0.8)
1749 ("rust-lazy-static" ,rust-lazy-static-1.3)
1750 ("rust-libc" ,rust-libc-0.2)
1751 ("rust-num-traits" ,rust-num-traits-0.2)
1752 ("rust-rand-core" ,rust-rand-core-0.5)
1753 ("rust-rand-os" ,rust-rand-os-0.2)
1754 ("rust-rand-xoshiro" ,rust-rand-xoshiro-0.3)
1755 ("rust-rayon" ,rust-rayon-1.1)
1756 ("rust-rayon-core" ,rust-rayon-core-1.5)
1757 ("rust-serde" ,rust-serde-1.0)
1758 ("rust-serde-derive" ,rust-serde-derive-1.0)
1759 ("rust-serde-json" ,rust-serde-json-1.0)
1760 ("rust-tinytemplate" ,rust-tinytemplate-1.0)
1761 ("rust-walkdir" ,rust-walkdir-2.2))
1762 #:cargo-development-inputs
1763 (("rust-approx" ,rust-approx-0.3)
1764 ("rust-quickcheck" ,rust-quickcheck-0.8)
1765 ("rust-rand" ,rust-rand-0.4)
1766 ("rust-tempdir" ,rust-tempdir-0.3))))
1767 (home-page "https://bheisler.github.io/criterion.rs/book/index.html")
1768 (synopsis "Statistics-driven micro-benchmarking library")
1769 (description
1770 "Statistics-driven micro-benchmarking library.")
1771 (license (list license:expat license:asl2.0))))
1772
1773 (define-public rust-criterion-plot-0.3
1774 (package
1775 (name "rust-criterion-plot")
1776 (version "0.3.1")
1777 (source
1778 (origin
1779 (method url-fetch)
1780 (uri (crate-uri "criterion-plot" version))
1781 (file-name
1782 (string-append name "-" version ".tar.gz"))
1783 (sha256
1784 (base32
1785 "13pv09z4ryp70qyzablkibwa2mh6c2852qq1sjr9wjigvwnj3ybn"))))
1786 (build-system cargo-build-system)
1787 (arguments
1788 `(#:skip-build? #t
1789 #:cargo-inputs
1790 (("rust-byteorder" ,rust-byteorder-1.3)
1791 ("rust-cast" ,rust-cast-0.2)
1792 ("rust-itertools" ,rust-itertools-0.8))
1793 #:cargo-development-inputs
1794 (("rust-itertools-num" ,rust-itertools-num-0.1)
1795 ("rust-num-complex" ,rust-num-complex-0.2)
1796 ("rust-rand" ,rust-rand-0.4))))
1797 (home-page "https://github.com/bheisler/criterion.rs")
1798 (synopsis "Criterion's plotting library")
1799 (description "Criterion's plotting library.")
1800 (license (list license:expat license:asl2.0))))
1801
1802 (define-public rust-crossbeam-0.7
1803 (package
1804 (name "rust-crossbeam")
1805 (version "0.7.2")
1806 (source
1807 (origin
1808 (method url-fetch)
1809 (uri (crate-uri "crossbeam" version))
1810 (file-name
1811 (string-append name "-" version ".tar.gz"))
1812 (sha256
1813 (base32
1814 "0g5jysq5x4gndc1v5sq9n3f1m97k7qihwdpigw6ar6knj14qm09d"))))
1815 (build-system cargo-build-system)
1816 (arguments
1817 `(#:skip-build? #t
1818 #:cargo-inputs
1819 (("rust-cfg-if" ,rust-cfg-if-0.1)
1820 ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.3)
1821 ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
1822 ("rust-crossbeam-epoch" ,rust-crossbeam-epoch-0.7)
1823 ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
1824 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6))
1825 #:cargo-development-inputs
1826 (("rust-rand" ,rust-rand-0.4))))
1827 (home-page "https://github.com/crossbeam-rs/crossbeam")
1828 (synopsis "Tools for concurrent programming")
1829 (description "Tools for concurrent programming.")
1830 (license (list license:expat license:asl2.0))))
1831
1832 (define-public rust-crossbeam-channel-0.4
1833 (package
1834 (name "rust-crossbeam-channel")
1835 (version "0.4.0")
1836 (source
1837 (origin
1838 (method url-fetch)
1839 (uri (crate-uri "crossbeam-channel" version))
1840 (file-name
1841 (string-append name "-" version ".tar.gz"))
1842 (sha256
1843 (base32
1844 "135ncx9680afs8jkjz8g3iq3naay9rn7942gxrdg2n9m1cxrmv5c"))))
1845 (build-system cargo-build-system)
1846 (arguments
1847 `(#:skip-build? #t
1848 #:cargo-inputs
1849 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7))
1850 #:cargo-development-inputs
1851 (("rust-num-cpus" ,rust-num-cpus-1.10)
1852 ("rust-rand" ,rust-rand-0.6)
1853 ("rust-signal-hook" ,rust-signal-hook-0.1))))
1854 (home-page
1855 "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel")
1856 (synopsis
1857 "Multi-producer multi-consumer channels for message passing")
1858 (description
1859 "Multi-producer multi-consumer channels for message passing.")
1860 (license (list license:expat
1861 license:asl2.0
1862 license:bsd-2))))
1863
1864 (define-public rust-crossbeam-channel-0.3
1865 (package
1866 (inherit rust-crossbeam-channel-0.4)
1867 (name "rust-crossbeam-channel")
1868 (version "0.3.9")
1869 (source
1870 (origin
1871 (method url-fetch)
1872 (uri (crate-uri "crossbeam-channel" version))
1873 (file-name
1874 (string-append name "-" version ".tar.gz"))
1875 (sha256
1876 (base32
1877 "1ylyzb1m9qbvd1nd3vy38x9073wdmcy295ncjs7wf7ap476pzv68"))))
1878 (arguments
1879 `(#:skip-build? #t
1880 #:cargo-inputs
1881 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6))
1882 #:cargo-development-inputs
1883 (("rust-num-cpus" ,rust-num-cpus-1.10)
1884 ("rust-rand" ,rust-rand-0.6)
1885 ("rust-signal-hook" ,rust-signal-hook-0.1))))))
1886
1887 (define-public rust-crossbeam-deque-0.7
1888 (package
1889 (name "rust-crossbeam-deque")
1890 (version "0.7.2")
1891 (source
1892 (origin
1893 (method url-fetch)
1894 (uri (crate-uri "crossbeam-deque" version))
1895 (file-name
1896 (string-append name "-" version ".tar.gz"))
1897 (sha256
1898 (base32
1899 "1jm3rqb3qfpfywrakyy81f61xnl4jsim7lam9digw6w6cdfr9an3"))))
1900 (build-system cargo-build-system)
1901 (arguments
1902 `(#:skip-build? #t
1903 #:cargo-inputs
1904 (("rust-crossbeam-epoch" ,rust-crossbeam-epoch-0.8)
1905 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7))
1906 #:cargo-development-inputs
1907 (("rust-rand" ,rust-rand-0.6))))
1908 (home-page
1909 "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque")
1910 (synopsis "Concurrent work-stealing deque")
1911 (description "Concurrent work-stealing deque.")
1912 (license (list license:expat license:asl2.0))))
1913
1914 (define-public rust-crossbeam-deque-0.6
1915 (package
1916 (inherit rust-crossbeam-deque-0.7)
1917 (name "rust-crossbeam-deque")
1918 (version "0.6.3")
1919 (source
1920 (origin
1921 (method url-fetch)
1922 (uri (crate-uri "crossbeam-deque" version))
1923 (file-name
1924 (string-append name "-" version ".tar.gz"))
1925 (sha256
1926 (base32
1927 "04rcpgjs6ns57vag8a3dzx26190dhbvy2l0p9n22b9p1yf64pr05"))))))
1928
1929 (define-public rust-crossbeam-epoch-0.8
1930 (package
1931 (name "rust-crossbeam-epoch")
1932 (version "0.8.0")
1933 (source
1934 (origin
1935 (method url-fetch)
1936 (uri (crate-uri "crossbeam-epoch" version))
1937 (file-name
1938 (string-append name "-" version ".tar.gz"))
1939 (sha256
1940 (base32
1941 "1b2mgc2gxxvyzyxgd5wvn9k42gr6f9phi2swwjawpqswy3dynr2h"))))
1942 (build-system cargo-build-system)
1943 (arguments
1944 `(#:skip-build? #t
1945 #:cargo-inputs
1946 (("rust-autocfg" ,rust-autocfg-0.1)
1947 ("rust-cfg-if" ,rust-cfg-if-0.1)
1948 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
1949 ("rust-lazy-static" ,rust-lazy-static-1.3)
1950 ("rust-memoffset" ,rust-memoffset-0.5)
1951 ("rust-scopeguard" ,rust-scopeguard-1.0))
1952 #:cargo-development-inputs
1953 (("rust-rand" ,rust-rand-0.6))))
1954 (home-page
1955 "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch")
1956 (synopsis "Epoch-based garbage collection")
1957 (description "Epoch-based garbage collection.")
1958 (license (list license:expat license:asl2.0))))
1959
1960 (define-public rust-crossbeam-epoch-0.7
1961 (package
1962 (inherit rust-crossbeam-epoch-0.8)
1963 (name "rust-crossbeam-epoch")
1964 (version "0.7.1")
1965 (source
1966 (origin
1967 (method url-fetch)
1968 (uri (crate-uri "crossbeam-epoch" version))
1969 (file-name
1970 (string-append name "-" version ".tar.gz"))
1971 (sha256
1972 (base32
1973 "1d408b9x82mdbnb405gw58v5mmdbj2rl28a1h7b9rmn25h8f7j84"))))
1974 (arguments
1975 `(#:skip-build? #t
1976 #:cargo-inputs
1977 (("rust-arrayvec" ,rust-arrayvec-0.4)
1978 ("rust-cfg-if" ,rust-cfg-if-0.1)
1979 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
1980 ("rust-lazy-static" ,rust-lazy-static-1.3)
1981 ("rust-memoffset" ,rust-memoffset-0.2)
1982 ("rust-scopeguard" ,rust-scopeguard-0.3))
1983 #:cargo-development-inputs
1984 (("rust-rand" ,rust-rand-0.4))))))
1985
1986 (define-public rust-crossbeam-queue-0.2
1987 (package
1988 (name "rust-crossbeam-queue")
1989 (version "0.2.1")
1990 (source
1991 (origin
1992 (method url-fetch)
1993 (uri (crate-uri "crossbeam-queue" version))
1994 (file-name
1995 (string-append name "-" version ".tar.gz"))
1996 (sha256
1997 (base32
1998 "1nwkjh185bdwjrv1zj2g7an9lglv8sp4459268m4fwvi3v5fx5f6"))))
1999 (build-system cargo-build-system)
2000 (arguments
2001 `(#:skip-build? #t
2002 #:cargo-inputs
2003 (("rust-cfg-if" ,rust-cfg-if-0.1)
2004 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7))
2005 #:cargo-development-inputs
2006 (("rust-rand" ,rust-rand-0.6))))
2007 (home-page
2008 "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils")
2009 (synopsis "Concurrent queues in Rust")
2010 (description
2011 "This crate provides concurrent queues that can be shared among threads.")
2012 (license (list license:expat
2013 license:asl2.0
2014 license:bsd-2))))
2015
2016 (define-public rust-crossbeam-queue-0.1
2017 (package
2018 (inherit rust-crossbeam-queue-0.2)
2019 (name "rust-crossbeam-queue")
2020 (version "0.1.2")
2021 (source
2022 (origin
2023 (method url-fetch)
2024 (uri (crate-uri "crossbeam-queue" version))
2025 (file-name
2026 (string-append name "-" version ".tar.gz"))
2027 (sha256
2028 (base32
2029 "0jsa9dbxnwqcxfws09vaschf92d4imlbbikmcn4ka8z7rzb9r5vw"))))
2030 (arguments
2031 `(#:skip-build? #t
2032 #:cargo-inputs
2033 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6))
2034 #:cargo-development-inputs
2035 (("rust-rand" ,rust-rand-0.4))))))
2036
2037 (define-public rust-crossbeam-utils-0.7
2038 (package
2039 (name "rust-crossbeam-utils")
2040 (version "0.7.0")
2041 (source
2042 (origin
2043 (method url-fetch)
2044 (uri (crate-uri "crossbeam-utils" version))
2045 (file-name
2046 (string-append name "-" version ".tar.gz"))
2047 (sha256
2048 (base32
2049 "1x1rn35q2v05qif14ijfg7800d3rf3ji2cg79awnacfw5jq6si6f"))))
2050 (build-system cargo-build-system)
2051 (arguments
2052 `(#:skip-build? #t
2053 #:cargo-inputs
2054 (("rust-autocfg" ,rust-autocfg-0.1)
2055 ("rust-cfg-if" ,rust-cfg-if-0.1)
2056 ("rust-lazy-static" ,rust-lazy-static-1.3))
2057 #:cargo-development-inputs
2058 (("rust-rand" ,rust-rand-0.6))))
2059 (home-page
2060 "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils")
2061 (synopsis "Utilities for concurrent programming")
2062 (description
2063 "Utilities for concurrent programming.")
2064 (license (list license:expat license:asl2.0))))
2065
2066 (define-public rust-crossbeam-utils-0.6
2067 (package
2068 (inherit rust-crossbeam-utils-0.7)
2069 (name "rust-crossbeam-utils")
2070 (version "0.6.5")
2071 (source
2072 (origin
2073 (method url-fetch)
2074 (uri (crate-uri "crossbeam-utils" version))
2075 (file-name
2076 (string-append name "-" version ".tar.gz"))
2077 (sha256
2078 (base32
2079 "0p5aa8k3wpsn17md4rx038ac2azm9354knbxdfvn7dd7yk76yc7q"))))
2080 (arguments
2081 `(#:skip-build? #t
2082 #:cargo-inputs
2083 (("rust-cfg-if" ,rust-cfg-if-0.1)
2084 ("rust-lazy-static" ,rust-lazy-static-1.3))
2085 #:cargo-development-inputs
2086 (("rust-rand" ,rust-rand-0.4))))))
2087
2088 (define-public rust-csv-1.1
2089 (package
2090 (name "rust-csv")
2091 (version "1.1.0")
2092 (source
2093 (origin
2094 (method url-fetch)
2095 (uri (crate-uri "csv" version))
2096 (file-name
2097 (string-append name "-" version ".tar.gz"))
2098 (sha256
2099 (base32
2100 "0qxvzq030hi915dszazv6a7f0apzzi7gn193ni0g2lzkawjxck55"))))
2101 (build-system cargo-build-system)
2102 (arguments
2103 `(#:skip-build? #t
2104 #:cargo-inputs
2105 (("rust-bstr" ,rust-bstr-0.2)
2106 ("rust-csv-core" ,rust-csv-core-0.1)
2107 ("rust-itoa" ,rust-itoa-0.4)
2108 ("rust-ryu" ,rust-ryu-1.0)
2109 ("rust-serde" ,rust-serde-1.0))
2110 #:cargo-development-inputs
2111 (("rust-serde" ,rust-serde-1.0))))
2112 (home-page "https://github.com/BurntSushi/rust-csv")
2113 (synopsis "Fast CSV parsing with support for serde")
2114 (description
2115 "Fast CSV parsing with support for serde.")
2116 (license (list license:unlicense license:expat))))
2117
2118 (define-public rust-csv-core-0.1
2119 (package
2120 (name "rust-csv-core")
2121 (version "0.1.6")
2122 (source
2123 (origin
2124 (method url-fetch)
2125 (uri (crate-uri "csv-core" version))
2126 (file-name
2127 (string-append name "-" version ".tar.gz"))
2128 (sha256
2129 (base32
2130 "0k5zs0x0qmmn27pa5kcg86lg84s29491fw5sh3zswxswnavasp4v"))))
2131 (build-system cargo-build-system)
2132 (arguments
2133 `(#:skip-build? #t
2134 #:cargo-inputs
2135 (("rust-memchr" ,rust-memchr-2.2))
2136 #:cargo-development-inputs
2137 (("rust-arrayvec" ,rust-arrayvec-0.4))))
2138 (home-page "https://github.com/BurntSushi/rust-csv")
2139 (synopsis
2140 "Bare bones CSV parsing with no_std support")
2141 (description
2142 "Bare bones CSV parsing with no_std support.")
2143 (license (list license:unlicense license:expat))))
2144
2145 (define-public rust-curl-sys-0.4
2146 (package
2147 (name "rust-curl-sys")
2148 (version "0.4.20")
2149 (source
2150 (origin
2151 (method url-fetch)
2152 (uri (crate-uri "curl-sys" version))
2153 (file-name (string-append name "-" version ".crate"))
2154 (sha256
2155 (base32
2156 "02542zmvl3fpdqf7ai4cqnamm4albx9j645dkjx5qr1myq8ax42y"))))
2157 (build-system cargo-build-system)
2158 ;(arguments
2159 ; `(#:phases
2160 ; (modify-phases %standard-phases
2161 ; (add-after 'unpack 'find-openssl
2162 ; (lambda* (#:key inputs #:allow-other-keys)
2163 ; (let ((openssl (assoc-ref inputs "openssl")))
2164 ; (setenv "OPENSSL_DIR" openssl))
2165 ; #t)))))
2166 ;(native-inputs
2167 ; `(("pkg-config" ,pkg-config)))
2168 ;(inputs
2169 ; `(("curl" ,curl)
2170 ; ("nghttp2" ,nghttp2)
2171 ; ("openssl" ,openssl)
2172 ; ("zlib" ,zlib)))
2173 (home-page "https://github.com/alexcrichton/curl-rust")
2174 (synopsis "Native bindings to the libcurl library")
2175 (description
2176 "This package provides native bindings to the @code{libcurl} library.")
2177 (properties '((hidden? . #t)))
2178 (license license:expat)))
2179
2180 (define-public rust-data-encoding-2.1
2181 (package
2182 (name "rust-data-encoding")
2183 (version "2.1.2")
2184 (source
2185 (origin
2186 (method url-fetch)
2187 (uri (crate-uri "data-encoding" version))
2188 (file-name (string-append name "-" version ".crate"))
2189 (sha256
2190 (base32
2191 "15xd6afhsjl08285piwczrafmckpp8i29padj8v12xhahshprx7l"))))
2192 (build-system cargo-build-system)
2193 (arguments '(#:skip-build? #t))
2194 (home-page "https://github.com/ia0/data-encoding")
2195 (synopsis "Efficient and customizable data-encoding functions")
2196 (description
2197 "This library provides encodings for many different common cases, including
2198 hexadecimal, base32, and base64.")
2199 (license license:expat)))
2200
2201 (define-public rust-defmac-0.2
2202 (package
2203 (name "rust-defmac")
2204 (version "0.2.1")
2205 (source
2206 (origin
2207 (method url-fetch)
2208 (uri (crate-uri "defmac" version))
2209 (file-name (string-append name "-" version ".crate"))
2210 (sha256
2211 (base32
2212 "14cqfvc0f1pkd6gdhjxa2wv3iibqprc0n203ims8lvg96752ynfm"))))
2213 (build-system cargo-build-system)
2214 (arguments '(#:skip-build? #t))
2215 (home-page "https://github.com/bluss/defmac")
2216 (synopsis "Macro to define lambda-like macros inline")
2217 (description "A macro to define lambda-like macros inline.")
2218 (license (list license:asl2.0
2219 license:expat))))
2220
2221 (define-public rust-defmac-0.1
2222 (package
2223 (inherit rust-defmac-0.2)
2224 (name "rust-defmac")
2225 (version "0.1.3")
2226 (source
2227 (origin
2228 (method url-fetch)
2229 (uri (crate-uri "defmac" version))
2230 (file-name (string-append name "-" version ".crate"))
2231 (sha256
2232 (base32
2233 "17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))))
2234
2235 (define-public rust-cpp-demangle-0.2
2236 (package
2237 (name "rust-cpp-demangle")
2238 (version "0.2.12")
2239 (source
2240 (origin
2241 (method url-fetch)
2242 (uri (crate-uri "cpp_demangle" version))
2243 (file-name
2244 (string-append name "-" version ".tar.gz"))
2245 (sha256
2246 (base32
2247 "0a4hqsfc0sfdwy7pcr0rc1fjp2j47fxbkqfc2lfrbi4zlm5hq36k"))))
2248 (build-system cargo-build-system)
2249 (arguments
2250 `(#:skip-build? #t
2251 #:cargo-inputs
2252 (("rust-afl" ,rust-afl-0.4)
2253 ("rust-cfg-if" ,rust-cfg-if-0.1))
2254 #:cargo-development-inputs
2255 (("rust-clap" ,rust-clap-2)
2256 ("rust-diff" ,rust-diff-0.1)
2257 ("rust-glob" ,rust-glob-0.3))))
2258 (home-page "https://github.com/gimli-rs/cpp_demangle")
2259 (synopsis "Demangle C++ symbols")
2260 (description
2261 "This package provides a crate for demangling C++ symbols.")
2262 (license (list license:expat license:asl2.0))))
2263
2264 (define-public rust-demo-hack-0.0
2265 (package
2266 (name "rust-demo-hack")
2267 (version "0.0.5")
2268 (source
2269 (origin
2270 (method url-fetch)
2271 (uri (crate-uri "demo-hack" version))
2272 (file-name
2273 (string-append name "-" version ".tar.gz"))
2274 (sha256
2275 (base32
2276 "0m0114p1g0zzrdph5bg03i8m8p70vrwn3whs191jrbjcrmh5lmnp"))))
2277 (build-system cargo-build-system)
2278 (arguments
2279 `(#:skip-build? #t
2280 #:cargo-inputs
2281 (("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0)
2282 ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
2283 (home-page "https://github.com/dtolnay/proc-macro-hack")
2284 (synopsis "Demo of proc-macro-hack")
2285 (description "Demo of proc-macro-hack.")
2286 (license (list license:expat license:asl2.0))))
2287
2288 (define-public rust-demo-hack-impl-0.0
2289 (package
2290 (name "rust-demo-hack-impl")
2291 (version "0.0.5")
2292 (source
2293 (origin
2294 (method url-fetch)
2295 (uri (crate-uri "demo-hack-impl" version))
2296 (file-name
2297 (string-append name "-" version ".tar.gz"))
2298 (sha256
2299 (base32
2300 "1f1fdl60xjas9wlmcl9v6f56vgm3mzwr019kcifav5464rx3w3ld"))))
2301 (build-system cargo-build-system)
2302 (arguments
2303 `(#:skip-build? #t
2304 #:cargo-inputs
2305 (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
2306 ("rust-quote" ,rust-quote-1.0)
2307 ("rust-syn" ,rust-syn-0.15))))
2308 (home-page "https://github.com/dtolnay/proc-macro-hack")
2309 (synopsis "Demo of proc-macro-hack")
2310 (description "Demo of proc-macro-hack.")
2311 (license (list license:expat license:asl2.0))))
2312
2313 (define-public rust-diff-0.1
2314 (package
2315 (name "rust-diff")
2316 (version "0.1.11")
2317 (source
2318 (origin
2319 (method url-fetch)
2320 (uri (crate-uri "diff" version))
2321 (file-name
2322 (string-append name "-" version ".tar.gz"))
2323 (sha256
2324 (base32
2325 "0fhavni46a2rib93ig5fgbqmm48ysms5sxzb3h9bp7vp2bwnjarw"))))
2326 (build-system cargo-build-system)
2327 (arguments
2328 `(#:skip-build? #t
2329 #:cargo-development-inputs
2330 (("rust-quickcheck" ,rust-quickcheck-0.8)
2331 ("rust-speculate" ,rust-speculate-0.1))))
2332 (home-page "https://github.com/utkarshkukreti/diff.rs")
2333 (synopsis
2334 "LCS based slice and string diffing implementation")
2335 (description
2336 "An LCS based slice and string diffing implementation.")
2337 (license (list license:expat license:asl2.0))))
2338
2339 (define-public rust-difference-2.0
2340 (package
2341 (name "rust-difference")
2342 (version "2.0.0")
2343 (source
2344 (origin
2345 (method url-fetch)
2346 (uri (crate-uri "difference" version))
2347 (file-name
2348 (string-append name "-" version ".tar.gz"))
2349 (sha256
2350 (base32
2351 "1621wx4k8h452p6xzmzzvm7mz87kxh4yqz0kzxfjj9xmjxlbyk2j"))))
2352 (build-system cargo-build-system)
2353 (arguments
2354 `(#:skip-build? #t
2355 #:cargo-inputs
2356 (("rust-getopts" ,rust-getopts-0.2))
2357 #:cargo-development-inputs
2358 (("rust-quickcheck" ,rust-quickcheck-0.8)
2359 ("rust-term" ,rust-term-0.5))))
2360 (home-page "https://github.com/johannhof/difference.rs")
2361 (synopsis "Rust text diffing and assertion library")
2362 (description
2363 "This package provides a Rust text diffing and assertion library.")
2364 (license license:expat)))
2365
2366 (define-public rust-digest-0.8
2367 (package
2368 (name "rust-digest")
2369 (version "0.8.1")
2370 (source
2371 (origin
2372 (method url-fetch)
2373 (uri (crate-uri "digest" version))
2374 (file-name
2375 (string-append name "-" version ".tar.gz"))
2376 (sha256
2377 (base32
2378 "1madjl27f3kj5ql7kwgvb9c8b7yb7bv7yfgx7rqzj4i3fp4cil7k"))))
2379 (build-system cargo-build-system)
2380 (arguments
2381 `(#:skip-build? #t
2382 #:cargo-inputs
2383 (("rust-blobby" ,rust-blobby-0.1)
2384 ("rust-generic-array" ,rust-generic-array-0.13))))
2385 (home-page "https://github.com/RustCrypto/traits")
2386 (synopsis "Traits for cryptographic hash functions")
2387 (description
2388 "Traits for cryptographic hash functions.")
2389 (license (list license:expat license:asl2.0))))
2390
2391 (define-public rust-dirs-2.0
2392 (package
2393 (name "rust-dirs")
2394 (version "2.0.2")
2395 (source
2396 (origin
2397 (method url-fetch)
2398 (uri (crate-uri "dirs" version))
2399 (file-name
2400 (string-append name "-" version ".tar.gz"))
2401 (sha256
2402 (base32
2403 "1qymhyq7w7wlf1dirq6gsnabdyzg6yi2yyxkx6c4ldlkbjdaibhk"))))
2404 (arguments
2405 `(#:skip-build? #t
2406 #:cargo-inputs
2407 (("rust-cfg-if" ,rust-cfg-if-0.1)
2408 ("rust-dirs-sys" ,rust-dirs-sys-0.3))))
2409 (build-system cargo-build-system)
2410 (home-page "https://github.com/soc/dirs-rs")
2411 (synopsis "Abstractions for standard locations for various platforms")
2412 (description
2413 "This package provides a tiny low-level library that provides
2414 platform-specific standard locations of directories for config, cache and other
2415 data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by
2416 the XDG base/user directory specifications on Linux, the Known Folder API on
2417 Windows, and the Standard Directory guidelines on macOS.")
2418 (license (list license:expat license:asl2.0))))
2419
2420 (define-public rust-dirs-1.0
2421 (package
2422 (inherit rust-dirs-2.0)
2423 (name "rust-dirs")
2424 (version "1.0.3")
2425 (source
2426 (origin
2427 (method url-fetch)
2428 (uri (crate-uri "dirs" version))
2429 (file-name (string-append name "-" version ".crate"))
2430 (sha256
2431 (base32
2432 "02vigc566z5i6n9wr2x8sch39qp4arn89xhhrh18fhpm3jfc0ygn"))))
2433 (arguments
2434 `(#:skip-build? #t
2435 #:cargo-inputs
2436 (("rust-libc" ,rust-libc-0.2)
2437 ("rust-winapi" ,rust-winapi-0.3))))))
2438
2439 (define-public rust-dirs-sys-0.3
2440 (package
2441 (name "rust-dirs-sys")
2442 (version "0.3.4")
2443 (source
2444 (origin
2445 (method url-fetch)
2446 (uri (crate-uri "dirs-sys" version))
2447 (file-name
2448 (string-append name "-" version ".tar.gz"))
2449 (sha256
2450 (base32
2451 "0yyykdcmbc476z1v9m4z5jb8y91dw6kgzpkiqi2ig07xx0yv585g"))))
2452 (build-system cargo-build-system)
2453 (arguments
2454 `(#:skip-build? #t
2455 #:cargo-inputs
2456 (("rust-cfg-if" ,rust-cfg-if-0.1)
2457 ("rust-libc" ,rust-libc-0.2)
2458 ("rust-redox-users" ,rust-redox-users-0.3)
2459 ("rust-winapi" ,rust-winapi-0.3))))
2460 (home-page "https://github.com/soc/dirs-sys-rs")
2461 (synopsis
2462 "System-level helper functions for the dirs and directories crates")
2463 (description
2464 "This package provides system-level helper functions for the @code{dirs}
2465 and @code{directories} crates.")
2466 (license (list license:asl2.0 license:expat))))
2467
2468 (define-public rust-discard-1.0
2469 (package
2470 (name "rust-discard")
2471 (version "1.0.4")
2472 (source
2473 (origin
2474 (method url-fetch)
2475 (uri (crate-uri "discard" version))
2476 (file-name (string-append name "-" version ".crate"))
2477 (sha256
2478 (base32
2479 "1h67ni5bxvg95s91wgicily4ix7lcw7cq0a5gy9njrybaibhyb91"))))
2480 (build-system cargo-build-system)
2481 (arguments '(#:skip-build? #t))
2482 (home-page "https://github.com/Pauan/rust-discard")
2483 (synopsis "Allow for intentionally leaking memory")
2484 (description "There are situations where you need to intentionally leak some
2485 memory but not other memory. This package provides a discard trait which allows
2486 for intentionally leaking memory")
2487 (license license:expat)))
2488
2489 (define-public rust-doc-comment-0.3
2490 (package
2491 (name "rust-doc-comment")
2492 (version "0.3.1")
2493 (source
2494 (origin
2495 (method url-fetch)
2496 (uri (crate-uri "doc-comment" version))
2497 (file-name (string-append name "-" version ".crate"))
2498 (sha256
2499 (base32
2500 "15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
2501 (build-system cargo-build-system)
2502 (arguments '(#:skip-build? #t))
2503 (home-page "https://github.com/GuillaumeGomez/doc-comment")
2504 (synopsis "Macro to generate doc comments")
2505 (description "This package provides a way to generate doc comments
2506 from macros.")
2507 (license license:expat)))
2508
2509 (define-public rust-docopt-1.1
2510 (package
2511 (name "rust-docopt")
2512 (version "1.1.0")
2513 (source
2514 (origin
2515 (method url-fetch)
2516 (uri (crate-uri "docopt" version))
2517 (file-name
2518 (string-append name "-" version ".tar.gz"))
2519 (sha256
2520 (base32
2521 "0s9rcpmnnivs502q69lc1h1wrwapkq09ikgbfbgqf31idmc5llkz"))))
2522 (build-system cargo-build-system)
2523 (arguments
2524 `(#:skip-build? #t
2525 #:cargo-inputs
2526 (("rust-lazy-static" ,rust-lazy-static-1.3)
2527 ("rust-regex" ,rust-regex-1.1)
2528 ("rust-serde" ,rust-serde-1.0)
2529 ("rust-strsim" ,rust-strsim-0.9))))
2530 (home-page "https://github.com/docopt/docopt.rs")
2531 (synopsis "Command line argument parsing")
2532 (description "Command line argument parsing.")
2533 (license (list license:expat license:unlicense))))
2534
2535 (define-public rust-dtoa-0.4
2536 (package
2537 (name "rust-dtoa")
2538 (version "0.4.4")
2539 (source
2540 (origin
2541 (method url-fetch)
2542 (uri (crate-uri "dtoa" version))
2543 (file-name (string-append name "-" version ".crate"))
2544 (sha256
2545 (base32
2546 "0phbm7i0dpn44gzi07683zxaicjap5064w62pidci4fhhciv8mza"))))
2547 (build-system cargo-build-system)
2548 (arguments '(#:skip-build? #t))
2549 (home-page "https://github.com/dtolnay/dtoa")
2550 (synopsis "Fast functions for printing floating-point primitives")
2551 (description "This crate provides fast functions for printing
2552 floating-point primitives to an @code{io::Write}.")
2553 (license (list license:asl2.0
2554 license:expat))))
2555
2556 (define-public rust-dtoa-0.2
2557 (package
2558 (inherit rust-dtoa-0.4)
2559 (name "rust-dtoa")
2560 (version "0.2.2")
2561 (source
2562 (origin
2563 (method url-fetch)
2564 (uri (crate-uri "dtoa" version))
2565 (file-name (string-append name "-" version ".crate"))
2566 (sha256
2567 (base32
2568 "0g96cap6si1g6wi62hsdk2fnj3sf5vd4i97zj6163j8hhnsl3n0d"))))))
2569
2570 (define-public rust-duct-0.13
2571 (package
2572 (name "rust-duct")
2573 (version "0.13.0")
2574 (source
2575 (origin
2576 (method url-fetch)
2577 (uri (crate-uri "duct" version))
2578 (file-name
2579 (string-append name "-" version ".tar.gz"))
2580 (sha256
2581 (base32
2582 "1ir3884i1yznkfdccqqbcb9v5sdpcgxlv41hgzncrqaljv18r0wj"))))
2583 (build-system cargo-build-system)
2584 (arguments
2585 `(#:skip-build? #t
2586 #:cargo-inputs
2587 (("rust-libc" ,rust-libc-0.2)
2588 ("rust-once-cell" ,rust-once-cell-1.2)
2589 ("rust-os-pipe" ,rust-os-pipe-0.8)
2590 ("rust-shared-child" ,rust-shared-child-0.3))
2591 #:cargo-development-inputs
2592 (("rust-tempdir" ,rust-tempdir-0.3))))
2593 (home-page
2594 "https://github.com/oconnor663/duct.rs")
2595 (synopsis
2596 "Library for running child processes")
2597 (description
2598 "A library for running child processes.")
2599 (license license:expat)))
2600
2601 (define-public rust-either-1.5
2602 (package
2603 (name "rust-either")
2604 (version "1.5.2")
2605 (source
2606 (origin
2607 (method url-fetch)
2608 (uri (crate-uri "either" version))
2609 (file-name
2610 (string-append name "-" version ".tar.gz"))
2611 (sha256
2612 (base32
2613 "0yyggfd5yq9hyyp0bd5jj0fgz3rwws42d19ri0znxwwqs3hcy9sm"))))
2614 (build-system cargo-build-system)
2615 (arguments
2616 `(#:skip-build? #t
2617 #:cargo-inputs (("rust-serde" ,rust-serde-1.0))))
2618 (home-page "https://github.com/bluss/either")
2619 (synopsis
2620 "Enum @code{Either} with variants @code{Left} and @code{Right}")
2621 (description
2622 "The enum @code{Either} with variants @code{Left} and
2623 @code{Right} is a general purpose sum type with two cases.")
2624 (license (list license:expat license:asl2.0))))
2625
2626 (define-public rust-encode-unicode-0.3
2627 (package
2628 (name "rust-encode-unicode")
2629 (version "0.3.5")
2630 (source
2631 (origin
2632 (method url-fetch)
2633 (uri (crate-uri "encode_unicode" version))
2634 (file-name
2635 (string-append name "-" version ".tar.gz"))
2636 (sha256
2637 (base32
2638 "1g8a8pixkxz6r927f4sc4r15qyc0szxdxb1732v8q7h0di4wkclh"))))
2639 (build-system cargo-build-system)
2640 (arguments
2641 `(#:skip-build? #t
2642 #:cargo-inputs
2643 (("rust-ascii" ,rust-ascii-0.9)
2644 ("rust-clippy" ,rust-clippy-0.0))
2645 #:cargo-development-inputs
2646 (("rust-lazy-static" ,rust-lazy-static-1.3))))
2647 (home-page "https://github.com/tormol/encode_unicode")
2648 (synopsis
2649 "UTF-8 and UTF-16 support for char, u8 and u16")
2650 (description
2651 "UTF-8 and UTF-16 character types, iterators and related methods for
2652 char, u8 and u16.")
2653 (license (list license:expat license:asl2.0))))
2654
2655 (define-public rust-encoding-0.2
2656 (package
2657 (name "rust-encoding")
2658 (version "0.2.33")
2659 (source
2660 (origin
2661 (method url-fetch)
2662 (uri (crate-uri "encoding" version))
2663 (file-name
2664 (string-append name "-" version ".tar.gz"))
2665 (sha256
2666 (base32
2667 "1v1ndmkarh9z3n5hk53da4z56hgk9wa5kcsm7cnx345raqw983bb"))))
2668 (build-system cargo-build-system)
2669 (arguments
2670 `(#:skip-build? #t
2671 #:cargo-inputs
2672 (("rust-encoding-index-japanese"
2673 ,rust-encoding-index-japanese-1.20141219)
2674 ("rust-encoding-index-korean"
2675 ,rust-encoding-index-korean-1.20141219)
2676 ("rust-encoding-index-simpchinese"
2677 ,rust-encoding-index-simpchinese-1.20141219)
2678 ("rust-encoding-index-singlebyte"
2679 ,rust-encoding-index-singlebyte-1.20141219)
2680 ("rust-encoding-index-tradchinese"
2681 ,rust-encoding-index-tradchinese-1.20141219))
2682 #:cargo-development-inputs
2683 (("rust-getopts" ,rust-getopts-0.2))))
2684 (home-page
2685 "https://github.com/lifthrasiir/rust-encoding")
2686 (synopsis "Character encoding support for Rust")
2687 (description
2688 "Character encoding support for Rust.")
2689 (license license:expat)))
2690
2691 (define-public rust-encoding-index-japanese-1.20141219
2692 (package
2693 (name "rust-encoding-index-japanese")
2694 (version "1.20141219.5")
2695 (source
2696 (origin
2697 (method url-fetch)
2698 (uri (crate-uri "encoding-index-japanese" version))
2699 (file-name
2700 (string-append name "-" version ".tar.gz"))
2701 (sha256
2702 (base32
2703 "148c1lmd640p1d7fzk0nv7892mbyavvwddgqvcsm78798bzv5s04"))))
2704 (build-system cargo-build-system)
2705 (arguments
2706 `(#:skip-build? #t
2707 #:cargo-inputs
2708 (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
2709 (home-page "https://github.com/lifthrasiir/rust-encoding")
2710 (synopsis "Index tables for Japanese character encodings")
2711 (description
2712 "Index tables for Japanese character encodings.")
2713 (license license:cc0)))
2714
2715 (define-public rust-encoding-index-korean-1.20141219
2716 (package
2717 (name "rust-encoding-index-korean")
2718 (version "1.20141219.5")
2719 (source
2720 (origin
2721 (method url-fetch)
2722 (uri (crate-uri "encoding-index-korean" version))
2723 (file-name
2724 (string-append name "-" version ".tar.gz"))
2725 (sha256
2726 (base32
2727 "10cxabp5ppygbq4y6y680856zl9zjvq7ahpiw8zj3fmwwsw3zhsd"))))
2728 (build-system cargo-build-system)
2729 (arguments
2730 `(#:skip-build? #t
2731 #:cargo-inputs
2732 (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
2733 (home-page "https://github.com/lifthrasiir/rust-encoding")
2734 (synopsis "Index tables for Korean character encodings")
2735 (description
2736 "Index tables for Korean character encodings.")
2737 (license license:cc0)))
2738
2739 (define-public rust-encoding-index-simpchinese-1.20141219
2740 (package
2741 (name "rust-encoding-index-simpchinese")
2742 (version "1.20141219.5")
2743 (source
2744 (origin
2745 (method url-fetch)
2746 (uri (crate-uri "encoding-index-simpchinese" version))
2747 (file-name
2748 (string-append name "-" version ".tar.gz"))
2749 (sha256
2750 (base32
2751 "1xria2i7mc5dqdrpqxasdbxv1qx46jjbm53if3y1i4cvj2a72ynq"))))
2752 (build-system cargo-build-system)
2753 (arguments
2754 `(#:skip-build? #t
2755 #:cargo-inputs
2756 (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
2757 (home-page "https://github.com/lifthrasiir/rust-encoding")
2758 (synopsis "Index tables for simplified Chinese character encodings")
2759 (description
2760 "Index tables for simplified Chinese character encodings.")
2761 (license license:cc0)))
2762
2763 (define-public rust-encoding-index-singlebyte-1.20141219
2764 (package
2765 (name "rust-encoding-index-singlebyte")
2766 (version "1.20141219.5")
2767 (source
2768 (origin
2769 (method url-fetch)
2770 (uri (crate-uri "encoding-index-singlebyte" version))
2771 (file-name
2772 (string-append name "-" version ".tar.gz"))
2773 (sha256
2774 (base32
2775 "0jp85bz2pprzvg9m95w4q0vibh67b6w3bx35lafay95jzyndal9k"))))
2776 (build-system cargo-build-system)
2777 (arguments
2778 `(#:skip-build? #t
2779 #:cargo-inputs
2780 (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
2781 (home-page "https://github.com/lifthrasiir/rust-encoding")
2782 (synopsis "Index tables for various single-byte character encodings")
2783 (description
2784 "Index tables for various single-byte character encodings.")
2785 (license license:cc0)))
2786
2787 (define-public rust-encoding-index-tests-0.1
2788 (package
2789 (name "rust-encoding-index-tests")
2790 (version "0.1.4")
2791 (source
2792 (origin
2793 (method url-fetch)
2794 (uri (crate-uri "encoding_index_tests" version))
2795 (file-name
2796 (string-append name "-" version ".tar.gz"))
2797 (sha256
2798 (base32
2799 "0s85y091gl17ixass49bzaivng7w8p82p6nyvz2r3my9w4mxhim2"))))
2800 (build-system cargo-build-system)
2801 (arguments `(#:skip-build? #t))
2802 (home-page "https://github.com/lifthrasiir/rust-encoding")
2803 (synopsis
2804 "Macros used to test index tables for character encodings")
2805 (description
2806 "Helper macros used to test index tables for character
2807 encodings.")
2808 (license license:cc0)))
2809
2810 (define-public rust-encoding-index-tradchinese-1.20141219
2811 (package
2812 (name "rust-encoding-index-tradchinese")
2813 (version "1.20141219.5")
2814 (source
2815 (origin
2816 (method url-fetch)
2817 (uri (crate-uri "encoding-index-tradchinese" version))
2818 (file-name
2819 (string-append name "-" version ".tar.gz"))
2820 (sha256
2821 (base32
2822 "060ci4iz6xfvzk38syfbjvs7pix5hch3mvxkksswmqwcd3aj03px"))))
2823 (build-system cargo-build-system)
2824 (arguments
2825 `(#:skip-build? #t
2826 #:cargo-inputs
2827 (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
2828 (home-page "https://github.com/lifthrasiir/rust-encoding")
2829 (synopsis "Index tables for traditional Chinese character encodings")
2830 (description
2831 "Index tables for traditional Chinese character encodings.")
2832 (license license:cc0)))
2833
2834 (define-public rust-encoding-rs-0.8
2835 (package
2836 (name "rust-encoding-rs")
2837 (version "0.8.17")
2838 (source
2839 (origin
2840 (method url-fetch)
2841 (uri (crate-uri "encoding_rs" version))
2842 (file-name
2843 (string-append name "-" version ".tar.gz"))
2844 (sha256
2845 (base32
2846 "1v902qqnbd37vdq4rjvp6k05wmghrasfdcjy30gp1xpjg5f7hma1"))))
2847 (build-system cargo-build-system)
2848 (arguments
2849 `(#:skip-build? #t
2850 #:cargo-inputs
2851 (("rust-cfg-if" ,rust-cfg-if-0.1)
2852 ("rust-packed-simd" ,rust-packed-simd-0.3)
2853 ("rust-serde" ,rust-serde-1.0))
2854 #:cargo-development-inputs
2855 (("rust-bincode" ,rust-bincode-1.1)
2856 ("rust-serde-derive" ,rust-serde-derive-1.0)
2857 ("rust-serde-json" ,rust-serde-json-1.0))))
2858 (home-page "https://docs.rs/encoding_rs/")
2859 (synopsis "Gecko-oriented implementation of the Encoding Standard")
2860 (description
2861 "This package provides a Gecko-oriented implementation of the Encoding
2862 Standard.")
2863 (license (list license:asl2.0 license:expat))))
2864
2865 (define-public rust-encoding-rs-io-0.1
2866 (package
2867 (name "rust-encoding-rs-io")
2868 (version "0.1.6")
2869 (source
2870 (origin
2871 (method url-fetch)
2872 (uri (crate-uri "encoding_rs_io" version))
2873 (file-name
2874 (string-append name "-" version ".tar.gz"))
2875 (sha256
2876 (base32
2877 "0b7k9p7inkrcanh7h6q4m278y05gmcwi8p5r43h7grzl5dxfw6cn"))))
2878 (build-system cargo-build-system)
2879 (arguments
2880 `(#:skip-build? #t
2881 #:cargo-inputs
2882 (("rust-encoding-rs" ,rust-encoding-rs-0.8))))
2883 (home-page "https://github.com/BurntSushi/encoding_rs_io")
2884 (synopsis "Streaming transcoding for encoding_rs")
2885 (description
2886 "Streaming transcoding for encoding_rs.")
2887 (license (list license:asl2.0 license:expat))))
2888
2889 (define-public rust-env-logger-0.7
2890 (package
2891 (name "rust-env-logger")
2892 (version "0.7.1")
2893 (source
2894 (origin
2895 (method url-fetch)
2896 (uri (crate-uri "env_logger" version))
2897 (file-name
2898 (string-append name "-" version ".tar.gz"))
2899 (sha256
2900 (base32
2901 "0djx8h8xfib43g5w94r1m1mkky5spcw4wblzgnhiyg5vnfxknls4"))))
2902 (build-system cargo-build-system)
2903 (arguments
2904 `(#:skip-build? #t
2905 #:cargo-inputs
2906 (("rust-atty" ,rust-atty-0.2)
2907 ("rust-humantime" ,rust-humantime-1.3)
2908 ("rust-log" ,rust-log-0.4)
2909 ("rust-regex" ,rust-regex-1.1)
2910 ("rust-termcolor" ,rust-termcolor-1.0))))
2911 (home-page "https://github.com/sebasmagri/env_logger/")
2912 (synopsis "Logging implementation for @code{log}")
2913 (description
2914 "This package provides a logging implementation for @code{log} which
2915 is configured via an environment variable.")
2916 (license (list license:expat license:asl2.0))))
2917
2918 (define-public rust-env-logger-0.6
2919 (package
2920 (inherit rust-env-logger-0.7)
2921 (name "rust-env-logger")
2922 (version "0.6.2")
2923 (source
2924 (origin
2925 (method url-fetch)
2926 (uri (crate-uri "env_logger" version))
2927 (file-name
2928 (string-append name "-" version ".tar.gz"))
2929 (sha256
2930 (base32
2931 "1lx2s5nk96xx4i3m4zc4ghqgi8kb07dsnyiv8jk2clhax42dxz5a"))))
2932 (arguments
2933 `(#:skip-build? #t
2934 #:cargo-inputs
2935 (("rust-atty" ,rust-atty-0.2)
2936 ("rust-humantime" ,rust-humantime-1.2)
2937 ("rust-log" ,rust-log-0.4)
2938 ("rust-regex" ,rust-regex-1.1)
2939 ("rust-termcolor" ,rust-termcolor-1.0))))))
2940
2941 (define-public rust-envmnt-0.6
2942 (package
2943 (name "rust-envmnt")
2944 (version "0.6.0")
2945 (source
2946 (origin
2947 (method url-fetch)
2948 (uri (crate-uri "envmnt" version))
2949 (file-name
2950 (string-append name "-" version ".tar.gz"))
2951 (sha256
2952 (base32
2953 "12zkq3p999bypyxmjnpiqw9r3hmifb3bcikd7j3as1fdcbq01fyl"))))
2954 (build-system cargo-build-system)
2955 (arguments
2956 `(#:skip-build? #t
2957 #:cargo-inputs
2958 (("rust-indexmap" ,rust-indexmap-1.0))))
2959 (home-page "https://github.com/sagiegurari/envmnt")
2960 (synopsis "Environment variables utility functions")
2961 (description
2962 "Environment variables utility functions.")
2963 (license license:asl2.0)))
2964
2965 (define-public rust-erased-serde-0.3
2966 (package
2967 (name "rust-erased-serde")
2968 (version "0.3.9")
2969 (source
2970 (origin
2971 (method url-fetch)
2972 (uri (crate-uri "erased-serde" version))
2973 (file-name
2974 (string-append name "-" version ".tar.gz"))
2975 (sha256
2976 (base32
2977 "0q7bnxs5zskfq5iillig55g7891dllcxh2p8y8k1p2j72syf9viv"))))
2978 (build-system cargo-build-system)
2979 (arguments
2980 `(#:skip-build? #t
2981 #:cargo-inputs
2982 (("rust-serde" ,rust-serde-1.0))
2983 #:cargo-development-inputs
2984 (("rust-serde-cbor" ,rust-serde-cbor-0.10)
2985 ("rust-serde-derive" ,rust-serde-derive-1.0)
2986 ("rust-serde-json" ,rust-serde-json-1.0))))
2987 (home-page "https://github.com/dtolnay/erased-serde")
2988 (synopsis "Type-erased Serialize and Serializer traits")
2989 (description
2990 "Type-erased Serialize and Serializer traits.")
2991 (license (list license:asl2.0 license:expat))))
2992
2993 (define-public rust-errno-0.2
2994 (package
2995 (name "rust-errno")
2996 (version "0.2.4")
2997 (source
2998 (origin
2999 (method url-fetch)
3000 (uri (crate-uri "errno" version))
3001 (file-name
3002 (string-append name "-" version ".tar.gz"))
3003 (sha256
3004 (base32
3005 "0kn8mlygxxr02cm97401nppd2dbkwsalpcbai67rh6yh3rh73862"))))
3006 (build-system cargo-build-system)
3007 (arguments
3008 `(#:skip-build? #t
3009 #:cargo-inputs
3010 (("rust-errno-dragonfly" ,rust-errno-dragonfly-0.1)
3011 ("rust-libc" ,rust-libc-0.2)
3012 ("rust-winapi" ,rust-winapi-0.3))))
3013 (home-page "https://github.com/lambda-fairy/rust-errno")
3014 (synopsis "Cross-platform interface to the @code{errno} variable")
3015 (description
3016 "Cross-platform interface to the @code{errno} variable.")
3017 (license (list license:asl2.0 license:expat))))
3018
3019 (define-public rust-errno-dragonfly-0.1
3020 (package
3021 (name "rust-errno-dragonfly")
3022 (version "0.1.1")
3023 (source
3024 (origin
3025 (method url-fetch)
3026 (uri (crate-uri "errno-dragonfly" version))
3027 (file-name
3028 (string-append name "-" version ".tar.gz"))
3029 (sha256
3030 (base32
3031 "0rshlc00nv45f14v2l1w0ma2nf1jg5j7q9pvw7hh018r6r73bjhl"))))
3032 (build-system cargo-build-system)
3033 (arguments
3034 `(#:skip-build? #t
3035 #:cargo-inputs
3036 (("rust-libc" ,rust-libc-0.2)
3037 ("rust-gcc" ,rust-gcc-0.3))))
3038 (home-page "https://github.com/mneumann/errno-dragonfly-rs")
3039 (synopsis "Exposes errno functionality to stable Rust on DragonFlyBSD")
3040 (description
3041 "Exposes errno functionality to stable Rust on DragonFlyBSD.")
3042 (license license:expat)))
3043
3044 (define-public rust-error-chain-0.12
3045 (package
3046 (name "rust-error-chain")
3047 (version "0.12.1")
3048 (source
3049 (origin
3050 (method url-fetch)
3051 (uri (crate-uri "error-chain" version))
3052 (file-name
3053 (string-append name "-" version ".tar.gz"))
3054 (sha256
3055 (base32
3056 "1ndpw1ny2kxqpw6k1shq8k56z4vfpk4xz9zr8ay988k0rffrxd1s"))))
3057 (build-system cargo-build-system)
3058 (arguments
3059 `(#:skip-build? #t
3060 #:cargo-inputs
3061 (("rust-backtrace" ,rust-backtrace-0.3))
3062 #:cargo-development-inputs
3063 (("rust-version-check" ,rust-version-check-0.9))))
3064 (home-page "https://github.com/rust-lang-nursery/error-chain")
3065 (synopsis "Yet another error boilerplate library")
3066 (description
3067 "Yet another error boilerplate library.")
3068 (license (list license:asl2.0 license:expat))))
3069
3070 (define-public rust-fake-simd-0.1
3071 (package
3072 (name "rust-fake-simd")
3073 (version "0.1.2")
3074 (source
3075 (origin
3076 (method url-fetch)
3077 (uri (crate-uri "fake-simd" version))
3078 (file-name
3079 (string-append name "-" version ".tar.gz"))
3080 (sha256
3081 (base32
3082 "1vfylvk4va2ivqx85603lyqqp0zk52cgbs4n5nfbbbqx577qm2p8"))))
3083 (build-system cargo-build-system)
3084 (arguments `(#:skip-build? #t))
3085 (home-page "https://github.com/RustCrypto/utils")
3086 (synopsis "Crate for mimicking simd crate on stable Rust")
3087 (description
3088 "Crate for mimicking simd crate on stable Rust.")
3089 (license (list license:asl2.0 license:expat))))
3090
3091 (define-public rust-failure-0.1
3092 (package
3093 (name "rust-failure")
3094 (version "0.1.5")
3095 (source
3096 (origin
3097 (method url-fetch)
3098 (uri (crate-uri "failure" version))
3099 (file-name
3100 (string-append name "-" version ".tar.gz"))
3101 (sha256
3102 (base32
3103 "1qppmgv4i5jj6vrss91qackqnl0a12h7lnby4l7j5fdy78yxhnvr"))))
3104 (build-system cargo-build-system)
3105 (arguments
3106 `(#:skip-build? #t
3107 #:cargo-inputs
3108 (("rust-backtrace" ,rust-backtrace-0.3)
3109 ("rust-failure-derive" ,rust-failure-derive-0.1))))
3110 (home-page "https://rust-lang-nursery.github.io/failure/")
3111 (synopsis "Experimental error handling abstraction")
3112 (description
3113 "Experimental error handling abstraction.")
3114 (license (list license:asl2.0 license:expat))))
3115
3116 (define-public rust-failure-derive-0.1
3117 (package
3118 (name "rust-failure-derive")
3119 (version "0.1.5")
3120 (source
3121 (origin
3122 (method url-fetch)
3123 (uri (crate-uri "failure_derive" version))
3124 (file-name
3125 (string-append name "-" version ".tar.gz"))
3126 (sha256
3127 (base32
3128 "1q97n7dp51j5hndzic9ng2fgn6f3z5ya1992w84l7vypby8n647a"))))
3129 (build-system cargo-build-system)
3130 (arguments
3131 `(#:skip-build? #t
3132 #:cargo-inputs
3133 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
3134 ("rust-quote" ,rust-quote-1.0)
3135 ("rust-syn" ,rust-syn-0.15)
3136 ("rust-synstructure" ,rust-synstructure-0.10))
3137 #:cargo-development-inputs
3138 (("rust-failure" ,rust-failure-0.1))))
3139 (home-page "https://rust-lang-nursery.github.io/failure/")
3140 (synopsis "Derives for the failure crate")
3141 (description "Derives for the failure crate.")
3142 (license (list license:asl2.0 license:expat))))
3143
3144 (define-public rust-fallible-iterator-0.2
3145 (package
3146 (name "rust-fallible-iterator")
3147 (version "0.2.0")
3148 (source
3149 (origin
3150 (method url-fetch)
3151 (uri (crate-uri "fallible-iterator" version))
3152 (file-name (string-append name "-" version ".crate"))
3153 (sha256
3154 (base32
3155 "1xq759lsr8gqss7hva42azn3whgrbrs2sd9xpn92c5ickxm1fhs4"))))
3156 (build-system cargo-build-system)
3157 (arguments '(#:skip-build? #t))
3158 (home-page "https://github.com/sfackler/rust-fallible-iterator")
3159 (synopsis "Fallible iterator traits")
3160 (description "If the @code{std} or @code{alloc} features are enabled, this
3161 crate provides implementations for @code{Box}, @code{Vec}, @code{BTreeMap}, and
3162 @code{BTreeSet}. If the @code{std} feature is enabled, this crate additionally
3163 provides implementations for @code{HashMap} and @code{HashSet}.")
3164 (license (list license:asl2.0
3165 license:expat))))
3166
3167 (define-public rust-filetime-0.2
3168 (package
3169 (name "rust-filetime")
3170 (version "0.2.8")
3171 (source
3172 (origin
3173 (method url-fetch)
3174 (uri (crate-uri "filetime" version))
3175 (file-name (string-append name "-" version ".crate"))
3176 (sha256
3177 (base32
3178 "0zfc90802dbw11bx6kmm8zw6r88k7glm4q6l8riqw35an3dd9xhz"))))
3179 (build-system cargo-build-system)
3180 (arguments
3181 `(#:skip-build? #t
3182 #:cargo-inputs
3183 (("rust-cfg-if" ,rust-cfg-if-0.1)
3184 ("rust-libc" ,rust-libc-0.2)
3185 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
3186 ("rust-winapi" ,rust-winapi-0.3))
3187 #:cargo-development-inputs
3188 (("rust-tempfile" ,rust-tempfile-3.0))))
3189 (home-page "https://github.com/alexcrichton/filetime")
3190 (synopsis "Platform-agnostic accessors of timestamps in File metadata")
3191 (description
3192 "This library contains a helper library for inspecting and setting the
3193 various timestamps of files in Rust. This library takes into account
3194 cross-platform differences in terms of where the timestamps are located, what
3195 they are called, and how to convert them into a platform-independent
3196 representation.")
3197 (license (list license:asl2.0
3198 license:expat))))
3199
3200 (define-public rust-findshlibs-0.5
3201 (package
3202 (name "rust-findshlibs")
3203 (version "0.5.0")
3204 (source
3205 (origin
3206 (method url-fetch)
3207 (uri (crate-uri "findshlibs" version))
3208 (file-name (string-append name "-" version ".crate"))
3209 (sha256
3210 (base32
3211 "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
3212 (build-system cargo-build-system)
3213 (arguments
3214 `(#:skip-build? #t
3215 #:cargo-inputs
3216 (("rust-lazy-static" ,rust-lazy-static-1.3)
3217 ("rust-libc" ,rust-libc-0.2))))
3218 (home-page "https://github.com/gimli-rs/findshlibs")
3219 (synopsis "Find the set of shared libraries loaded in the current process")
3220 (description
3221 "Find the set of shared libraries loaded in the current process with a
3222 cross platform API.")
3223 (license (list license:asl2.0
3224 license:expat))))
3225
3226 (define-public rust-fixedbitset-0.1
3227 (package
3228 (name "rust-fixedbitset")
3229 (version "0.1.9")
3230 (source
3231 (origin
3232 (method url-fetch)
3233 (uri (crate-uri "fixedbitset" version))
3234 (file-name (string-append name "-" version ".crate"))
3235 (sha256
3236 (base32
3237 "0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46"))))
3238 (build-system cargo-build-system)
3239 (arguments '(#:skip-build? #t))
3240 (home-page "https://github.com/petgraph/fixedbitset")
3241 (synopsis "FixedBitSet is a simple bitset collection")
3242 (description "FixedBitSet is a simple bitset collection.")
3243 (license (list license:asl2.0
3244 license:expat))))
3245
3246 (define-public rust-flame-0.2
3247 (package
3248 (name "rust-flame")
3249 (version "0.2.2")
3250 (source
3251 (origin
3252 (method url-fetch)
3253 (uri (crate-uri "flame" version))
3254 (file-name
3255 (string-append name "-" version ".tar.gz"))
3256 (sha256
3257 (base32
3258 "0c5bmhyimzxch3pmh0w3z9n57saasgix4bmbbksr9vp1c5j71hhz"))))
3259 (build-system cargo-build-system)
3260 (arguments
3261 `(#:skip-build? #t
3262 #:cargo-inputs
3263 (("rust-lazy-static" ,rust-lazy-static-1.3)
3264 ("rust-serde" ,rust-serde-1.0)
3265 ("rust-serde-derive" ,rust-serde-derive-1.0)
3266 ("rust-serde-json" ,rust-serde-json-1.0)
3267 ("rust-thread-id" ,rust-thread-id-3.3))))
3268 (home-page "https://github.com/llogiq/flame")
3269 (synopsis "Profiling and flamegraph library")
3270 (description "A profiling and flamegraph library.")
3271 (license (list license:asl2.0 license:expat))))
3272
3273 (define-public rust-flamer-0.3
3274 (package
3275 (name "rust-flamer")
3276 (version "0.3.0")
3277 (source
3278 (origin
3279 (method url-fetch)
3280 (uri (crate-uri "flamer" version))
3281 (file-name
3282 (string-append name "-" version ".tar.gz"))
3283 (sha256
3284 (base32
3285 "1b2d7jx80f3p7hqpgdi7wksaiq18k9w23p0cs2sxf7jbx2jx3bgj"))))
3286 (build-system cargo-build-system)
3287 (arguments
3288 `(#:skip-build? #t
3289 #:cargo-inputs
3290 (("rust-flame" ,rust-flame-0.2)
3291 ("rust-quote" ,rust-quote-1.0)
3292 ("rust-syn" ,rust-syn-0.15))))
3293 (home-page "https://github.com/llogiq/flamer")
3294 (synopsis "Macro to insert @code{flame::start_guard(_)}")
3295 (description
3296 "A procedural macro to insert @code{flame::start_guard(_)} calls.")
3297 (license license:asl2.0)))
3298
3299 (define-public rust-flate2-1.0
3300 (package
3301 (name "rust-flate2")
3302 (version "1.0.9")
3303 (source
3304 (origin
3305 (method url-fetch)
3306 (uri (crate-uri "flate2" version))
3307 (file-name
3308 (string-append name "-" version ".tar.gz"))
3309 (sha256
3310 (base32
3311 "1n639gc7sbmrkir6pif608xqpwcv60kigmp5cn9x7m8892nk82am"))))
3312 (build-system cargo-build-system)
3313 (arguments
3314 `(#:skip-build? #t
3315 #:cargo-inputs
3316 (("rust-crc32fast" ,rust-crc32fast-1.2)
3317 ("rust-futures" ,rust-futures-0.1)
3318 ("rust-libc" ,rust-libc-0.2)
3319 ("rust-libz-sys" ,rust-libz-sys-1.0)
3320 ("rust-miniz-sys" ,rust-miniz-sys-0.1)
3321 ("rust-miniz-oxide-c-api" ,rust-miniz-oxide-c-api-0.2)
3322 ("rust-tokio-io" ,rust-tokio-io-0.1))
3323 #:cargo-development-inputs
3324 (("rust-futures" ,rust-futures-0.1)
3325 ("rust-quickcheck" ,rust-quickcheck-0.8)
3326 ("rust-rand" ,rust-rand-0.4)
3327 ("rust-tokio-io" ,rust-tokio-io-0.1)
3328 ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
3329 ("rust-tokio-threadpool" ,rust-tokio-threadpool-0.1))))
3330 (home-page "https://github.com/alexcrichton/flate2-rs")
3331 (synopsis
3332 "Bindings to miniz.c for DEFLATE compression and decompression")
3333 (description
3334 "Bindings to miniz.c for DEFLATE compression and decompression exposed as
3335 Reader/Writer streams. Contains bindings for zlib, deflate, and gzip-based
3336 streams.")
3337 (license (list license:expat license:asl2.0))))
3338
3339 (define-public rust-fnv-1.0
3340 (package
3341 (name "rust-fnv")
3342 (version "1.0.6")
3343 (source
3344 (origin
3345 (method url-fetch)
3346 (uri (crate-uri "fnv" version))
3347 (file-name (string-append name "-" version ".crate"))
3348 (sha256
3349 (base32
3350 "1ww56bi1r5b8id3ns9j3qxbi7w5h005rzhiryy0zi9h97raqbb9g"))))
3351 (build-system cargo-build-system)
3352 (arguments '(#:skip-build? #t))
3353 (home-page "https://github.com/servo/rust-fnv")
3354 (synopsis "Implementation of the Fowler-Noll-Vo hash function")
3355 (description "The @code{fnv} hash function is a custom @code{Hasher}
3356 implementation that is more efficient for smaller hash keys.")
3357 (license (list license:asl2.0
3358 license:expat))))
3359
3360 (define-public rust-foreign-types-0.3
3361 (package
3362 (name "rust-foreign-types")
3363 (version "0.3.2")
3364 (source
3365 (origin
3366 (method url-fetch)
3367 (uri (crate-uri "foreign-types" version))
3368 (file-name
3369 (string-append name "-" version ".tar.gz"))
3370 (sha256
3371 (base32
3372 "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn"))))
3373 (build-system cargo-build-system)
3374 (arguments
3375 `(#:skip-build? #t
3376 #:cargo-inputs
3377 (("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1)
3378 ("rust-foreign-types-shared" ,rust-foreign-types-shared-0.1))))
3379 (home-page "https://github.com/sfackler/foreign-types")
3380 (synopsis "Framework for Rust wrappers over C APIs")
3381 (description
3382 "This package provides a framework for Rust wrappers over C
3383 APIs.")
3384 (license (list license:expat license:asl2.0))))
3385
3386 (define-public rust-foreign-types-macros-0.1
3387 (package
3388 (name "rust-foreign-types-macros")
3389 (version "0.1.0")
3390 (source
3391 (origin
3392 (method url-fetch)
3393 (uri (crate-uri "foreign-types-macros" version))
3394 (file-name
3395 (string-append name "-" version ".tar.gz"))
3396 (sha256
3397 (base32
3398 "16yjigjcsklcwy2ad32l24k1nwm9n3bsnyhxc3z9whjbsrj60qk6"))))
3399 (build-system cargo-build-system)
3400 (arguments
3401 `(#:skip-build? #t
3402 #:cargo-inputs
3403 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
3404 ("rust-quote" ,rust-quote-1.0)
3405 ("rust-syn" ,rust-syn-0.15))))
3406 (home-page "https://github.com/sfackler/foreign-types")
3407 (synopsis "Internal crate used by foreign-types")
3408 (description
3409 "An internal crate used by foreign-types.")
3410 (license (list license:expat license:asl2.0))))
3411
3412 (define-public rust-foreign-types-shared-0.2
3413 (package
3414 (name "rust-foreign-types-shared")
3415 (version "0.2.0")
3416 (source
3417 (origin
3418 (method url-fetch)
3419 (uri (crate-uri "foreign-types-shared" version))
3420 (file-name (string-append name "-" version ".crate"))
3421 (sha256
3422 (base32
3423 "0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))
3424 (build-system cargo-build-system)
3425 (arguments `(#:skip-build? #t))
3426 (home-page "https://github.com/sfackler/foreign-types")
3427 (synopsis "Internal crate used by foreign-types")
3428 (description
3429 "An internal crate used by foreign-types.")
3430 (license (list license:asl2.0
3431 license:expat))))
3432
3433 (define-public rust-foreign-types-shared-0.1
3434 (package
3435 (inherit rust-foreign-types-shared-0.2)
3436 (name "rust-foreign-types-shared")
3437 (version "0.1.1")
3438 (source
3439 (origin
3440 (method url-fetch)
3441 (uri (crate-uri "foreign-types-shared" version))
3442 (file-name
3443 (string-append name "-" version ".tar.gz"))
3444 (sha256
3445 (base32
3446 "0jxgzd04ra4imjv8jgkmdq59kj8fsz6w4zxsbmlai34h26225c00"))))))
3447
3448 (define-public rust-fs-extra-1.1
3449 (package
3450 (name "rust-fs-extra")
3451 (version "1.1.0")
3452 (source
3453 (origin
3454 (method url-fetch)
3455 (uri (crate-uri "fs_extra" version))
3456 (file-name (string-append name "-" version ".crate"))
3457 (sha256
3458 (base32
3459 "0x6675wdhsx277k1k1235jwcv38naf20d8kwrk948ds26hh4lajz"))))
3460 (build-system cargo-build-system)
3461 (arguments '(#:skip-build? #t))
3462 (home-page "https://github.com/webdesus/fs_extra")
3463 (synopsis "Extra filesystem methods")
3464 (description "Expanding opportunities standard library @code{std::fs} and
3465 @code{std::io}. Recursively copy folders with recept information about
3466 process and much more.")
3467 (license license:expat)))
3468
3469 (define-public rust-fuchsia-cprng-0.1
3470 (package
3471 (name "rust-fuchsia-cprng")
3472 (version "0.1.1")
3473 (source
3474 (origin
3475 (method url-fetch)
3476 (uri (crate-uri "fuchsia-cprng" version))
3477 (file-name (string-append name "-" version ".crate"))
3478 (sha256
3479 (base32
3480 "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0"))))
3481 (build-system cargo-build-system)
3482 (arguments '(#:skip-build? #t))
3483 (home-page
3484 "https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/rust/fuchsia-cprng")
3485 (synopsis "Fuchsia cryptographically secure pseudorandom number generator")
3486 (description "Rust crate for the Fuchsia cryptographically secure
3487 pseudorandom number generator")
3488 (license license:bsd-3)))
3489
3490 (define-public rust-fuchsia-zircon-0.3
3491 (package
3492 (name "rust-fuchsia-zircon")
3493 (version "0.3.3")
3494 (source
3495 (origin
3496 (method url-fetch)
3497 (uri (crate-uri "fuchsia-zircon" version))
3498 (file-name (string-append name "-" version ".crate"))
3499 (sha256
3500 (base32
3501 "10jxc5ks1x06gpd0xg51kcjrxr35nj6qhx2zlc5n7bmskv3675rf"))))
3502 (build-system cargo-build-system)
3503 (arguments
3504 `(#:skip-build? #t
3505 #:cargo-inputs
3506 (("rust-bitflags" ,rust-bitflags-1)
3507 ("rust-fuchsia-zircon-sys" ,rust-fuchsia-zircon-sys-0.3))))
3508 (home-page "https://fuchsia.googlesource.com/garnet/")
3509 (synopsis "Rust bindings for the Zircon kernel")
3510 (description "Rust bindings for the Zircon kernel.")
3511 (license license:bsd-3)))
3512
3513 (define-public rust-fuchsia-zircon-sys-0.3
3514 (package
3515 (name "rust-fuchsia-zircon-sys")
3516 (version "0.3.3")
3517 (source
3518 (origin
3519 (method url-fetch)
3520 (uri (crate-uri "fuchsia-zircon-sys" version))
3521 (file-name (string-append name "-" version ".crate"))
3522 (sha256
3523 (base32
3524 "19zp2085qsyq2bh1gvcxq1lb8w6v6jj9kbdkhpdjrl95fypakjix"))))
3525 (build-system cargo-build-system)
3526 (arguments '(#:skip-build? #t))
3527 (home-page "https://fuchsia.googlesource.com/garnet/")
3528 (synopsis "Low-level Rust bindings for the Zircon kernel")
3529 (description "Low-level Rust bindings for the Zircon kernel.")
3530 (license license:bsd-3)))
3531
3532 (define-public rust-futf-0.1
3533 (package
3534 (name "rust-futf")
3535 (version "0.1.4")
3536 (source
3537 (origin
3538 (method url-fetch)
3539 (uri (crate-uri "futf" version))
3540 (file-name
3541 (string-append name "-" version ".tar.gz"))
3542 (sha256
3543 (base32
3544 "0fxc18bnabird5jl941nsd6d25vq8cn8barmz4d30dlkzbiir73w"))))
3545 (build-system cargo-build-system)
3546 (arguments
3547 `(#:skip-build? #t
3548 #:cargo-inputs
3549 (("rust-mac" ,rust-mac-0.1)
3550 ("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1.0))))
3551 (home-page "https://github.com/servo/futf")
3552 (synopsis "Handling fragments of UTF-8")
3553 (description "Handling fragments of UTF-8.")
3554 (license (list license:asl2.0 license:expat))))
3555
3556 (define-public rust-futures-0.1
3557 (package
3558 (name "rust-futures")
3559 (version "0.1.29")
3560 (source
3561 (origin
3562 (method url-fetch)
3563 (uri (crate-uri "futures" version))
3564 (file-name (string-append name "-" version ".crate"))
3565 (sha256
3566 (base32
3567 "1vq3cw37knnd0afw3rcjzh71i2l01v5m4ysinrrqdvnn2ql0z60v"))))
3568 (build-system cargo-build-system)
3569 (arguments '(#:skip-build? #t))
3570 (home-page "https://github.com/rust-lang/futures-rs")
3571 (synopsis "Implementation of zero-cost futures in Rust")
3572 (description "An implementation of @code{futures} and @code{streams}
3573 featuring zero allocations, composability, and iterator-like interfaces.")
3574 (license (list license:asl2.0
3575 license:expat))))
3576
3577 (define-public rust-futures-channel-preview-0.3
3578 (package
3579 (name "rust-futures-channel-preview")
3580 (version "0.3.0-alpha.17")
3581 (source
3582 (origin
3583 (method url-fetch)
3584 (uri (crate-uri "futures-channel-preview" version))
3585 (file-name
3586 (string-append name "-" version ".tar.gz"))
3587 (sha256
3588 (base32
3589 "1blgpikhw391lzrfqcgg4xsn5xc0dlybni77ka7f0vb08zaixir1"))))
3590 (build-system cargo-build-system)
3591 (arguments
3592 `(#:skip-build? #t
3593 #:cargo-inputs
3594 (("rust-futures-core-preview" ,rust-futures-core-preview-0.3))))
3595 (home-page "https://rust-lang.github.io/futures-rs/")
3596 (synopsis
3597 "Channels for asynchronous communication using futures-rs")
3598 (description
3599 "Channels for asynchronous communication using futures-rs.")
3600 (license (list license:expat license:asl2.0))))
3601
3602 (define-public rust-futures-core-preview-0.3
3603 (package
3604 (name "rust-futures-core-preview")
3605 (version "0.3.0-alpha.17")
3606 (source
3607 (origin
3608 (method url-fetch)
3609 (uri (crate-uri "futures-core-preview" version))
3610 (file-name (string-append name "-" version ".crate"))
3611 (sha256
3612 (base32
3613 "1xaq8m609k6cz8xydwhwp8xxyxigabcw1w9ngycfy0bnkg7iq52b"))))
3614 (build-system cargo-build-system)
3615 (home-page "https://rust-lang-nursery.github.io/futures-rs/")
3616 (synopsis "Core traits and types in for the @code{futures} library.")
3617 (description "This crate provides the core traits and types in for the
3618 @code{futures} library.")
3619 (properties '((hidden? . #t)))
3620 (license (list license:asl2.0
3621 license:expat))))
3622
3623 (define-public rust-futures-cpupool-0.1
3624 (package
3625 (name "rust-futures-cpupool")
3626 (version "0.1.8")
3627 (source
3628 (origin
3629 (method url-fetch)
3630 (uri (crate-uri "futures-cpupool" version))
3631 (file-name (string-append name "-" version ".crate"))
3632 (sha256
3633 (base32
3634 "1r32456gpblzfvnkf60545v8acqk7gh5zhyhi1jn669k9gicv45b"))))
3635 (build-system cargo-build-system)
3636 (home-page "https://github.com/rust-lang-nursery/futures-rs")
3637 (synopsis "Implementation of thread pools which hand out futures")
3638 (description
3639 "An implementation of thread pools which hand out futures to the results of
3640 the computation on the threads themselves.")
3641 (properties '((hidden? . #t)))
3642 (license (list license:asl2.0
3643 license:expat))))
3644
3645 (define-public rust-futures-executor-preview-0.3
3646 (package
3647 (name "rust-futures-executor-preview")
3648 (version "0.3.0-alpha.17")
3649 (source
3650 (origin
3651 (method url-fetch)
3652 (uri (crate-uri "futures-executor-preview" version))
3653 (file-name
3654 (string-append name "-" version ".tar.gz"))
3655 (sha256
3656 (base32
3657 "053g5kf2qa1xhdkwp3d1grrizzy4683mpbb3y0vvm00hwl7jdfl7"))))
3658 (build-system cargo-build-system)
3659 (arguments
3660 `(#:skip-build? #t
3661 #:cargo-inputs
3662 (("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
3663 ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
3664 ("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
3665 ("rust-num-cpus" ,rust-num-cpus-1.10)
3666 ("rust-pin-utils" ,rust-pin-utils-0.1))))
3667 (home-page "https://github.com/rust-lang/futures-rs")
3668 (synopsis
3669 "Executors for asynchronous tasks based on futures-rs")
3670 (description
3671 "Executors for asynchronous tasks based on the futures-rs
3672 library.")
3673 (license (list license:expat license:asl2.0))))
3674
3675 (define-public rust-futures-io-preview-0.3
3676 (package
3677 (name "rust-futures-io-preview")
3678 (version "0.3.0-alpha.17")
3679 (source
3680 (origin
3681 (method url-fetch)
3682 (uri (crate-uri "futures-io-preview" version))
3683 (file-name (string-append name "-" version ".crate"))
3684 (sha256
3685 (base32
3686 "0fhvwhdb8ywjjbfng0ra1r8yyc9yzpyxg9sv3spb3f7w0lk40bh8"))))
3687 (build-system cargo-build-system)
3688 (home-page "https://rust-lang-nursery.github.io/futures-rs/")
3689 (synopsis "Async read and write traits for the futures library")
3690 (description "This crate provides the @code{AsyncRead} and
3691 @code{AsyncWrite} traits for the @code{futures-rs} library.")
3692 (properties '((hidden? . #t)))
3693 (license (list license:asl2.0
3694 license:expat))))
3695
3696 (define-public rust-futures-select-macro-preview-0.3
3697 (package
3698 (name "rust-futures-select-macro-preview")
3699 (version "0.3.0-alpha.17")
3700 (source
3701 (origin
3702 (method url-fetch)
3703 (uri (crate-uri "futures-select-macro-preview" version))
3704 (file-name
3705 (string-append name "-" version ".tar.gz"))
3706 (sha256
3707 (base32
3708 "1a90ivjzkgz7msiz5si05xzi8xwsk5gar1gkrbmrgqpgkliqd7a6"))))
3709 (build-system cargo-build-system)
3710 (arguments
3711 `(#:skip-build? #t
3712 #:cargo-inputs
3713 (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
3714 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
3715 ("rust-quote" ,rust-quote-1.0)
3716 ("rust-syn" ,rust-syn-0.15))))
3717 (home-page "https://github.com/rust-lang/futures-rs")
3718 (synopsis
3719 "Handle the first Future to complete")
3720 (description
3721 "The @code{select!} macro for waiting on multiple different
3722 @code{Future}s at once and handling the first one to complete.")
3723 (license (list license:expat license:asl2.0))))
3724
3725 (define-public rust-futures-sink-preview-0.3
3726 (package
3727 (name "rust-futures-sink-preview")
3728 (version "0.3.0-alpha.17")
3729 (source
3730 (origin
3731 (method url-fetch)
3732 (uri (crate-uri "futures-sink-preview" version))
3733 (file-name (string-append name "-" version ".crate"))
3734 (sha256
3735 (base32
3736 "1r4d0gy73hdxkh5g1lrhl1kjnwp6mywjgcj70v0z78b921da42a3"))))
3737 (build-system cargo-build-system)
3738 (home-page "https://rust-lang-nursery.github.io/futures-rs/")
3739 (synopsis "Asynchronous `Sink` trait for the futures-rs library")
3740 (description
3741 "This package provides the asynchronous @code{Sink} trait for the
3742 futures-rs library.")
3743 (properties '((hidden? . #t)))
3744 (license (list license:asl2.0
3745 license:expat))))
3746
3747 (define-public rust-futures-util-preview-0.3
3748 (package
3749 (name "rust-futures-util-preview")
3750 (version "0.3.0-alpha.17")
3751 (source
3752 (origin
3753 (method url-fetch)
3754 (uri (crate-uri "futures-util-preview" version))
3755 (file-name
3756 (string-append name "-" version ".tar.gz"))
3757 (sha256
3758 (base32
3759 "0kizm86wgr5qldyavskfi0r1msg6m4x2pkj0d4r04br2ig29i0dg"))))
3760 (build-system cargo-build-system)
3761 (arguments
3762 `(#:skip-build? #t
3763 #:cargo-inputs
3764 (("rust-futures" ,rust-futures-0.1)
3765 ("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
3766 ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
3767 ("rust-futures-io-preview" ,rust-futures-io-preview-0.3)
3768 ("rust-futures-select-macro-preview"
3769 ,rust-futures-select-macro-preview-0.3)
3770 ("rust-futures-sink-preview" ,rust-futures-sink-preview-0.3)
3771 ("rust-memchr" ,rust-memchr-2.2)
3772 ("rust-pin-utils" ,rust-pin-utils-0.1)
3773 ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
3774 ("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
3775 ("rust-rand" ,rust-rand-0.4)
3776 ("rust-rand-core" ,rust-rand-core-0.5)
3777 ("rust-slab" ,rust-slab-0.4)
3778 ("rust-tokio-io" ,rust-tokio-io-0.1))))
3779 (home-page "https://github.com/rust-lang/futures-rs")
3780 (synopsis
3781 "Utilities and extension traits for futures-rs library")
3782 (description
3783 "Common utilities and extension traits for the futures-rs
3784 library.")
3785 (license (list license:expat license:asl2.0))))
3786
3787 (define-public rust-fxhash-0.2
3788 (package
3789 (name "rust-fxhash")
3790 (version "0.2.1")
3791 (source
3792 (origin
3793 (method url-fetch)
3794 (uri (crate-uri "fxhash" version))
3795 (file-name
3796 (string-append name "-" version ".tar.gz"))
3797 (sha256
3798 (base32
3799 "037mb9ichariqi45xm6mz0b11pa92gj38ba0409z3iz239sns6y3"))))
3800 (build-system cargo-build-system)
3801 (arguments
3802 `(#:skip-build? #t
3803 #:cargo-inputs
3804 (("rust-byteorder" ,rust-byteorder-1.3))
3805 #:cargo-development-inputs
3806 (("rust-fnv" ,rust-fnv-1.0)
3807 ("rust-seahash" ,rust-seahash-3.0))))
3808 (home-page "https://github.com/cbreeden/fxhash")
3809 (synopsis "Hashing algorithm from hasher used in FireFox and Rustc")
3810 (description
3811 "This package provides a fast, non-secure, hashing algorithm
3812 derived from an internal hasher used in FireFox and Rustc.")
3813 (license (list license:asl2.0 license:expat))))
3814
3815 (define-public rust-gcc-0.3
3816 (package
3817 (inherit rust-cc-1.0)
3818 (name "rust-gcc")
3819 (version "0.3.55")
3820 (source
3821 (origin
3822 (method url-fetch)
3823 (uri (crate-uri "gcc" version))
3824 (file-name (string-append name "-" version ".crate"))
3825 (sha256
3826 (base32
3827 "1hng1sajn4r67hndvhjysswz8niayjwvcj42zphpxzhbz89kjpwg"))))
3828 (build-system cargo-build-system)
3829 (home-page "https://github.com/alexcrichton/cc-rs")
3830 (synopsis "Library to compile C/C++ code into a Rust library/application")
3831 (description
3832 "This package provides a build-time dependency for Cargo build scripts to
3833 assist in invoking the native C compiler to compile native C code into a static
3834 archive to be linked into Rustcode.")
3835 (properties '((hidden? . #t)))
3836 (license (list license:asl2.0
3837 license:expat))))
3838
3839 (define-public rust-generic-array-0.13
3840 (package
3841 (name "rust-generic-array")
3842 (version "0.13.2")
3843 (source
3844 (origin
3845 (method url-fetch)
3846 (uri (crate-uri "generic-array" version))
3847 (file-name
3848 (string-append name "-" version ".tar.gz"))
3849 (sha256
3850 (base32
3851 "1kddwxpd58y807y1r3lijg7sw3gxm6nczl6wp57gamhv6mhygl8f"))))
3852 (build-system cargo-build-system)
3853 (arguments
3854 `(#:skip-build? #t
3855 #:cargo-inputs
3856 (("rust-serde" ,rust-serde-1.0)
3857 ("rust-typenum" ,rust-typenum-1.10))
3858 #:cargo-development-inputs
3859 (("rust-bincode" ,rust-bincode-1.1)
3860 ("rust-serde-json" ,rust-serde-json-1.0))))
3861 (home-page
3862 "https://github.com/fizyk20/generic-array")
3863 (synopsis
3864 "Generic types implementing functionality of arrays")
3865 (description
3866 "Generic types implementing functionality of arrays.")
3867 (license license:expat)))
3868
3869 (define-public rust-generic-array-0.12
3870 (package
3871 (inherit rust-generic-array-0.13)
3872 (name "rust-generic-array")
3873 (version "0.12.3")
3874 (source
3875 (origin
3876 (method url-fetch)
3877 (uri (crate-uri "generic-array" version))
3878 (file-name
3879 (string-append name "-" version ".tar.gz"))
3880 (sha256
3881 (base32
3882 "1v5jg7djicq34nbiv1dwaki71gkny002wyy9qfn3y0hfmrs053y6"))))))
3883
3884 (define-public rust-getopts-0.2
3885 (package
3886 (name "rust-getopts")
3887 (version "0.2.21")
3888 (source
3889 (origin
3890 (method url-fetch)
3891 (uri (crate-uri "getopts" version))
3892 (file-name (string-append name "-" version ".crate"))
3893 (sha256
3894 (base32
3895 "1mgb3qvivi26gs6ihqqhh8iyhp3vgxri6vwyrwg28w0xqzavznql"))))
3896 (build-system cargo-build-system)
3897 (arguments
3898 `(#:skip-build? #t
3899 #:cargo-inputs
3900 (("rust-unicode-width" ,rust-unicode-width-0.1)
3901 ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0)
3902 ("rust-rustc-std-workspace-std" ,rust-rustc-std-workspace-std-1.0))
3903 #:cargo-development-inputs
3904 (("rust-log" ,rust-log-0.3))))
3905 (home-page "https://github.com/rust-lang/getopts")
3906 (synopsis "Rust library for option parsing for CLI utilities")
3907 (description "This library provides getopts-like option parsing.")
3908 (license (list license:asl2.0
3909 license:expat))))
3910
3911 (define-public rust-getrandom-0.1
3912 (package
3913 (name "rust-getrandom")
3914 (version "0.1.6")
3915 (source
3916 (origin
3917 (method url-fetch)
3918 (uri (crate-uri "getrandom" version))
3919 (file-name
3920 (string-append name "-" version ".tar.gz"))
3921 (sha256
3922 (base32
3923 "0macrjfkgsjn6ikr94agapp4fkxmr8w7y2g7qis4icc4a17cwp76"))))
3924 (build-system cargo-build-system)
3925 (arguments
3926 `(#:skip-build? #t
3927 #:cargo-inputs
3928 (("rust-lazy-static" ,rust-lazy-static-1.3)
3929 ("rust-libc" ,rust-libc-0.2)
3930 ("rust-log" ,rust-log-0.4)
3931 ("rust-stdweb" ,rust-stdweb-0.4)
3932 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
3933 (home-page "https://github.com/rust-random/getrandom")
3934 (synopsis "Retrieve random data from system source")
3935 (description
3936 "This package provides a small cross-platform library for
3937 retrieving random data from system source.")
3938 (license (list license:expat license:asl2.0))))
3939
3940 (define-public rust-gimli-0.18
3941 (package
3942 (name "rust-gimli")
3943 (version "0.18.0")
3944 (source
3945 (origin
3946 (method url-fetch)
3947 (uri (crate-uri "gimli" version))
3948 (file-name
3949 (string-append name "-" version ".tar.gz"))
3950 (sha256
3951 (base32
3952 "0ma1zg2klqr47rasm7jn3zzd1j1pj2a8wkfbv5zsx10qh43phy4k"))))
3953 (build-system cargo-build-system)
3954 (arguments
3955 `(#:skip-build? #t
3956 #:cargo-inputs
3957 (("rust-arrayvec" ,rust-arrayvec-0.4)
3958 ("rust-byteorder" ,rust-byteorder-1.3)
3959 ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
3960 ("rust-indexmap" ,rust-indexmap-1.0)
3961 ("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))
3962 #:cargo-development-inputs
3963 (("rust-crossbeam" ,rust-crossbeam-0.7)
3964 ("rust-getopts" ,rust-getopts-0.2)
3965 ("rust-memmap" ,rust-memmap-0.7)
3966 ("rust-num-cpus" ,rust-num-cpus-1.10)
3967 ("rust-object" ,rust-object-0.12)
3968 ("rust-rayon" ,rust-rayon-1.1)
3969 ("rust-regex" ,rust-regex-1.1)
3970 ("rust-test-assembler" ,rust-test-assembler-0.1)
3971 ("rust-typed-arena" ,rust-typed-arena-1.4))))
3972 (home-page "https://github.com/gimli-rs/gimli")
3973 (synopsis "Reading and writing the DWARF debugging format")
3974 (description
3975 "This package provides a library for reading and writing the
3976 DWARF debugging format.")
3977 (license (list license:asl2.0 license:expat))))
3978
3979 (define-public rust-git2-0.11
3980 (package
3981 (name "rust-git2")
3982 (version "0.11.0")
3983 (source
3984 (origin
3985 (method url-fetch)
3986 (uri (crate-uri "git2" version))
3987 (file-name
3988 (string-append name "-" version ".tar.gz"))
3989 (sha256
3990 (base32
3991 "1i0fgsr91r97hsjbgqnymkcyiyg0057m7m04116k3vmyqpvrwlbp"))))
3992 (build-system cargo-build-system)
3993 (arguments
3994 `(#:skip-build? #t
3995 #:cargo-inputs
3996 (("rust-bitflags" ,rust-bitflags-1)
3997 ("rust-libc" ,rust-libc-0.2)
3998 ("rust-libgit2-sys" ,rust-libgit2-sys-0.10)
3999 ("rust-log" ,rust-log-0.4)
4000 ("rust-openssl-probe" ,rust-openssl-probe-0.1)
4001 ("rust-openssl-sys" ,rust-openssl-sys-0.9)
4002 ("rust-url" ,rust-url-2.1))
4003 #:cargo-development-inputs
4004 (("rust-docopt" ,rust-docopt-1.1)
4005 ("rust-serde" ,rust-serde-1.0)
4006 ("rust-serde-derive" ,rust-serde-derive-1.0)
4007 ("rust-tempfile" ,rust-tempfile-3.1)
4008 ("rust-thread-id" ,rust-thread-id-3.3)
4009 ("rust-time" ,rust-time-0.1))))
4010 (home-page "https://github.com/rust-lang/git2-rs")
4011 (synopsis "Rust bindings to libgit2")
4012 (description
4013 "Bindings to libgit2 for interoperating with git repositories.
4014 This library is both threadsafe and memory safe and allows both
4015 reading and writing git repositories.")
4016 (license (list license:asl2.0 license:expat))))
4017
4018 (define-public rust-git2-0.9
4019 (package
4020 (inherit rust-git2-0.11)
4021 (name "rust-git2")
4022 (version "0.9.1")
4023 (source
4024 (origin
4025 (method url-fetch)
4026 (uri (crate-uri "git2" version))
4027 (file-name
4028 (string-append name "-" version ".tar.gz"))
4029 (sha256
4030 (base32
4031 "0cayf5w7wkvclvs8brbi7lyfxbdklwls9s49mpf2brl655yjwjwj"))))
4032 (arguments
4033 `(#:skip-build? #t
4034 #:cargo-inputs
4035 (("rust-bitflags" ,rust-bitflags-1)
4036 ("rust-libc" ,rust-libc-0.2)
4037 ("rust-libgit2-sys" ,rust-libgit2-sys-0.8)
4038 ("rust-log" ,rust-log-0.4)
4039 ("rust-openssl-probe" ,rust-openssl-probe-0.1)
4040 ("rust-openssl-sys" ,rust-openssl-sys-0.9)
4041 ("rust-url" ,rust-url-1.7))
4042 #:cargo-development-inputs
4043 (("rust-docopt" ,rust-docopt-1.1)
4044 ("rust-serde" ,rust-serde-1.0)
4045 ("rust-serde-derive" ,rust-serde-derive-1.0)
4046 ("rust-tempdir" ,rust-tempdir-0.3)
4047 ("rust-thread-id" ,rust-thread-id-3.3)
4048 ("rust-time" ,rust-time-0.1))))))
4049
4050 (define-public rust-glob-0.3
4051 (package
4052 (name "rust-glob")
4053 (version "0.3.0")
4054 (source
4055 (origin
4056 (method url-fetch)
4057 (uri (crate-uri "glob" version))
4058 (file-name (string-append name "-" version ".crate"))
4059 (sha256
4060 (base32
4061 "0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv"))))
4062 (build-system cargo-build-system)
4063 (arguments
4064 `(#:skip-build? #t
4065 #:cargo-development-inputs
4066 (("rust-tempdir" ,rust-tempdir-0.3))))
4067 (home-page "https://github.com/rust-lang-nursery/glob")
4068 (synopsis "Match file paths against Unix shell style patterns")
4069 (description
4070 "This package provides support for matching file paths against Unix
4071 shell style patterns.")
4072 (license (list license:asl2.0
4073 license:expat))))
4074
4075 (define-public rust-glob-0.2
4076 (package
4077 (inherit rust-glob-0.3)
4078 (name "rust-glob")
4079 (version "0.2.11")
4080 (source
4081 (origin
4082 (method url-fetch)
4083 (uri (crate-uri "glob" version))
4084 (file-name (string-append name "-" version ".crate"))
4085 (sha256
4086 (base32
4087 "1ysvi72slkw784fcsymgj4308c3y03gwjjzqxp80xdjnkbh8vqcb"))))))
4088
4089 (define-public rust-globset-0.4
4090 (package
4091 (name "rust-globset")
4092 (version "0.4.4")
4093 (source
4094 (origin
4095 (method url-fetch)
4096 (uri (crate-uri "globset" version))
4097 (file-name
4098 (string-append name "-" version ".tar.gz"))
4099 (sha256
4100 (base32
4101 "1wnqxq91liknmr2w93wjq2spyxbrd1pmnhd4nbi3921dr35a4nlj"))))
4102 (build-system cargo-build-system)
4103 (arguments
4104 `(#:skip-build? #t
4105 #:cargo-inputs
4106 (("rust-aho-corasick" ,rust-aho-corasick-0.7)
4107 ("rust-bstr" ,rust-bstr-0.2)
4108 ("rust-fnv" ,rust-fnv-1.0)
4109 ("rust-log" ,rust-log-0.4)
4110 ("rust-regex" ,rust-regex-1.1))
4111 #:cargo-development-inputs
4112 (("rust-glob" ,rust-glob-0.3))))
4113 (home-page
4114 "https://github.com/BurntSushi/ripgrep/tree/master/globset")
4115 (synopsis
4116 "Cross platform single glob and glob set matching")
4117 (description
4118 "Cross platform single glob and glob set matching. Glob set matching is
4119 the process of matching one or more glob patterns against a single candidate
4120 path simultaneously, and returning all of the globs that matched.")
4121 (license (list license:expat license:unlicense))))
4122
4123 (define-public rust-goblin-0.0
4124 (package
4125 (name "rust-goblin")
4126 (version "0.0.23")
4127 (source
4128 (origin
4129 (method url-fetch)
4130 (uri (crate-uri "goblin" version))
4131 (file-name
4132 (string-append name "-" version ".tar.gz"))
4133 (sha256
4134 (base32
4135 "1g92bl76dgc3v3rins61l811pkwsl3jif1x35h2jx33b7dsv8mmc"))))
4136 (build-system cargo-build-system)
4137 (arguments
4138 `(#:skip-build? #t
4139 #:cargo-inputs
4140 (("rust-log" ,rust-log-0.4)
4141 ("rust-plain" ,rust-plain-0.2)
4142 ("rust-scroll" ,rust-scroll-0.9))))
4143 (home-page "https://github.com/m4b/goblin")
4144 (synopsis "Binary parsing and loading")
4145 (description
4146 "An impish, cross-platform, ELF, Mach-o, and PE binary parsing and
4147 loading crate.")
4148 (license license:expat)))
4149
4150 (define-public rust-grep-0.2
4151 (package
4152 (name "rust-grep")
4153 (version "0.2.4")
4154 (source
4155 (origin
4156 (method url-fetch)
4157 (uri (crate-uri "grep" version))
4158 (file-name
4159 (string-append name "-" version ".tar.gz"))
4160 (sha256
4161 (base32
4162 "1pkhjladybzzciwg0mjk3vjz5fyi76hk0d3hgyzv2jxlyp8v4fyc"))))
4163 (build-system cargo-build-system)
4164 (arguments
4165 `(#:skip-build? #t
4166 #:cargo-inputs
4167 (("rust-grep-cli" ,rust-grep-cli-0.1)
4168 ("rust-grep-matcher" ,rust-grep-matcher-0.1)
4169 ("rust-grep-pcre2" ,rust-grep-pcre2-0.1)
4170 ("rust-grep-printer" ,rust-grep-printer-0.1)
4171 ("rust-grep-regex" ,rust-grep-regex-0.1)
4172 ("rust-grep-searcher" ,rust-grep-searcher-0.1))
4173 #:cargo-development-inputs
4174 (("rust-termcolor" ,rust-termcolor-1.0)
4175 ("rust-walkdir" ,rust-walkdir-2.2))))
4176 (home-page "https://github.com/BurntSushi/ripgrep")
4177 (synopsis "Line oriented regex searching as a library")
4178 (description
4179 "Fast line oriented regex searching as a library.")
4180 (license (list license:unlicense license:expat))))
4181
4182 (define-public rust-grep-cli-0.1
4183 (package
4184 (name "rust-grep-cli")
4185 (version "0.1.3")
4186 (source
4187 (origin
4188 (method url-fetch)
4189 (uri (crate-uri "grep-cli" version))
4190 (file-name
4191 (string-append name "-" version ".tar.gz"))
4192 (sha256
4193 (base32
4194 "05a502x5m4fijwx7zj9icxna2dx86scm76ap80zr89pnvpbfk1hp"))))
4195 (build-system cargo-build-system)
4196 (arguments
4197 `(#:skip-build? #t
4198 #:cargo-inputs
4199 (("rust-atty" ,rust-atty-0.2)
4200 ("rust-bstr" ,rust-bstr-0.2)
4201 ("rust-globset" ,rust-globset-0.4)
4202 ("rust-lazy-static" ,rust-lazy-static-1.3)
4203 ("rust-log" ,rust-log-0.4)
4204 ("rust-regex" ,rust-regex-1.1)
4205 ("rust-same-file" ,rust-same-file-1.0)
4206 ("rust-termcolor" ,rust-termcolor-1.0)
4207 ("rust-winapi-util" ,rust-winapi-util-0.1))))
4208 (home-page
4209 "https://github.com/BurntSushi/ripgrep")
4210 (synopsis
4211 "Utilities for search oriented command line applications")
4212 (description
4213 "Utilities for search oriented command line applications.")
4214 (license license:expat)))
4215
4216 (define-public rust-grep-matcher-0.1
4217 (package
4218 (name "rust-grep-matcher")
4219 (version "0.1.2")
4220 (source
4221 (origin
4222 (method url-fetch)
4223 (uri (crate-uri "grep-matcher" version))
4224 (file-name
4225 (string-append name "-" version ".tar.gz"))
4226 (sha256
4227 (base32
4228 "03j26zygfgwyam66bl5g922gimrvp4yyzl8qvaykyklnf247bl3r"))))
4229 (build-system cargo-build-system)
4230 (arguments
4231 `(#:skip-build? #t
4232 #:cargo-inputs
4233 (("rust-memchr" ,rust-memchr-2.2))
4234 #:cargo-development-inputs
4235 (("rust-regex" ,rust-regex-1.1))))
4236 (home-page "https://github.com/BurntSushi/ripgrep")
4237 (synopsis "Trait for regular expressions")
4238 (description
4239 "This crate provides a low level interface for describing regular
4240 expression matchers. The @code{grep} crate uses this interface in order to make
4241 the regex engine it uses pluggable.")
4242 (license (list license:expat license:unlicense))))
4243
4244 (define-public rust-grep-pcre2-0.1
4245 (package
4246 (name "rust-grep-pcre2")
4247 (version "0.1.3")
4248 (source
4249 (origin
4250 (method url-fetch)
4251 (uri (crate-uri "grep-pcre2" version))
4252 (file-name
4253 (string-append name "-" version ".tar.gz"))
4254 (sha256
4255 (base32
4256 "1wjc3gsan20gapga8nji6jcrmwn9n85q5zf2yfq6g50c7abkc2ql"))))
4257 (build-system cargo-build-system)
4258 (arguments
4259 `(#:skip-build? #t
4260 #:cargo-inputs
4261 (("rust-grep-matcher" ,rust-grep-matcher-0.1)
4262 ("rust-pcre2" ,rust-pcre2-0.2))))
4263 (home-page
4264 "https://github.com/BurntSushi/ripgrep")
4265 (synopsis "Use PCRE2 with the grep crate")
4266 (description "Use PCRE2 with the grep crate.")
4267 (license (list license:expat license:unlicense))))
4268
4269 (define-public rust-grep-printer-0.1
4270 (package
4271 (name "rust-grep-printer")
4272 (version "0.1.3")
4273 (source
4274 (origin
4275 (method url-fetch)
4276 (uri (crate-uri "grep-printer" version))
4277 (file-name
4278 (string-append name "-" version ".tar.gz"))
4279 (sha256
4280 (base32
4281 "0mxc1yx5sx89f00imlm5d3hxwdgglv9rzwdki8ba50gvq8a2nr8m"))))
4282 (build-system cargo-build-system)
4283 (arguments
4284 `(#:skip-build? #t
4285 #:cargo-inputs
4286 (("rust-base64" ,rust-base64-0.10)
4287 ("rust-bstr" ,rust-bstr-0.2)
4288 ("rust-grep-matcher" ,rust-grep-matcher-0.1)
4289 ("rust-grep-searcher" ,rust-grep-searcher-0.1)
4290 ("rust-serde" ,rust-serde-1.0)
4291 ("rust-serde-derive" ,rust-serde-derive-1.0)
4292 ("rust-serde-json" ,rust-serde-json-1.0)
4293 ("rust-termcolor" ,rust-termcolor-1.0))
4294 #:cargo-development-inputs
4295 (("rust-grep-regex" ,rust-grep-regex-0.1))))
4296 (home-page "https://github.com/BurntSushi/ripgrep")
4297 (synopsis "Standard printing of search results")
4298 (description
4299 "An implementation of the grep crate's Sink trait that provides
4300 standard printing of search results, similar to grep itself.")
4301 (license (list license:unlicense license:expat))))
4302
4303 (define-public rust-grep-regex-0.1
4304 (package
4305 (name "rust-grep-regex")
4306 (version "0.1.3")
4307 (source
4308 (origin
4309 (method url-fetch)
4310 (uri (crate-uri "grep-regex" version))
4311 (file-name
4312 (string-append name "-" version ".tar.gz"))
4313 (sha256
4314 (base32
4315 "1lbb8837gzy25n706mnidaps4jl63ym679zraj8nfy5g02zbz549"))))
4316 (build-system cargo-build-system)
4317 (arguments
4318 `(#:skip-build? #t
4319 #:cargo-inputs
4320 (("rust-aho-corasick" ,rust-aho-corasick-0.7)
4321 ("rust-grep-matcher" ,rust-grep-matcher-0.1)
4322 ("rust-log" ,rust-log-0.4)
4323 ("rust-regex" ,rust-regex-1.1)
4324 ("rust-regex-syntax" ,rust-regex-syntax-0.6)
4325 ("rust-thread-local" ,rust-thread-local-0.3)
4326 ("rust-utf8-ranges" ,rust-utf8-ranges-1.0))))
4327 (home-page "https://github.com/BurntSushi/ripgrep")
4328 (synopsis "Use Rust's regex library with the grep crate")
4329 (description
4330 "Use Rust's regex library with the grep crate.")
4331 (license (list license:unlicense license:expat))))
4332
4333 (define-public rust-grep-searcher-0.1
4334 (package
4335 (name "rust-grep-searcher")
4336 (version "0.1.6")
4337 (source
4338 (origin
4339 (method url-fetch)
4340 (uri (crate-uri "grep-searcher" version))
4341 (file-name
4342 (string-append name "-" version ".tar.gz"))
4343 (sha256
4344 (base32
4345 "09ag16im12v6k0lzkyvbvamn1iw15kfx1jbfldb7z5xa7208l04a"))))
4346 (build-system cargo-build-system)
4347 (arguments
4348 `(#:skip-build? #t
4349 #:cargo-inputs
4350 (("rust-bstr" ,rust-bstr-0.2)
4351 ("rust-bytecount" ,rust-bytecount-0.5)
4352 ("rust-encoding-rs" ,rust-encoding-rs-0.8)
4353 ("rust-encoding-rs-io" ,rust-encoding-rs-io-0.1)
4354 ("rust-grep-matcher" ,rust-grep-matcher-0.1)
4355 ("rust-log" ,rust-log-0.4)
4356 ("rust-memmap" ,rust-memmap-0.7))
4357 #:cargo-development-inputs
4358 (("rust-grep-regex" ,rust-grep-regex-0.1)
4359 ("rust-regex" ,rust-regex-1.1))))
4360 (home-page "https://github.com/BurntSushi/ripgrep")
4361 (synopsis "Line oriented regex searching as a library")
4362 (description
4363 "Fast line oriented regex searching as a library.")
4364 (license (list license:unlicense license:expat))))
4365
4366 (define-public rust-half-1.3
4367 (package
4368 (name "rust-half")
4369 (version "1.3.0")
4370 (source
4371 (origin
4372 (method url-fetch)
4373 (uri (crate-uri "half" version))
4374 (file-name
4375 (string-append name "-" version ".tar.gz"))
4376 (sha256
4377 (base32
4378 "0diqajg3mgar511hxswl4kgqqz9a026yvn3103x5h2smknlc4lwk"))))
4379 (build-system cargo-build-system)
4380 (arguments
4381 `(#:skip-build? #t
4382 #:cargo-inputs (("rust-serde" ,rust-serde-1.0))))
4383 (home-page "https://github.com/starkat99/half-rs")
4384 (synopsis "Half-precision floating point f16 type")
4385 (description
4386 "Half-precision floating point f16 type for Rust implementing the
4387 IEEE 754-2008 binary16 type.")
4388 (license (list license:expat license:asl2.0))))
4389
4390 (define-public rust-handlebars-2.0
4391 (package
4392 (name "rust-handlebars")
4393 (version "2.0.4")
4394 (source
4395 (origin
4396 (method url-fetch)
4397 (uri (crate-uri "handlebars" version))
4398 (file-name
4399 (string-append name "-" version ".tar.gz"))
4400 (sha256
4401 (base32
4402 "1m99gwjd7q7q79bk4f716wsdvcyhsrcsq4vbzcavbkmc48d194mg"))))
4403 (build-system cargo-build-system)
4404 (arguments
4405 `(#:skip-build? #t
4406 #:cargo-inputs
4407 (("rust-hashbrown" ,rust-hashbrown-0.5)
4408 ("rust-log" ,rust-log-0.4)
4409 ("rust-pest" ,rust-pest-2.1)
4410 ("rust-pest-derive" ,rust-pest-derive-2.1)
4411 ("rust-quick-error" ,rust-quick-error-1.2)
4412 ("rust-serde" ,rust-serde-1.0)
4413 ("rust-serde-json" ,rust-serde-json-1.0)
4414 ("rust-walkdir" ,rust-walkdir-2.2))
4415 #:cargo-development-inputs
4416 (("rust-criterion" ,rust-criterion-0.2)
4417 ("rust-env-logger" ,rust-env-logger-0.6)
4418 ("rust-maplit" ,rust-maplit-1.0)
4419 ("rust-serde-derive" ,rust-serde-derive-1.0)
4420 ("rust-tempfile" ,rust-tempfile-3.0))))
4421 (home-page "https://github.com/sunng87/handlebars-rust")
4422 (synopsis "Handlebars templating implemented in Rust")
4423 (description
4424 "This package provides handlebars templating implemented in Rust. It is
4425 the template engine that renders the official Rust website")
4426 (license license:expat)))
4427
4428 (define-public rust-heapsize-0.4
4429 (package
4430 (name "rust-heapsize")
4431 (version "0.4.2")
4432 (source
4433 (origin
4434 (method url-fetch)
4435 (uri (crate-uri "heapsize" version))
4436 (file-name (string-append name "-" version ".crate"))
4437 (sha256
4438 (base32
4439 "0q94q9ppqjgrw71swiyia4hgby2cz6dldp7ij57nkvhd6zmfcy8n"))))
4440 (build-system cargo-build-system)
4441 (arguments
4442 `(#:skip-build? #t
4443 #:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
4444 (home-page "https://github.com/servo/heapsize")
4445 (synopsis "Measure the total runtime size of an object on the heap")
4446 (description
4447 "Infrastructure for measuring the total runtime size of an object on the
4448 heap.")
4449 (license (list license:asl2.0
4450 license:expat))))
4451
4452 (define-public rust-heapsize-0.3
4453 (package
4454 (inherit rust-heapsize-0.4)
4455 (name "rust-heapsize")
4456 (version "0.3.9")
4457 (source
4458 (origin
4459 (method url-fetch)
4460 (uri (crate-uri "heapsize" version))
4461 (file-name (string-append name "-" version ".crate"))
4462 (sha256
4463 (base32
4464 "0dmwc37vgsdjzk10443dj4f23439i9gch28jcwzmry3chrwx8v2m"))))
4465 (arguments
4466 `(#:skip-build? #t
4467 #:cargo-inputs (("rust-kernel32-sys" ,rust-kernel32-sys-0.2))))))
4468
4469 ;; This package makes use of removed features
4470 (define-public rust-heapsize-plugin-0.1
4471 (package
4472 (name "rust-heapsize-plugin")
4473 (version "0.1.6")
4474 (source
4475 (origin
4476 (method url-fetch)
4477 (uri (crate-uri "heapsize_plugin" version))
4478 (file-name (string-append name "-" version ".crate"))
4479 (sha256
4480 (base32
4481 "1i72isf699q9jl167g2kg4xd6h3cd05rc79zaph58aqjy0g0m9y9"))))
4482 (build-system cargo-build-system)
4483 (arguments
4484 `(#:skip-build? #t
4485 #:cargo-inputs (("rust-heapsize" ,rust-heapsize-0.3))))
4486 (home-page "https://github.com/servo/heapsize")
4487 (synopsis "Measure runtime size of an object on the heap")
4488 (description
4489 "This package automatically generates infrastructure for measuring the
4490 total runtime size of an object on the heap")
4491 (license license:mpl2.0)))
4492
4493 (define-public rust-hex-0.4
4494 (package
4495 (name "rust-hex")
4496 (version "0.4.0")
4497 (source
4498 (origin
4499 (method url-fetch)
4500 (uri (crate-uri "hex" version))
4501 (file-name
4502 (string-append name "-" version ".tar.gz"))
4503 (sha256
4504 (base32
4505 "0glsfrx2pxfsf6ivxj7vfrvd7g78j4z47ssgm5idm8p376z3jfq2"))))
4506 (build-system cargo-build-system)
4507 (arguments '(#:skip-build? #t))
4508 (home-page "https://github.com/KokaKiwi/rust-hex")
4509 (synopsis "Encode and decode data to/from hexadecimals")
4510 (description "This crate allows for encoding and decoding data into/from
4511 hexadecimal representation.")
4512 (license (list license:asl2.0
4513 license:expat))))
4514
4515 (define-public rust-hex-0.3
4516 (package
4517 (inherit rust-hex-0.4)
4518 (name "rust-hex")
4519 (version "0.3.2")
4520 (source
4521 (origin
4522 (method url-fetch)
4523 (uri (crate-uri "hex" version))
4524 (file-name (string-append name "-" version ".crate"))
4525 (sha256
4526 (base32
4527 "0xsdcjiik5j750j67zk42qdnmm4ahirk3gmkmcqgq7qls2jjcl40"))))))
4528
4529 (define-public rust-hex-literal-0.2
4530 (package
4531 (name "rust-hex-literal")
4532 (version "0.2.0")
4533 (source
4534 (origin
4535 (method url-fetch)
4536 (uri (crate-uri "hex-literal" version))
4537 (file-name
4538 (string-append name "-" version ".tar.gz"))
4539 (sha256
4540 (base32
4541 "0ni2nv3di0jpih2xnmlnr6s96zypkdr8xrw2cvk4f8fx5wb6inn3"))))
4542 (build-system cargo-build-system)
4543 (arguments
4544 `(#:skip-build? #t
4545 #:cargo-inputs
4546 (("rust-hex-literal-impl" ,rust-hex-literal-impl-0.2)
4547 ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
4548 (home-page "https://github.com/RustCrypto/utils")
4549 (synopsis
4550 "Convert hexadecimal string to byte array at compile time")
4551 (description
4552 "Procedural macro for converting hexadecimal string to byte array at
4553 compile time.")
4554 (license (list license:asl2.0 license:expat))))
4555
4556 (define-public rust-hex-literal-impl-0.2
4557 (package
4558 (name "rust-hex-literal-impl")
4559 (version "0.2.0")
4560 (source
4561 (origin
4562 (method url-fetch)
4563 (uri (crate-uri "hex-literal-impl" version))
4564 (file-name
4565 (string-append name "-" version ".tar.gz"))
4566 (sha256
4567 (base32
4568 "04m6d1k57a9h3hhdgn0vq1hkfwjv9hfkw6q73bqn0my0qw45s286"))))
4569 (build-system cargo-build-system)
4570 (arguments
4571 `(#:skip-build? #t
4572 #:cargo-inputs
4573 (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
4574 (home-page "https://github.com/RustCrypto/utils")
4575 (synopsis "Internal implementation of the hex-literal crate")
4576 (description
4577 "Internal implementation of the hex-literal crate.")
4578 (license (list license:asl2.0 license:expat))))
4579
4580 (define-public rust-html5ever-0.23
4581 (package
4582 (name "rust-html5ever")
4583 (version "0.23.0")
4584 (source
4585 (origin
4586 (method url-fetch)
4587 (uri (crate-uri "html5ever" version))
4588 (file-name
4589 (string-append name "-" version ".tar.gz"))
4590 (sha256
4591 (base32
4592 "1dx8k7synrmf3fl6gcfm5q1cybfglvhc9xnvly3s5xcc0b45mrjw"))))
4593 (build-system cargo-build-system)
4594 (arguments
4595 `(#:skip-build? #t
4596 #:cargo-inputs
4597 (("rust-log" ,rust-log-0.4)
4598 ("rust-mac" ,rust-mac-0.1)
4599 ("rust-markup5ever" ,rust-markup5ever-0.8))
4600 #:cargo-development-inputs
4601 (("rust-criterion" ,rust-criterion-0.2)
4602 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
4603 ("rust-quote" ,rust-quote-1.0)
4604 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
4605 ("rust-rustc-test" ,rust-rustc-test-0.3)
4606 ("rust-syn" ,rust-syn-0.15)
4607 ("rust-typed-arena" ,rust-typed-arena-1.4))))
4608 (home-page "https://github.com/servo/html5ever")
4609 (synopsis "High-performance browser-grade HTML5 parser")
4610 (description
4611 "High-performance browser-grade HTML5 parser.")
4612 (license (list license:asl2.0 license:expat))))
4613
4614 (define-public rust-http-0.1
4615 (package
4616 (name "rust-http")
4617 (version "0.1.17")
4618 (source
4619 (origin
4620 (method url-fetch)
4621 (uri (crate-uri "http" version))
4622 (file-name
4623 (string-append name "-" version ".tar.gz"))
4624 (sha256
4625 (base32
4626 "06icxvrd26r6s7dzjavja7r47hgjb9851wblqh8frxnsy3q29lzf"))))
4627 (build-system cargo-build-system)
4628 (arguments
4629 `(#:skip-build? #t
4630 #:cargo-inputs
4631 (("rust-bytes" ,rust-bytes-0.4)
4632 ("rust-fnv" ,rust-fnv-1.0)
4633 ("rust-itoa" ,rust-itoa-0.4))
4634 #:cargo-development-inputs
4635 (("rust-indexmap" ,rust-indexmap-1.0)
4636 ("rust-quickcheck" ,rust-quickcheck-0.8)
4637 ("rust-rand" ,rust-rand-0.4)
4638 ("rust-seahash" ,rust-seahash-3.0)
4639 ("rust-serde" ,rust-serde-1.0)
4640 ("rust-serde-json" ,rust-serde-json-1.0))))
4641 (home-page "https://github.com/hyperium/http")
4642 (synopsis "Set of types for representing HTTP requests and responses")
4643 (description
4644 "This package provides a set of types for representing HTTP
4645 requests and responses.")
4646 (license (list license:asl2.0 license:expat))))
4647
4648 (define-public rust-httparse-1.3
4649 (package
4650 (name "rust-httparse")
4651 (version "1.3.3")
4652 (source
4653 (origin
4654 (method url-fetch)
4655 (uri (crate-uri "httparse" version))
4656 (file-name
4657 (string-append name "-" version ".tar.gz"))
4658 (sha256
4659 (base32
4660 "10vsfx1b8drhif08fbi0ha9d3v1f3h80w42rxh0y3hrvzl64nwz8"))))
4661 (build-system cargo-build-system)
4662 (arguments
4663 `(#:skip-build? #t
4664 #:cargo-development-inputs
4665 (("rust-pico-sys" ,rust-pico-sys-0.0))))
4666 (home-page "https://github.com/seanmonstar/httparse")
4667 (synopsis "Zero-copy HTTP/1.x parser")
4668 (description
4669 "This package provides a tiny, safe, speedy, zero-copy HTTP/1.x parser.")
4670 (license (list license:asl2.0 license:expat))))
4671
4672 (define-public rust-humantime-1.3
4673 (package
4674 (name "rust-humantime")
4675 (version "1.3.0")
4676 (source
4677 (origin
4678 (method url-fetch)
4679 (uri (crate-uri "humantime" version))
4680 (file-name
4681 (string-append name "-" version ".tar.gz"))
4682 (sha256
4683 (base32
4684 "0krwgbf35pd46xvkqg14j070vircsndabahahlv3rwhflpy4q06z"))))
4685 (build-system cargo-build-system)
4686 (arguments
4687 `(#:skip-build? #t
4688 #:cargo-inputs
4689 (("rust-quick-error" ,rust-quick-error-1.2))
4690 #:cargo-development-inputs
4691 (("rust-chrono" ,rust-chrono-0.4)
4692 ("rust-rand" ,rust-rand-0.4)
4693 ("rust-time" ,rust-time-0.1))))
4694 (home-page "https://github.com/tailhook/humantime")
4695 (synopsis
4696 "Parser and formatter for Duration and SystemTime")
4697 (description
4698 "A parser and formatter for @code{std::time::{Duration,
4699 SystemTime}}.")
4700 (license (list license:expat license:asl2.0))))
4701
4702 (define-public rust-humantime-1.2
4703 (package
4704 (inherit rust-humantime-1.3)
4705 (name "rust-humantime")
4706 (version "1.2.0")
4707 (source
4708 (origin
4709 (method url-fetch)
4710 (uri (crate-uri "humantime" version))
4711 (file-name
4712 (string-append name "-" version ".tar.gz"))
4713 (sha256
4714 (base32
4715 "057ilhy6vc9iqhhby5ymh45m051pgxwq2z437gwkbnqhw7rfb9rw"))))))
4716
4717 (define-public rust-hostname-0.1
4718 (package
4719 (name "rust-hostname")
4720 (version "0.1.5")
4721 (source
4722 (origin
4723 (method url-fetch)
4724 (uri (crate-uri "hostname" version))
4725 (file-name (string-append name "-" version ".crate"))
4726 (sha256
4727 (base32
4728 "0kprf862qaa7lwdms6aw7f3275h0j2rwhs9nz5784pm8hdmb9ki1"))))
4729 (build-system cargo-build-system)
4730 (arguments
4731 `(#:skip-build? #t
4732 #:cargo-inputs
4733 (("rust-libc" ,rust-libc-0.2)
4734 ("rust-winutil" ,rust-winutil-0.1))))
4735 (home-page "https://github.com/svartalf/hostname")
4736 (synopsis "Get hostname for Rust")
4737 (description
4738 "Get hostname for Rust.")
4739 (license license:expat)))
4740
4741 (define-public rust-idna-0.2
4742 (package
4743 (name "rust-idna")
4744 (version "0.2.0")
4745 (source
4746 (origin
4747 (method url-fetch)
4748 (uri (crate-uri "idna" version))
4749 (file-name
4750 (string-append name "-" version ".tar.gz"))
4751 (sha256
4752 (base32
4753 "1a9066imqpdrm1aavfasdyb1zahqaz8jmdcwdawvb1pf60y6gqh2"))))
4754 (build-system cargo-build-system)
4755 (arguments
4756 `(#:skip-build? #t
4757 #:cargo-inputs
4758 (("rust-matches" ,rust-matches-0.1)
4759 ("rust-unicode-bidi" ,rust-unicode-bidi-0.3)
4760 ("rust-unicode-normalization" ,rust-unicode-normalization-0.1))
4761 #:cargo-development-inputs
4762 (("rust-rustc-test" ,rust-rustc-test-0.3)
4763 ("rust-serde-json" ,rust-serde-json-1.0))))
4764 (home-page "https://github.com/servo/rust-url/")
4765 (synopsis "Internationalizing Domain Names in Applications and Punycode")
4766 (description
4767 "IDNA (Internationalizing Domain Names in Applications) and Punycode.")
4768 (license (list license:expat license:asl2.0))))
4769
4770 (define-public rust-idna-0.1
4771 (package
4772 (inherit rust-idna-0.2)
4773 (name "rust-idna")
4774 (version "0.1.5")
4775 (source
4776 (origin
4777 (method url-fetch)
4778 (uri (crate-uri "idna" version))
4779 (file-name
4780 (string-append name "-" version ".tar.gz"))
4781 (sha256
4782 (base32
4783 "0kl4gs5kaydn4v07c6ka33spm9qdh2np0x7iw7g5zd8z1c7rxw1q"))))
4784 (arguments
4785 `(#:skip-build? #t
4786 #:cargo-inputs
4787 (("rust-matches" ,rust-matches-0.1)
4788 ("rust-unicode-bidi" ,rust-unicode-bidi-0.3)
4789 ("rust-unicode-normalization" ,rust-unicode-normalization-0.1))
4790 #:cargo-development-inputs
4791 (("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
4792 ("rust-rustc-test" ,rust-rustc-test-0.3))))))
4793
4794 (define-public rust-ignore-0.4
4795 (package
4796 (name "rust-ignore")
4797 (version "0.4.7")
4798 (source
4799 (origin
4800 (method url-fetch)
4801 (uri (crate-uri "ignore" version))
4802 (file-name
4803 (string-append name "-" version ".tar.gz"))
4804 (sha256
4805 (base32
4806 "00mhksl41dnlsjqmka8c5a0m4spwm70ilm1qd9rngwq552hpzicd"))))
4807 (build-system cargo-build-system)
4808 (arguments
4809 `(#:skip-build? #t
4810 #:cargo-inputs
4811 (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.3)
4812 ("rust-globset" ,rust-globset-0.4)
4813 ("rust-lazy-static" ,rust-lazy-static-1.3)
4814 ("rust-log" ,rust-log-0.4)
4815 ("rust-memchr" ,rust-memchr-2.2)
4816 ("rust-regex" ,rust-regex-1.1)
4817 ("rust-same-file" ,rust-same-file-1.0)
4818 ("rust-thread-local" ,rust-thread-local-0.3)
4819 ("rust-walkdir" ,rust-walkdir-2.2)
4820 ("rust-winapi-util" ,rust-winapi-util-0.1))
4821 #:cargo-development-inputs
4822 (("rust-tempfile" ,rust-tempfile-3.0))))
4823 (home-page "https://github.com/BurntSushi/ripgrep/tree/master/ignore")
4824 (synopsis "Efficiently match ignore files such as .gitignore")
4825 (description
4826 "This package provides a fast library for efficiently matching
4827 ignore files such as .gitignore against file paths.")
4828 (license (list license:unlicense license:expat))))
4829
4830 (define-public rust-indexmap-1.0
4831 (package
4832 (name "rust-indexmap")
4833 (version "1.0.2")
4834 (source
4835 (origin
4836 (method url-fetch)
4837 (uri (crate-uri "indexmap" version))
4838 (file-name
4839 (string-append name "-" version ".tar.gz"))
4840 (sha256
4841 (base32
4842 "13f5k1kl2759y4xfy0vhays35fmrkmhqngbr2ny8smvrbz0ag0by"))))
4843 (build-system cargo-build-system)
4844 (arguments
4845 `(#:skip-build? #t
4846 #:cargo-inputs
4847 (("rust-serde" ,rust-serde-1.0))
4848 #:cargo-development-inputs
4849 (("rust-fnv" ,rust-fnv-1.0)
4850 ("rust-itertools" ,rust-itertools-0.8)
4851 ("rust-lazy-static" ,rust-lazy-static-1.3)
4852 ("rust-quickcheck" ,rust-quickcheck-0.8)
4853 ("rust-rand" ,rust-rand-0.4)
4854 ("rust-serde-test" ,rust-serde-test-1.0))))
4855 (home-page "https://github.com/bluss/indexmap")
4856 (synopsis
4857 "Hash table with consistent order and fast iteration")
4858 (description
4859 "This package provides a hash table with consistent order and fast iteration.
4860
4861 The indexmap is a hash table where the iteration order of the
4862 key-value pairs is independent of the hash values of the keys. It has
4863 the usual hash table functionality, it preserves insertion order
4864 except after removals, and it allows lookup of its elements by either
4865 hash table key or numerical index. A corresponding hash set type is
4866 also provided.
4867
4868 This crate was initially published under the name ordermap, but it was
4869 renamed to indexmap.")
4870 (license (list license:expat license:asl2.0))))
4871
4872 (define-public rust-insta-0.8
4873 (package
4874 (name "rust-insta")
4875 (version "0.8.1")
4876 (source
4877 (origin
4878 (method url-fetch)
4879 (uri (crate-uri "insta" version))
4880 (file-name
4881 (string-append name "-" version ".tar.gz"))
4882 (sha256
4883 (base32
4884 "17rvqw9xm61prncbqi3cplphr3l2dl85sljdpyr3fz2mqjgbdfwb"))))
4885 (build-system cargo-build-system)
4886 (arguments
4887 `(#:skip-build? #t
4888 #:cargo-inputs
4889 (("rust-chrono" ,rust-chrono-0.4)
4890 ("rust-ci-info" ,rust-ci-info-0.3)
4891 ("rust-console" ,rust-console-0.7)
4892 ("rust-difference" ,rust-difference-2.0)
4893 ("rust-failure" ,rust-failure-0.1)
4894 ("rust-lazy-static" ,rust-lazy-static-1.3)
4895 ("rust-pest" ,rust-pest-2.1)
4896 ("rust-pest-derive" ,rust-pest-derive-2.1)
4897 ("rust-ron" ,rust-ron-0.4)
4898 ("rust-serde" ,rust-serde-1.0)
4899 ("rust-serde-json" ,rust-serde-json-1.0)
4900 ("rust-serde-yaml" ,rust-serde-yaml-0.8)
4901 ("rust-uuid" ,rust-uuid-0.7))))
4902 (home-page "https://github.com/mitsuhiko/insta")
4903 (synopsis "Snapshot testing library for Rust")
4904 (description
4905 "This package provides a snapshot testing library for Rust.")
4906 (license license:asl2.0)))
4907
4908 (define-public rust-intervaltree-0.2
4909 (package
4910 (name "rust-intervaltree")
4911 (version "0.2.4")
4912 (source
4913 (origin
4914 (method url-fetch)
4915 (uri (crate-uri "intervaltree" version))
4916 (file-name
4917 (string-append name "-" version ".tar.gz"))
4918 (sha256
4919 (base32
4920 "10k40gsv79kwnsqrzwmnmm6psa5fqws8yggavmbggvymv16hffdg"))))
4921 (build-system cargo-build-system)
4922 (arguments
4923 `(#:skip-build? #t
4924 #:cargo-inputs
4925 (("rust-smallvec" ,rust-smallvec-0.6))))
4926 (home-page "https://github.com/main--/rust-intervaltree")
4927 (synopsis "Immutable interval trees")
4928 (description
4929 "This package provides a simple and generic implementation of an
4930 immutable interval tree.")
4931 (license license:expat)))
4932
4933 (define-public rust-iovec-0.1
4934 (package
4935 (name "rust-iovec")
4936 (version "0.1.4")
4937 (source
4938 (origin
4939 (method url-fetch)
4940 (uri (crate-uri "iovec" version))
4941 (file-name (string-append name "-" version ".crate"))
4942 (sha256
4943 (base32
4944 "0ph73qygwx8i0mblrf110cj59l00gkmsgrpzz1rm85syz5pymcxj"))))
4945 (build-system cargo-build-system)
4946 (arguments
4947 `(#:skip-build? #t
4948 #:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
4949 (home-page "https://github.com/carllerche/iovec")
4950 (synopsis "Portable buffer type for scatter/gather I/O operations")
4951 (description
4952 "Portable buffer type for scatter/gather I/O operations.")
4953 (license (list license:asl2.0
4954 license:expat))))
4955
4956 (define-public rust-itertools-0.8
4957 (package
4958 (name "rust-itertools")
4959 (version "0.8.0")
4960 (source
4961 (origin
4962 (method url-fetch)
4963 (uri (crate-uri "itertools" version))
4964 (file-name
4965 (string-append name "-" version ".tar.gz"))
4966 (sha256
4967 (base32
4968 "0n2k13b6w4x2x6np2lykh9bj3b3z4hwh2r4cn3z2dgnfq7cng12v"))))
4969 (build-system cargo-build-system)
4970 (arguments
4971 `(#:skip-build? #t
4972 #:cargo-inputs
4973 (("rust-either" ,rust-either-1.5))
4974 #:cargo-development-inputs
4975 (("rust-permutohedron" ,rust-permutohedron-0.2)
4976 ("rust-quickcheck" ,rust-quickcheck-0.8)
4977 ("rust-rand" ,rust-rand-0.4))))
4978 (home-page
4979 "https://github.com/rust-itertools/itertools")
4980 (synopsis
4981 "Extra iterator adaptors, iterator methods, free functions, and macros")
4982 (description
4983 "Extra iterator adaptors, iterator methods, free functions, and macros.")
4984 (license (list license:expat license:asl2.0))))
4985
4986 (define-public rust-itertools-num-0.1
4987 (package
4988 (name "rust-itertools-num")
4989 (version "0.1.3")
4990 (source
4991 (origin
4992 (method url-fetch)
4993 (uri (crate-uri "itertools-num" version))
4994 (file-name
4995 (string-append name "-" version ".tar.gz"))
4996 (sha256
4997 (base32
4998 "1rr7ig9nkpampcas23s91x7yac6qdnwssq3nap522xbgkqps4wm8"))))
4999 (build-system cargo-build-system)
5000 (arguments
5001 `(#:skip-build? #t
5002 #:cargo-inputs
5003 (("rust-num-traits" ,rust-num-traits-0.2))
5004 #:cargo-development-inputs
5005 (("rust-itertools" ,rust-itertools-0.8)
5006 ("rust-quickcheck" ,rust-quickcheck-0.8))))
5007 (home-page
5008 "https://github.com/bluss/itertools-num")
5009 (synopsis
5010 "Numerical iterator tools")
5011 (description
5012 "Numerical iterator tools. Extra iterators and iterator methods
5013 and functions.")
5014 (license (list license:expat license:asl2.0))))
5015
5016 (define-public rust-itoa-0.4
5017 (package
5018 (name "rust-itoa")
5019 (version "0.4.4")
5020 (source
5021 (origin
5022 (method url-fetch)
5023 (uri (crate-uri "itoa" version))
5024 (file-name (string-append name "-" version ".crate"))
5025 (sha256
5026 (base32
5027 "0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
5028 (build-system cargo-build-system)
5029 (arguments '(#:skip-build? #t))
5030 (home-page "https://github.com/dtolnay/itoa")
5031 (synopsis "Fast functions for printing integer primitives")
5032 (description "This crate provides fast functions for printing integer
5033 primitives to an @code{io::Write}.")
5034 (license (list license:asl2.0
5035 license:expat))))
5036
5037 (define-public rust-itoa-0.1
5038 (package
5039 (inherit rust-itoa-0.4)
5040 (name "rust-itoa")
5041 (version "0.1.1")
5042 (source
5043 (origin
5044 (method url-fetch)
5045 (uri (crate-uri "itoa" version))
5046 (file-name (string-append name "-" version ".crate"))
5047 (sha256
5048 (base32
5049 "18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
5050
5051 (define-public rust-js-sys-0.3
5052 (package
5053 (name "rust-js-sys")
5054 (version "0.3.24")
5055 (source
5056 (origin
5057 (method url-fetch)
5058 (uri (crate-uri "js-sys" version))
5059 (file-name
5060 (string-append name "-" version ".tar.gz"))
5061 (sha256
5062 (base32
5063 "045fgafggkjdfg4f33vb87silyl9xpbifrhx1ciqi4wvm90nzhga"))))
5064 (build-system cargo-build-system)
5065 (arguments
5066 `(#:skip-build? #t
5067 #:cargo-inputs
5068 (("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
5069 #:cargo-development-inputs
5070 (("rust-futures" ,rust-futures-0.1)
5071 ("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.3)
5072 ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
5073 (home-page "https://rustwasm.github.io/wasm-bindgen/")
5074 (synopsis "Bindings for all JS global objects and functions in WASM")
5075 (description
5076 "Bindings for all JS global objects and functions in all JS environments
5077 like Node.js and browsers, built on @code{#[wasm_bindgen]} using the
5078 wasm-bindgen crate.")
5079 (license (list license:asl2.0 license:expat))))
5080
5081 (define-public rust-jemalloc-sys-0.3
5082 (package
5083 (name "rust-jemalloc-sys")
5084 (version "0.3.2")
5085 (source
5086 (origin
5087 (method url-fetch)
5088 (uri (crate-uri "jemalloc-sys" version))
5089 (file-name (string-append name "-" version ".crate"))
5090 (sha256
5091 (base32
5092 "0ify9vlql01qhfxlj7d4p9jvcp90mj2h69nkbq7slccvbhzryfqd"))))
5093 (build-system cargo-build-system)
5094 ;(arguments
5095 ; `(#:phases
5096 ; (modify-phases %standard-phases
5097 ; (add-after 'unpack 'override-jemalloc
5098 ; (lambda* (#:key inputs #:allow-other-keys)
5099 ; (let ((jemalloc (assoc-ref inputs "jemalloc")))
5100 ; (delete-file-recursively "jemalloc")
5101 ; (setenv "JEMALLOC_OVERRIDE"
5102 ; (string-append jemalloc "/lib/libjemalloc_pic.a")))
5103 ; #t)))))
5104 ;(inputs
5105 ; `(("jemalloc" ,jemalloc)))
5106 (home-page "https://github.com/gnzlbg/jemallocator")
5107 (synopsis "Rust FFI bindings to jemalloc")
5108 (description "This package provides Rust FFI bindings to jemalloc.")
5109 (properties '((hidden? . #t)))
5110 (license (list license:asl2.0
5111 license:expat))))
5112
5113 (define-public rust-jemallocator-0.3
5114 (package
5115 (name "rust-jemallocator")
5116 (version "0.3.2")
5117 (source
5118 (origin
5119 (method url-fetch)
5120 (uri (crate-uri "jemallocator" version))
5121 (file-name
5122 (string-append name "-" version ".tar.gz"))
5123 (sha256
5124 (base32
5125 "0sabfa5118b7l4ars5n36s2fjyfn59w4d6mjs6rrmsa5zky67bj3"))))
5126 (build-system cargo-build-system)
5127 (arguments
5128 `(#:skip-build? #t
5129 #:cargo-inputs
5130 (("rust-jemalloc-sys" ,rust-jemalloc-sys-0.3)
5131 ("rust-libc" ,rust-libc-0.2))
5132 #:cargo-development-inputs
5133 (("rust-paste" ,rust-paste-0.1))))
5134 (home-page "https://github.com/gnzlbg/jemallocator")
5135 (synopsis "Rust allocator backed by jemalloc")
5136 (description
5137 "This package provides a Rust allocator backed by jemalloc.")
5138 (license (list license:expat license:asl2.0))))
5139
5140 (define-public rust-json-0.11
5141 (package
5142 (name "rust-json")
5143 (version "0.11.15")
5144 (source
5145 (origin
5146 (method url-fetch)
5147 (uri (crate-uri "json" version))
5148 (file-name (string-append name "-" version ".crate"))
5149 (sha256
5150 (base32
5151 "1rg9jxf6bpbwis3ixd5ak8rp37him7n4z8awz4ssrxl6hyplbhlj"))))
5152 (build-system cargo-build-system)
5153 (arguments '(#:skip-build? #t))
5154 (home-page "https://github.com/maciejhirsz/json-rust")
5155 (synopsis "JSON implementation in Rust")
5156 (description "This crate provides a JSON implementation in Rust, reducing
5157 friction with idiomatic Rust structs to ease interopability.")
5158 (license (list license:asl2.0
5159 license:expat))))
5160
5161 (define-public rust-kernel32-sys-0.2
5162 (package
5163 (name "rust-kernel32-sys")
5164 (version "0.2.2")
5165 (source
5166 (origin
5167 (method url-fetch)
5168 (uri (crate-uri "kernel32-sys" version))
5169 (file-name (string-append name "-" version ".crate"))
5170 (sha256
5171 (base32
5172 "1389av0601a9yz8dvx5zha9vmkd6ik7ax0idpb032d28555n41vm"))))
5173 (build-system cargo-build-system)
5174 (arguments
5175 `(#:skip-build? #t
5176 #:cargo-inputs (("rust-winapi" ,rust-winapi-0.2))
5177 #:cargo-development-inputs
5178 (("rust-winapi-build" ,rust-winapi-build-0.1))))
5179 (home-page "https://github.com/retep998/winapi-rs")
5180 (synopsis "Function definitions for the Windows API library kernel32")
5181 (description "Contains function definitions for the Windows API library
5182 kernel32.")
5183 (license license:expat)))
5184
5185 (define-public rust-language-tags-0.2
5186 (package
5187 (name "rust-language-tags")
5188 (version "0.2.2")
5189 (source
5190 (origin
5191 (method url-fetch)
5192 (uri (crate-uri "language-tags" version))
5193 (file-name (string-append name "-" version ".crate"))
5194 (sha256
5195 (base32
5196 "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"))))
5197 (build-system cargo-build-system)
5198 (arguments
5199 `(#:skip-build? #t
5200 #:cargo-inputs
5201 (("rust-heapsize" ,rust-heapsize-0.3)
5202 ("rust-heapsize-plugin" ,rust-heapsize-plugin-0.1))))
5203 (home-page "https://github.com/pyfisch/rust-language-tags")
5204 (synopsis "Language tags for Rust")
5205 (description
5206 "Language tags can be used identify human languages, scripts e.g. Latin
5207 script, countries and other regions. They are commonly used in HTML and HTTP
5208 @code{Content-Language} and @code{Accept-Language} header fields. This package
5209 currently supports parsing (fully conformant parser), formatting and comparing
5210 language tags.")
5211 (license license:expat)))
5212
5213 (define-public rust-lazy-static-1.4
5214 (package
5215 (name "rust-lazy-static")
5216 (version "1.4.0")
5217 (source
5218 (origin
5219 (method url-fetch)
5220 (uri (crate-uri "lazy_static" version))
5221 (file-name (string-append name "-" version ".crate"))
5222 (sha256
5223 (base32
5224 "0in6ikhw8mgl33wjv6q6xfrb5b9jr16q8ygjy803fay4zcisvaz2"))))
5225 (build-system cargo-build-system)
5226 (arguments
5227 `(#:skip-build? #t
5228 #:cargo-inputs (("rust-spin" ,rust-spin-0.5))
5229 #:cargo-development-inputs
5230 (("rust-doc-comment" ,rust-doc-comment-0.3))))
5231 (home-page "https://github.com/rust-lang-nursery/lazy-static.rs")
5232 (synopsis "Macro for declaring lazily evaluated statics in Rust")
5233 (description
5234 "This package provides a macro for declaring lazily evaluated statics in
5235 Rust. Using this macro, it is possible to have @code{static}s that require code
5236 to be executed at runtime in order to be initialized. This includes anything
5237 requiring heap allocations, like vectors or hash maps, as well as anything that
5238 requires non-const function calls to be computed.")
5239 (license (list license:asl2.0
5240 license:expat))))
5241
5242 (define-public rust-lazy-static-1.3
5243 (package
5244 (inherit rust-lazy-static-1.4)
5245 (name "rust-lazy-static")
5246 (version "1.3.0")
5247 (source
5248 (origin
5249 (method url-fetch)
5250 (uri (crate-uri "lazy_static" version))
5251 (file-name (string-append name "-" version ".crate"))
5252 (sha256
5253 (base32
5254 "052ac27w189hrf1j3hz7sga46rp84zl2hqnzyihxv78mgzr2jmxw"))))
5255 (arguments
5256 `(#:skip-build? #t
5257 #:cargo-inputs (("rust-spin" ,rust-spin-0.5))))))
5258
5259 (define-public rust-lazycell-1.2
5260 (package
5261 (name "rust-lazycell")
5262 (version "1.2.1")
5263 (source
5264 (origin
5265 (method url-fetch)
5266 (uri (crate-uri "lazycell" version))
5267 (file-name
5268 (string-append name "-" version ".tar.gz"))
5269 (sha256
5270 (base32
5271 "0gvqycmpv7parc98i6y64ai7rvxrn1947z2a6maa02g4kvxdd55j"))))
5272 (build-system cargo-build-system)
5273 (arguments
5274 `(#:skip-build? #t
5275 #:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
5276 (home-page "https://github.com/indiv0/lazycell")
5277 (synopsis "Lazily filled Cell struct")
5278 (description
5279 "This package provides a library providing a lazily filled Cell struct.")
5280 (license (list license:expat license:asl2.0))))
5281
5282 (define-public rust-lexical-core-0.4
5283 (package
5284 (name "rust-lexical-core")
5285 (version "0.4.2")
5286 (source
5287 (origin
5288 (method url-fetch)
5289 (uri (crate-uri "lexical-core" version))
5290 (file-name
5291 (string-append name "-" version ".tar.gz"))
5292 (sha256
5293 (base32
5294 "1gr5y3ykghd3wjc00l3iizkj1dxylyhwi6fj6yn2qg06nzx771iz"))))
5295 (build-system cargo-build-system)
5296 (arguments
5297 `(#:skip-build? #t
5298 #:cargo-inputs
5299 (("rust-cfg-if" ,rust-cfg-if-0.1)
5300 ("rust-dtoa" ,rust-dtoa-0.4)
5301 ("rust-ryu" ,rust-ryu-1.0)
5302 ("rust-stackvector" ,rust-stackvector-1.0)
5303 ("rust-static-assertions" ,rust-static-assertions-0.3))
5304 #:cargo-development-inputs
5305 (("rust-approx" ,rust-approx-0.3)
5306 ("rust-proptest" ,rust-proptest-0.9)
5307 ("rust-quickcheck" ,rust-quickcheck-0.8)
5308 ("rust-rustc-version" ,rust-rustc-version-0.2))))
5309 (home-page
5310 "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core")
5311 (synopsis
5312 "Lexical, to- and from-string conversion routines")
5313 (description
5314 "Lexical, to- and from-string conversion routines.")
5315 (license (list license:asl2.0 license:expat))))
5316
5317 (define-public rust-libc-0.2
5318 (package
5319 (name "rust-libc")
5320 (version "0.2.66")
5321 (source
5322 (origin
5323 (method url-fetch)
5324 (uri (crate-uri "libc" version))
5325 (file-name (string-append name "-" version ".crate"))
5326 (sha256
5327 (base32
5328 "0n0mwry21fxfwc063k33mvxk8xj7ia5ar8m42c9ymbam2ksb25fm"))))
5329 (build-system cargo-build-system)
5330 (arguments
5331 `(#:skip-build? #t
5332 #:cargo-inputs
5333 (("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))))
5334 (home-page "https://github.com/rust-lang/libc")
5335 (synopsis "Raw FFI bindings to platform libraries like libc")
5336 (description
5337 "The rust libc crate provides all of the definitions necessary to easily
5338 interoperate with C code (or \"C-like\" code) on each of the platforms that Rust
5339 supports. This includes type definitions (e.g., c_int), constants (e.g., EINVAL)
5340 as well as function headers (e.g., malloc).
5341
5342 This crate exports all underlying platform types, functions, and constants under
5343 the crate root, so all items are accessible as @samp{libc::foo}. The types and
5344 values of all the exported APIs match the platform that libc is compiled for.")
5345 (license (list license:expat
5346 license:asl2.0))))
5347
5348 (define-public rust-libgit2-sys-0.10
5349 (package
5350 (name "rust-libgit2-sys")
5351 (version "0.10.0")
5352 (source
5353 (origin
5354 (method url-fetch)
5355 (uri (crate-uri "libgit2-sys" version))
5356 (file-name (string-append name "-" version ".crate"))
5357 (sha256
5358 (base32
5359 "0l9fvki7qxsl97vgzqwlv75nl213a5vxw7b1jaik97ala356pv6r"))))
5360 (build-system cargo-build-system)
5361 ;(arguments
5362 ; `(#:phases
5363 ; (modify-phases %standard-phases
5364 ; (add-after 'unpack 'find-openssl
5365 ; (lambda* (#:key inputs #:allow-other-keys)
5366 ; (let ((openssl (assoc-ref inputs "openssl")))
5367 ; (setenv "OPENSSL_DIR" openssl))
5368 ; (delete-file-recursively "libgit2")
5369 ; (setenv "LIBGIT2_SYS_USE_PKG_CONFIG" "1")
5370 ; (setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
5371 ; #t)))))
5372 ;(native-inputs
5373 ; `(("pkg-config" ,pkg-config)))
5374 ;(inputs
5375 ; `(("libgit2" ,libgit2)
5376 ; ("openssl" ,openssl)
5377 ; ("zlib" ,zlib)))
5378 (home-page "https://github.com/rust-lang/git2-rs")
5379 (synopsis "Native bindings to the libgit2 library")
5380 (description
5381 "This package provides native rust bindings to the @code{libgit2} library.")
5382 (properties '((hidden? . #t)))
5383 (license (list license:asl2.0
5384 license:expat))))
5385
5386 (define-public rust-libgit2-sys-0.8
5387 (package
5388 (inherit rust-libgit2-sys-0.10)
5389 (name "rust-libgit2-sys")
5390 (version "0.8.2")
5391 (source
5392 (origin
5393 (method url-fetch)
5394 (uri (crate-uri "libgit2-sys" version))
5395 (file-name (string-append name "-" version ".crate"))
5396 (sha256
5397 (base32
5398 "0y2mibmx7wy91s2kmb2gfb29mrqlqaxpy5wcwr8s1lwws7b9w5sc"))))))
5399
5400 (define-public rust-libgit2-sys-0.7
5401 (package
5402 (inherit rust-libgit2-sys-0.8)
5403 (name "rust-libgit2-sys")
5404 (version "0.7.11")
5405 (source
5406 (origin
5407 (method url-fetch)
5408 (uri (crate-uri "libgit2-sys" version))
5409 (file-name (string-append name "-" version ".crate"))
5410 (sha256
5411 (base32
5412 "1wcvg2qqra2aviasvqcscl8gb2rnjnd6h998wy5dlmf2bnriqi28"))))))
5413
5414 (define-public rust-libloading-0.5
5415 (package
5416 (name "rust-libloading")
5417 (version "0.5.2")
5418 (source
5419 (origin
5420 (method url-fetch)
5421 (uri (crate-uri "libloading" version))
5422 (file-name (string-append name "-" version ".crate"))
5423 (sha256
5424 (base32
5425 "0lyply8rcqc8agajzxs7bq6ivba9dnn1i68kgb9z2flnfjh13cgj"))))
5426 (build-system cargo-build-system)
5427 (arguments
5428 `(#:skip-build? #t
5429 #:cargo-inputs
5430 (("rust-winapi" ,rust-winapi-0.3))
5431 #:cargo-development-inputs
5432 (("rust-cc" ,rust-cc-1.0))))
5433 (home-page "https://github.com/nagisa/rust_libloading/")
5434 (synopsis "Rust library for loading dynamic libraries")
5435 (description
5436 "A memory-safer wrapper around system dynamic library loading primitives.
5437 The most important safety guarantee by this library is prevention of
5438 dangling-Symbols that may occur after a Library is unloaded. Using this library
5439 allows loading dynamic libraries (also known as shared libraries) as well as use
5440 functions and static variables these libraries contain.")
5441 (license license:isc)))
5442
5443 (define-public rust-libssh2-sys-0.2
5444 (package
5445 (name "rust-libssh2-sys")
5446 (version "0.2.12")
5447 (source
5448 (origin
5449 (method url-fetch)
5450 (uri (crate-uri "libssh2-sys" version))
5451 (file-name (string-append name "-" version ".crate"))
5452 (sha256
5453 (base32
5454 "1zb6gsw795nq848nk5x2smzpfnn1s15wjlzjnvr8ihlz2l5x2549"))))
5455 (build-system cargo-build-system)
5456 ;(arguments
5457 ; `(#:phases
5458 ; (modify-phases %standard-phases
5459 ; (add-after 'unpack 'find-openssl
5460 ; (lambda* (#:key inputs #:allow-other-keys)
5461 ; (let ((openssl (assoc-ref inputs "openssl")))
5462 ; (setenv "OPENSSL_DIR" openssl))
5463 ; (delete-file-recursively "libssh2")
5464 ; (setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
5465 ; #t)))))
5466 ;(native-inputs
5467 ; `(("pkg-config" ,pkg-config)))
5468 ;(inputs
5469 ; `(("libssh2" ,libssh2)
5470 ; ("openssl" ,openssl)
5471 ; ("zlib" ,zlib)))
5472 (home-page "https://github.com/alexcrichton/ssh2-rs")
5473 (synopsis "Native bindings to the libssh2 library")
5474 (description
5475 "This package provides native rust bindings to the @code{libssh2} library.")
5476 (properties '((hidden? . #t)))
5477 (license (list license:asl2.0
5478 license:expat))))
5479
5480 (define-public rust-lock-api-0.3
5481 (package
5482 (name "rust-lock-api")
5483 (version "0.3.3")
5484 (source
5485 (origin
5486 (method url-fetch)
5487 (uri (crate-uri "lock_api" version))
5488 (file-name
5489 (string-append name "-" version ".tar.gz"))
5490 (sha256
5491 (base32
5492 "0yzlz7f5xl5sm129dq8jqsrcrkyv7jjnqwd4zr4ijsdlxjaxxckr"))))
5493 (build-system cargo-build-system)
5494 (arguments
5495 `(#:skip-build? #t
5496 #:cargo-inputs
5497 (("rust-owning-ref" ,rust-owning-ref-0.4)
5498 ("rust-scopeguard" ,rust-scopeguard-1.0)
5499 ("rust-serde" ,rust-serde-1.0))))
5500 (home-page "https://github.com/Amanieu/parking_lot")
5501 (synopsis
5502 "Wrappers to create fully-featured Mutex and RwLock types")
5503 (description
5504 "This package provides wrappers to create fully-featured @code{Mutex} and
5505 @code{RwLock} types. It is compatible with @code{no_std}.")
5506 (license (list license:expat license:asl2.0))))
5507
5508 (define-public rust-lock-api-0.2
5509 (package
5510 (inherit rust-lock-api-0.3)
5511 (name "rust-lock-api")
5512 (version "0.2.0")
5513 (source
5514 (origin
5515 (method url-fetch)
5516 (uri (crate-uri "lock_api" version))
5517 (file-name
5518 (string-append name "-" version ".tar.gz"))
5519 (sha256
5520 (base32
5521 "1zx7pksmgyggpczgw4qrr4vj2nkdk5lipgiysvr20slm552nv57d"))))))
5522
5523 (define-public rust-lock-api-0.1
5524 (package
5525 (inherit rust-lock-api-0.2)
5526 (name "rust-lock-api")
5527 (version "0.1.5")
5528 (source
5529 (origin
5530 (method url-fetch)
5531 (uri (crate-uri "lock_api" version))
5532 (file-name (string-append name "-" version ".crate"))
5533 (sha256
5534 (base32
5535 "0b24q9mh258xa52ap636q1sxz0j5vrnp0hwbbh7ddjka3wwz3sv2"))))
5536 (arguments
5537 `(#:skip-build? #t
5538 #:cargo-inputs
5539 (("rust-scopeguard" ,rust-scopeguard-0.3)
5540 ("rust-owning-ref" ,rust-owning-ref-0.4))))))
5541
5542 (define-public rust-log-0.4
5543 (package
5544 (name "rust-log")
5545 (version "0.4.8")
5546 (source
5547 (origin
5548 (method url-fetch)
5549 (uri (crate-uri "log" version))
5550 (file-name (string-append name "-" version ".crate"))
5551 (sha256
5552 (base32
5553 "1xz18ixccl5c6np4linv3ypc7hpmmgpc5zzd2ymp2ssfx0mhbdhl"))))
5554 (build-system cargo-build-system)
5555 (arguments
5556 `(#:skip-build? #t
5557 #:cargo-inputs
5558 (("rust-cfg-if" ,rust-cfg-if-0.1)
5559 ("rust-serde" ,rust-serde-1.0))
5560 #:cargo-development-inputs
5561 (("rust-serde-test" ,rust-serde-test-1.0))))
5562 (home-page "https://github.com/rust-lang/log")
5563 (synopsis "Lightweight logging facade for Rust")
5564 (description
5565 "This package provides a lightweight logging facade for Rust.")
5566 (license (list license:expat license:asl2.0))))
5567
5568 (define-public rust-log-0.3
5569 (package
5570 (inherit rust-log-0.4)
5571 (name "rust-log")
5572 (version "0.3.8")
5573 (source
5574 (origin
5575 (method url-fetch)
5576 (uri (crate-uri "log" version))
5577 (file-name (string-append name "-" version ".tar.gz"))
5578 (sha256
5579 (base32
5580 "0nsn28syc49vvjhxcfc8261rd1frhjc0r4bn9v3mqvps3ra7f3w8"))))))
5581
5582 (define-public rust-loom-0.1
5583 (package
5584 (name "rust-loom")
5585 (version "0.1.1")
5586 (source
5587 (origin
5588 (method url-fetch)
5589 (uri (crate-uri "loom" version))
5590 (file-name
5591 (string-append name "-" version ".tar.gz"))
5592 (sha256
5593 (base32
5594 "1jmp5mffwwyqgp914cwz92ij2s6vk1hsnkvgndvzw74xrcfraibj"))))
5595 (build-system cargo-build-system)
5596 (arguments
5597 `(#:skip-build? #t
5598 #:cargo-inputs
5599 (("rust-cfg-if" ,rust-cfg-if-0.1)
5600 ("rust-futures" ,rust-futures-0.1)
5601 ("rust-generator" ,rust-generator-0.6)
5602 ("rust-scoped-tls" ,rust-scoped-tls-1.0)
5603 ("rust-serde" ,rust-serde-1.0)
5604 ("rust-serde-derive" ,rust-serde-derive-1.0)
5605 ("rust-serde-json" ,rust-serde-json-1.0))))
5606 (home-page "https://github.com/tokio-rs/loom")
5607 (synopsis "Model checker for concurrent code")
5608 (description "Model checker for concurrent code.")
5609 (license license:expat)))
5610
5611 (define-public rust-lzma-sys-0.1
5612 (package
5613 (name "rust-lzma-sys")
5614 (version "0.1.15")
5615 (source
5616 (origin
5617 (method url-fetch)
5618 (uri (crate-uri "lzma-sys" version))
5619 (file-name (string-append name "-" version ".crate"))
5620 (sha256
5621 (base32
5622 "14gyj256yh0wm77jbvmlc39v7lfn0navpfrja4alczarzlc8ir2k"))))
5623 (build-system cargo-build-system)
5624 ;(arguments
5625 ; `(#:phases
5626 ; (modify-phases %standard-phases
5627 ; (add-after 'unpack 'unbundle-xz
5628 ; (lambda* (#:key inputs #:allow-other-keys)
5629 ; (let ((xz (assoc-ref inputs "xz")))
5630 ; (delete-file-recursively "xz-5.2"))
5631 ; #t)))))
5632 ;(inputs
5633 ; `(("pkg-config" ,pkg-config)
5634 ; ("xz" ,xz)))
5635 (home-page "https://github.com/alexcrichton/xz2-rs")
5636 (synopsis "Bindings to liblzma for lzma and xz stream encoding/decoding")
5637 (description
5638 "This package contains the raw bindings to liblzma which contains an
5639 implementation of LZMA and xz stream encoding/decoding.")
5640 (properties '((hidden? . #t)))
5641 (license (list license:asl2.0
5642 license:expat))))
5643
5644 (define-public rust-mac-0.1
5645 (package
5646 (name "rust-mac")
5647 (version "0.1.1")
5648 (source
5649 (origin
5650 (method url-fetch)
5651 (uri (crate-uri "mac" version))
5652 (file-name
5653 (string-append name "-" version ".tar.gz"))
5654 (sha256
5655 (base32
5656 "194vc7vrshqff72rl56f9xgb0cazyl4jda7qsv31m5l6xx7hq7n4"))))
5657 (build-system cargo-build-system)
5658 (arguments `(#:skip-build? #t))
5659 (home-page "https://github.com/reem/rust-mac")
5660 (synopsis "Collection of great and ubiqutitous macros")
5661 (description
5662 "This package provides a collection of great and ubiqutitous macros.")
5663 (license (list license:asl2.0 license:expat))))
5664
5665 (define-public rust-maplit-1.0
5666 (package
5667 (name "rust-maplit")
5668 (version "1.0.1")
5669 (source
5670 (origin
5671 (method url-fetch)
5672 (uri (crate-uri "maplit" version))
5673 (file-name (string-append name "-" version ".crate"))
5674 (sha256
5675 (base32
5676 "0hsczmvd6zkqgzqdjp5hfyg7f339n68w83n4pxvnsszrzssbdjq8"))))
5677 (build-system cargo-build-system)
5678 (home-page "https://github.com/bluss/maplit")
5679 (synopsis "Collection of Map macros")
5680 (description "This crate provides a collection of @code{literal} macros for
5681 @code{HashMap}, @code{HashSet}, @code{BTreeMap}, and @code{BTreeSet.}")
5682 (properties '((hidden? . #t)))
5683 (license (list license:asl2.0
5684 license:expat))))
5685
5686 (define-public rust-markup5ever-0.8
5687 (package
5688 (name "rust-markup5ever")
5689 (version "0.8.1")
5690 (source
5691 (origin
5692 (method url-fetch)
5693 (uri (crate-uri "markup5ever" version))
5694 (file-name
5695 (string-append name "-" version ".tar.gz"))
5696 (sha256
5697 (base32
5698 "08ayl9aqjnmf7ly1ipy6dk3wjvyfn4w51l40jzh1fh984ykldbzi"))))
5699 (build-system cargo-build-system)
5700 (arguments
5701 `(#:skip-build? #t
5702 #:cargo-inputs
5703 (("rust-log" ,rust-log-0.4)
5704 ("rust-phf" ,rust-phf-0.7)
5705 ("rust-string-cache" ,rust-string-cache-0.7)
5706 ("rust-tendril" ,rust-tendril-0.4))
5707 #:cargo-development-inputs
5708 (("rust-phf-codegen" ,rust-phf-codegen-0.7)
5709 ("rust-serde" ,rust-serde-1.0)
5710 ("rust-serde-derive" ,rust-serde-derive-1.0)
5711 ("rust-serde-json" ,rust-serde-json-1.0)
5712 ("rust-string-cache-codegen"
5713 ,rust-string-cache-codegen-0.4))))
5714 (home-page "https://github.com/servo/html5ever")
5715 (synopsis "Common code for xml5ever and html5ever")
5716 (description
5717 "Common code for xml5ever and html5ever.")
5718 (license (list license:asl2.0 license:expat))))
5719
5720 (define-public rust-matches-0.1
5721 (package
5722 (name "rust-matches")
5723 (version "0.1.8")
5724 (source
5725 (origin
5726 (method url-fetch)
5727 (uri (crate-uri "matches" version))
5728 (file-name (string-append name "-" version ".crate"))
5729 (sha256
5730 (base32
5731 "020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z"))))
5732 (build-system cargo-build-system)
5733 (home-page "https://github.com/SimonSapin/rust-std-candidates")
5734 (synopsis "Macro to evaluate whether an expression matches a pattern.")
5735 (description "This package provides a macro to evaluate, as a boolean,
5736 whether an expression matches a pattern.")
5737 (properties '((hidden? . #t)))
5738 (license license:expat)))
5739
5740 (define-public rust-md5-0.6
5741 (package
5742 (name "rust-md5")
5743 (version "0.6.1")
5744 (source
5745 (origin
5746 (method url-fetch)
5747 (uri (crate-uri "md5" version))
5748 (file-name (string-append name "-" version ".crate"))
5749 (sha256
5750 (base32
5751 "17b2xm4h4cvxsdjsf3kdrzqv2za60kak961xzi5kmw6g6djcssvy"))))
5752 (build-system cargo-build-system)
5753 (home-page "https://github.com/stainless-steel/md5")
5754 (synopsis "MD5 hash function in Rust")
5755 (description "The package provides the MD5 hash function.")
5756 (properties '((hidden? . #t)))
5757 (license (list license:asl2.0
5758 license:expat))))
5759
5760 (define-public rust-memchr-2.2
5761 (package
5762 (name "rust-memchr")
5763 (version "2.2.1")
5764 (source
5765 (origin
5766 (method url-fetch)
5767 (uri (crate-uri "memchr" version))
5768 (file-name
5769 (string-append name "-" version ".tar.gz"))
5770 (sha256
5771 (base32
5772 "13j6ji9x9ydpi9grbss106gqqr3xn3bcfp28aydqfa4751qrfmw8"))))
5773 (build-system cargo-build-system)
5774 (arguments
5775 `(#:skip-build? #t
5776 #:cargo-inputs
5777 (("rust-libc" ,rust-libc-0.2))
5778 #:cargo-development-inputs
5779 (("rust-quickcheck" ,rust-quickcheck-0.8))))
5780 (home-page
5781 "https://github.com/BurntSushi/rust-memchr")
5782 (synopsis "Safe interface to memchr")
5783 (description "The @code{memchr} crate provides heavily optimized routines
5784 for searching bytes.")
5785 (license (list license:expat license:unlicense))))
5786
5787 (define-public rust-memchr-1.0
5788 (package
5789 (inherit rust-memchr-2.2)
5790 (name "rust-memchr")
5791 (version "1.0.2")
5792 (source
5793 (origin
5794 (method url-fetch)
5795 (uri (crate-uri "memchr" version))
5796 (file-name
5797 (string-append name "-" version ".tar.gz"))
5798 (sha256
5799 (base32
5800 "0yjyja34pzhipdl855q3m21w1lyih4lw79x2dp3czwdla4pap3ql"))))))
5801
5802 (define-public rust-memmap-0.7
5803 (package
5804 (name "rust-memmap")
5805 (version "0.7.0")
5806 (source
5807 (origin
5808 (method url-fetch)
5809 (uri (crate-uri "memmap" version))
5810 (file-name (string-append name "-" version ".crate"))
5811 (sha256
5812 (base32
5813 "0ns7kkd1h4pijdkwfvw4qlbbmqmlmzwlq3g2676dcl5vwyazv1b5"))))
5814 (build-system cargo-build-system)
5815 (home-page "https://github.com/danburkert/memmap-rs")
5816 (synopsis "Rust library for cross-platform memory mapped IO")
5817 (description
5818 "This package provides a cross-platform Rust API for memory-mapped
5819 file IO.")
5820 (properties '((hidden? . #t)))
5821 (license (list license:asl2.0
5822 license:expat))))
5823
5824 (define-public rust-memmap-0.6
5825 (package
5826 (inherit rust-memmap-0.7)
5827 (name "rust-memmap")
5828 (version "0.6.2")
5829 (source
5830 (origin
5831 (method url-fetch)
5832 (uri (crate-uri "memmap" version))
5833 (file-name (string-append name "-" version ".crate"))
5834 (sha256
5835 (base32
5836 "1zy6s0ni0lx9rjzq3gq2zz9r8zgjmbp02332g3gsj4fyhv4s5zz2"))))))
5837
5838 (define-public rust-memoffset-0.5
5839 (package
5840 (name "rust-memoffset")
5841 (version "0.5.3")
5842 (source
5843 (origin
5844 (method url-fetch)
5845 (uri (crate-uri "memoffset" version))
5846 (file-name
5847 (string-append name "-" version ".tar.gz"))
5848 (sha256
5849 (base32
5850 "1fblqzc25hfaym8m0pj112s66pqq87avvaqm5hp5rskib2w9w63m"))))
5851 (build-system cargo-build-system)
5852 (arguments
5853 `(#:skip-build? #t
5854 #:cargo-inputs
5855 (("rust-rustc-version" ,rust-rustc-version-0.2))
5856 #:cargo-development-inputs
5857 (("rust-doc-comment" ,rust-doc-comment-0.3))))
5858 (home-page "https://github.com/Gilnaa/memoffset")
5859 (synopsis
5860 "C-like offset_of functionality for Rust structs")
5861 (description "This package provides C-like @code{offset_of} functionality
5862 for Rust structs.")
5863 (license license:expat)))
5864
5865 (define-public rust-memoffset-0.2
5866 (package
5867 (inherit rust-memoffset-0.5)
5868 (name "rust-memoffset")
5869 (version "0.2.1")
5870 (source
5871 (origin
5872 (method url-fetch)
5873 (uri (crate-uri "memoffset" version))
5874 (file-name
5875 (string-append name "-" version ".tar.gz"))
5876 (sha256
5877 (base32
5878 "1cvm2z7dy138s302ii7wlzcxbka5a8yfl5pl5di7lbdnw9hw578g"))))
5879 (arguments `(#:skip-build? #t))))
5880
5881 (define-public rust-mime-0.3
5882 (package
5883 (name "rust-mime")
5884 (version "0.3.13")
5885 (source
5886 (origin
5887 (method url-fetch)
5888 (uri (crate-uri "mime" version))
5889 (file-name (string-append name "-" version ".crate"))
5890 (sha256
5891 (base32
5892 "09clbyvdkwflp8anwjhqdib0sw8191gphcchdp80nc8ayhhwl9ry"))))
5893 (build-system cargo-build-system)
5894 (home-page "https://github.com/hyperium/mime")
5895 (synopsis "Strongly Typed Mimes")
5896 (description
5897 "Support MIME (HTTP Media Types) as strong types in Rust.")
5898 (properties '((hidden? . #t)))
5899 (license (list license:asl2.0
5900 license:expat))))
5901
5902 (define-public rust-miniz-oxide-0.3
5903 (package
5904 (name "rust-miniz-oxide")
5905 (version "0.3.3")
5906 (source
5907 (origin
5908 (method url-fetch)
5909 (uri (crate-uri "miniz_oxide" version))
5910 (file-name (string-append name "-" version ".crate"))
5911 (sha256
5912 (base32 "1bmanbbcdmssfbgik3fs323g7vljc5wkjz7s61jsbbz2kg0nckrh"))))
5913 (build-system cargo-build-system)
5914 (arguments
5915 `(#:skip-build? #t
5916 #:cargo-inputs (("rust-adler32" ,rust-adler32-1.0))))
5917 (home-page "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide")
5918 (synopsis "Pure rust replacement for the miniz DEFLATE/zlib encoder/decoder")
5919 (description
5920 "A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using
5921 @code{flate2} with the @code{rust_backend} feature provides an easy to use
5922 streaming API for miniz_oxide.")
5923 (license license:expat)))
5924
5925 (define-public rust-miniz-oxide-0.2
5926 (package
5927 (inherit rust-miniz-oxide-0.3)
5928 (name "rust-miniz-oxide")
5929 (version "0.2.2")
5930 (source
5931 (origin
5932 (method url-fetch)
5933 (uri (crate-uri "miniz_oxide" version))
5934 (file-name
5935 (string-append name "-" version ".tar.gz"))
5936 (sha256
5937 (base32
5938 "17f92krv9hhsyc38prpfyn99m2hqhr4fgszpsla66a6gcrnpbhxn"))))))
5939
5940 (define-public rust-miniz-oxide-c-api-0.2
5941 (package
5942 (name "rust-miniz-oxide-c-api")
5943 (version "0.2.2")
5944 (source
5945 (origin
5946 (method url-fetch)
5947 (uri (crate-uri "miniz_oxide_c_api" version))
5948 (file-name
5949 (string-append name "-" version ".tar.gz"))
5950 (sha256
5951 (base32
5952 "1514mvlj8vl723xqxnww5cfqr2mhnqqqf18fn3df17yx8racly2v"))))
5953 (build-system cargo-build-system)
5954 (arguments
5955 `(#:skip-build? #t
5956 #:cargo-inputs
5957 (("rust-crc32fast" ,rust-crc32fast-1.2)
5958 ("rust-libc" ,rust-libc-0.2)
5959 ("rust-miniz-oxide" ,rust-miniz-oxide-0.2))
5960 #:cargo-development-inputs
5961 (("rust-cc" ,rust-cc-1.0))))
5962 (home-page "https://github.com/Frommi/miniz_oxide/")
5963 (synopsis "DEFLATE compression and decompression API")
5964 (description
5965 "DEFLATE compression and decompression API designed to be Rust
5966 drop-in replacement for miniz.")
5967 (license license:expat)))
5968
5969 (define-public rust-miniz-sys-0.1
5970 (package
5971 (name "rust-miniz-sys")
5972 (version "0.1.12")
5973 (source
5974 (origin
5975 (method url-fetch)
5976 (uri (crate-uri "miniz-sys" version))
5977 (file-name (string-append name "-" version ".crate"))
5978 (sha256
5979 (base32
5980 "00l2r4anm8g35x0js2zfdnwfbrih9m43vphdpb77c5ga3kjkm7hy"))))
5981 (build-system cargo-build-system)
5982 (home-page "https://github.com/alexcrichton/flate2-rs")
5983 (synopsis "Bindings to the miniz.c library")
5984 (description
5985 "This package provides bindings to the @code{miniz.c} library.")
5986 (properties '((hidden? . #t)))
5987 (license (list license:asl2.0
5988 license:expat))))
5989
5990 (define-public rust-mio-0.6
5991 (package
5992 (name "rust-mio")
5993 (version "0.6.19")
5994 (source
5995 (origin
5996 (method url-fetch)
5997 (uri (crate-uri "mio" version))
5998 (file-name
5999 (string-append name "-" version ".tar.gz"))
6000 (sha256
6001 (base32
6002 "08zzs227vrnyz5kvws6awzlgzb8zqpnihs71hkqlw07dlfb1kxc3"))))
6003 (build-system cargo-build-system)
6004 (arguments
6005 `(#:skip-build? #t
6006 #:cargo-inputs
6007 (("rust-fuchsia-zircon" ,rust-fuchsia-zircon-0.3)
6008 ("rust-fuchsia-zircon-sys" ,rust-fuchsia-zircon-sys-0.3)
6009 ("rust-iovec" ,rust-iovec-0.1)
6010 ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
6011 ("rust-libc" ,rust-libc-0.2)
6012 ("rust-log" ,rust-log-0.4)
6013 ("rust-miow" ,rust-miow-0.2)
6014 ("rust-net2" ,rust-net2-0.2)
6015 ("rust-slab" ,rust-slab-0.4)
6016 ("rust-winapi" ,rust-winapi-0.3))
6017 #:cargo-development-inputs
6018 (("rust-bytes" ,rust-bytes-0.4)
6019 ("rust-env-logger" ,rust-env-logger-0.6)
6020 ("rust-tempdir" ,rust-tempdir-0.3))))
6021 (home-page "https://github.com/tokio-rs/mio")
6022 (synopsis "Lightweight non-blocking IO")
6023 (description "Lightweight non-blocking IO.")
6024 (license license:expat)))
6025
6026 (define-public rust-mio-uds-0.6
6027 (package
6028 (name "rust-mio-uds")
6029 (version "0.6.7")
6030 (source
6031 (origin
6032 (method url-fetch)
6033 (uri (crate-uri "mio-uds" version))
6034 (file-name
6035 (string-append name "-" version ".tar.gz"))
6036 (sha256
6037 (base32
6038 "09gimdbnj7b9yca99pk8lxh9jhl79msj795c8fxi2sqr9slmfqln"))))
6039 (build-system cargo-build-system)
6040 (arguments
6041 `(#:skip-build? #t
6042 #:cargo-inputs
6043 (("rust-iovec" ,rust-iovec-0.1)
6044 ("rust-libc" ,rust-libc-0.2)
6045 ("rust-mio" ,rust-mio-0.6))
6046 #:cargo-development-inputs
6047 (("rust-tempdir" ,rust-tempdir-0.3))))
6048 (home-page "https://github.com/alexcrichton/mio-uds")
6049 (synopsis "Unix domain socket bindings for mio")
6050 (description
6051 "Unix domain socket bindings for mio.")
6052 (license (list license:asl2.0 license:expat))))
6053
6054 (define-public rust-miow-0.3
6055 (package
6056 (name "rust-miow")
6057 (version "0.3.3")
6058 (source
6059 (origin
6060 (method url-fetch)
6061 (uri (crate-uri "miow" version))
6062 (file-name (string-append name "-" version ".crate"))
6063 (sha256
6064 (base32
6065 "09ljvx6wg30f2xlv7b7hhpkw7k312n3hjgmrbhwzhz9x03ra0sir"))))
6066 (build-system cargo-build-system)
6067 (home-page "https://github.com/alexcrichton/miow")
6068 (synopsis "Rust I/O library for Windows")
6069 (description
6070 "This package provides a zero overhead I/O library for Windows, focusing on
6071 IOCP and Async I/O abstractions.")
6072 (properties '((hidden? . #t)))
6073 (license (list license:asl2.0
6074 license:expat))))
6075
6076 (define-public rust-miow-0.2
6077 (package
6078 (inherit rust-miow-0.3)
6079 (name "rust-miow")
6080 (version "0.2.1")
6081 (source
6082 (origin
6083 (method url-fetch)
6084 (uri (crate-uri "miow" version))
6085 (file-name (string-append name "-" version ".crate"))
6086 (sha256
6087 (base32
6088 "06g9b8sqlh5gxakwqq4rrib07afwanfnxgxajrldwcgk3hxjy7wc"))))))
6089
6090 (define-public rust-model-0.1
6091 (package
6092 (name "rust-model")
6093 (version "0.1.2")
6094 (source
6095 (origin
6096 (method url-fetch)
6097 (uri (crate-uri "model" version))
6098 (file-name
6099 (string-append name "-" version ".tar.gz"))
6100 (sha256
6101 (base32
6102 "0kx6hy5i1fn2qs4x6hpng9jixpm68g83vm24z8bqqscr317yinb6"))))
6103 (build-system cargo-build-system)
6104 (arguments
6105 `(#:skip-build? #t
6106 #:cargo-inputs
6107 (("rust-permutohedron" ,rust-permutohedron-0.2)
6108 ("rust-proptest" ,rust-proptest-0.9))))
6109 (home-page "https://github.com/spacejam/model")
6110 (synopsis "Model-based testing for data structures")
6111 (description
6112 "Model-based testing for data structures, with linearizability
6113 checking.")
6114 (license (list license:expat license:asl2.0))))
6115
6116 (define-public rust-modifier-0.1
6117 (package
6118 (name "rust-modifier")
6119 (version "0.1.0")
6120 (source
6121 (origin
6122 (method url-fetch)
6123 (uri (crate-uri "modifier" version))
6124 (file-name (string-append name "-" version ".crate"))
6125 (sha256
6126 (base32
6127 "0n3fmgli1nsskl0whrfzm1gk0rmwwl6pw1q4nb9sqqmn5h8wkxa1"))))
6128 (build-system cargo-build-system)
6129 (home-page "https://github.com/reem/rust-modifier")
6130 (synopsis
6131 "Chaining APIs for both self -> Self and &mut self methods.")
6132 (description
6133 "Chaining APIs for both self -> Self and &mut self methods.")
6134 (properties '((hidden? . #t)))
6135 (license license:expat)))
6136
6137 (define-public rust-net2-0.2
6138 (package
6139 (name "rust-net2")
6140 (version "0.2.33")
6141 (source
6142 (origin
6143 (method url-fetch)
6144 (uri (crate-uri "net2" version))
6145 (file-name (string-append name "-" version ".crate"))
6146 (sha256
6147 (base32
6148 "126g3fgfxp06zimc1l9iyxnn9cif1hjsg7sd81nlls5nnyghsma2"))))
6149 (build-system cargo-build-system)
6150 (home-page "https://github.com/rust-lang-nursery/net2-rs")
6151 (synopsis "Extensions to the standard library's networking types")
6152 (description
6153 "This library contains extensions to the standard library's networking
6154 types as proposed in RFC 1158.")
6155 (properties '((hidden? . #t)))
6156 (license (list license:asl2.0
6157 license:expat))))
6158
6159 (define-public rust-netlib-src-0.7
6160 (package
6161 (name "rust-netlib-src")
6162 (version "0.7.4")
6163 (source
6164 (origin
6165 (method url-fetch)
6166 (uri (crate-uri "netlib-src" version))
6167 (file-name (string-append name "-" version ".crate"))
6168 (sha256
6169 (base32
6170 "112hwfw1zzdj10h3j213xxqjrq38iygb3nb3ijay65ycmrg819s4"))))
6171 (build-system cargo-build-system)
6172 ;(inputs
6173 ; `(("gfortran:lib" ,gfortran "lib")
6174 ; ("lapack" ,lapack)))
6175 (home-page "https://github.com/blas-lapack-rs/netlib-src")
6176 (synopsis "Source of BLAS and LAPACK via Netlib")
6177 (description
6178 "The package provides a source of BLAS and LAPACK via Netlib.")
6179 (properties '((hidden? . #t)))
6180 (license (list license:asl2.0
6181 license:expat))))
6182
6183 (define-public rust-libnghttp2-sys-0.1
6184 (package
6185 (name "rust-libnghttp2-sys")
6186 (version "0.1.2")
6187 (source
6188 (origin
6189 (method url-fetch)
6190 (uri (crate-uri "libnghttp2-sys" version))
6191 (file-name (string-append name "-" version ".crate"))
6192 (sha256
6193 (base32
6194 "0qr4lyh7righx9n22c7amlcpk906rn1jnb2zd6gdfpa3yi24s982"))))
6195 (build-system cargo-build-system)
6196 ;(inputs
6197 ; `(("nghttp2" ,nghttp2)))
6198 (home-page "https://github.com/alexcrichton/nghttp2-rs")
6199 (synopsis "FFI bindings for libnghttp2 (nghttp2)")
6200 (description
6201 "This package provides FFI bindings for libnghttp2 (nghttp2).")
6202 (properties '((hidden? . #t)))
6203 (license (list license:asl2.0
6204 license:expat))))
6205
6206 (define-public rust-libz-sys-1.0
6207 (package
6208 (name "rust-libz-sys")
6209 (version "1.0.25")
6210 (source
6211 (origin
6212 (method url-fetch)
6213 (uri (crate-uri "libz-sys" version))
6214 (file-name (string-append name "-" version ".crate"))
6215 (sha256
6216 (base32
6217 "1gjycyl2283525abks98bhxa4r259m617xfm5z52p3p3c8ry9d9f"))))
6218 (build-system cargo-build-system)
6219 ;(arguments
6220 ; `(#:phases
6221 ; (modify-phases %standard-phases
6222 ; (add-after 'unpack 'delete-vendored-zlib
6223 ; (lambda _
6224 ; (delete-file-recursively "src/zlib")
6225 ; #t)))))
6226 ;(inputs
6227 ; `(("pkg-config" ,pkg-config)
6228 ; ("zlib" ,zlib)))
6229 (home-page "https://github.com/rust-lang/libz-sys")
6230 (synopsis "Bindings to the system libz library")
6231 (description
6232 "This package provides bindings to the system @code{libz} library (also
6233 known as zlib).")
6234 (properties '((hidden? . #t)))
6235 (license (list license:asl2.0
6236 license:expat))))
6237
6238 (define-public rust-linked-hash-map-0.5
6239 (package
6240 (name "rust-linked-hash-map")
6241 (version "0.5.2")
6242 (source
6243 (origin
6244 (method url-fetch)
6245 (uri (crate-uri "linked-hash-map" version))
6246 (file-name
6247 (string-append name "-" version ".tar.gz"))
6248 (sha256
6249 (base32
6250 "10qgbvh00q36ql0jh00rxh2jlq6qvl11n6mig0cvkpf4xf5bd4df"))))
6251 (build-system cargo-build-system)
6252 (arguments
6253 `(#:skip-build? #t
6254 #:cargo-inputs
6255 (("rust-clippy" ,rust-clippy-0.0)
6256 ("rust-heapsize" ,rust-heapsize-0.4)
6257 ("rust-serde" ,rust-serde-1.0)
6258 ("rust-serde-test" ,rust-serde-test-1.0))))
6259 (home-page
6260 "https://github.com/contain-rs/linked-hash-map")
6261 (synopsis
6262 "HashMap wrapper that holds key-value pairs in insertion order")
6263 (description
6264 "This package provides a HashMap wrapper that holds key-value
6265 pairs in insertion order.")
6266 (license (list license:asl2.0
6267 license:expat))))
6268
6269 (define-public rust-new-debug-unreachable-1.0
6270 (package
6271 (name "rust-new-debug-unreachable")
6272 (version "1.0.3")
6273 (source
6274 (origin
6275 (method url-fetch)
6276 (uri (crate-uri "new_debug_unreachable" version))
6277 (file-name
6278 (string-append name "-" version ".tar.gz"))
6279 (sha256
6280 (base32
6281 "0c1br326qa0rrzxrn2rd5ah7xaprig2i9r4rwsx06vnvc1f003zl"))))
6282 (build-system cargo-build-system)
6283 (arguments `(#:skip-build? #t))
6284 (home-page
6285 "https://github.com/mbrubeck/rust-debug-unreachable")
6286 (synopsis
6287 "Panic in debug, @code{intrinsics::unreachable()} in release")
6288 (description
6289 "Panic in debug, @code{intrinsics::unreachable() }in
6290 release (fork of debug_unreachable)")
6291 (license license:expat)))
6292
6293 (define-public rust-nix-0.15
6294 (package
6295 (name "rust-nix")
6296 (version "0.15.0")
6297 (source
6298 (origin
6299 (method url-fetch)
6300 (uri (crate-uri "nix" version))
6301 (file-name
6302 (string-append name "-" version ".tar.gz"))
6303 (sha256
6304 (base32
6305 "0aa2l7wg9pzx24ks4p97gdy09a4hhs1sr9drxnm75v906d7hnbiv"))))
6306 (build-system cargo-build-system)
6307 (arguments
6308 `(#:skip-build? #t
6309 #:cargo-inputs
6310 (("rust-bitflags" ,rust-bitflags-1)
6311 ("rust-cfg-if" ,rust-cfg-if-0.1)
6312 ("rust-libc" ,rust-libc-0.2)
6313 ("rust-void" ,rust-void-1.0))
6314 #:cargo-development-inputs
6315 (("rust-bytes" ,rust-bytes-0.4)
6316 ("rust-caps" ,rust-caps-0.3)
6317 ("rust-cc" ,rust-cc-1.0)
6318 ("rust-lazy-static" ,rust-lazy-static-1.3)
6319 ("rust-rand" ,rust-rand-0.4)
6320 ("rust-sysctl" ,rust-sysctl-0.4)
6321 ("rust-tempfile" ,rust-tempfile-3.0))))
6322 (home-page "https://github.com/nix-rust/nix")
6323 (synopsis "Rust friendly bindings to *nix APIs")
6324 (description
6325 "Rust friendly bindings to *nix APIs.")
6326 (license license:expat)))
6327
6328 (define-public rust-nodrop-0.1
6329 (package
6330 (name "rust-nodrop")
6331 (version "0.1.13")
6332 (source
6333 (origin
6334 (method url-fetch)
6335 (uri (crate-uri "nodrop" version))
6336 (file-name (string-append name "-" version ".crate"))
6337 (sha256
6338 (base32
6339 "0if9ifn6rvar5jirx4b3qh4sl5kjkmcifycvzhxa9j3crkfng5ig"))))
6340 (build-system cargo-build-system)
6341 (home-page "https://github.com/bluss/arrayvec")
6342 (synopsis "Wrapper type to inhibit drop (destructor)")
6343 (description "This package provides a wrapper type to inhibit drop
6344 (destructor). Use @code{std::mem::ManuallyDrop} instead!")
6345 (properties '((hidden? . #t)))
6346 (license (list license:asl2.0
6347 license:expat))))
6348
6349 ;; This package requires features which are unavailable
6350 ;; on the stable releases of Rust.
6351 (define-public rust-nodrop-union-0.1
6352 (package
6353 (name "rust-nodrop-union")
6354 (version "0.1.10")
6355 (source
6356 (origin
6357 (method url-fetch)
6358 (uri (crate-uri "nodrop-union" version))
6359 (file-name (string-append name "-" version ".crate"))
6360 (sha256
6361 (base32
6362 "0jsnkdn9l8jlmb9h4wssi76sxnyxwnyi00p6y1p2gdq7c1gdw2b7"))))
6363 (build-system cargo-build-system)
6364 (home-page "https://github.com/bluss/arrayvec")
6365 (synopsis "Wrapper type to inhibit drop (destructor)")
6366 (description "This package provides a wrapper type to inhibit drop
6367 (destructor). Implementation crate for nodrop, the untagged unions
6368 implementation (which is unstable / requires nightly).")
6369 (properties '((hidden? . #t)))
6370 (license (list license:asl2.0
6371 license:expat))))
6372
6373 (define-public rust-nom-4.2
6374 (package
6375 (name "rust-nom")
6376 (version "4.2.3")
6377 (source
6378 (origin
6379 (method url-fetch)
6380 (uri (crate-uri "nom" version))
6381 (file-name
6382 (string-append name "-" version ".tar.gz"))
6383 (sha256
6384 (base32
6385 "1mkvby8b4m61p4g1px0pwr58yfkphyp1jcfbp4qfp7l6iqdaklia"))))
6386 (build-system cargo-build-system)
6387 (arguments
6388 `(#:skip-build? #t
6389 #:cargo-inputs
6390 (("rust-lazy-static" ,rust-lazy-static-1.3)
6391 ("rust-lexical-core" ,rust-lexical-core-0.4)
6392 ("rust-memchr" ,rust-memchr-2.2)
6393 ("rust-regex" ,rust-regex-1.1))
6394 #:cargo-development-inputs
6395 (("rust-criterion" ,rust-criterion-0.2)
6396 ("rust-doc-comment" ,rust-doc-comment-0.3)
6397 ("rust-jemallocator" ,rust-jemallocator-0.3)
6398 ("rust-version-check" ,rust-version-check-0.9))))
6399 (home-page "https://github.com/Geal/nom")
6400 (synopsis
6401 "Byte-oriented, zero-copy, parser combinators library")
6402 (description
6403 "This package provides a byte-oriented, zero-copy, parser
6404 combinators library.")
6405 (license license:expat)))
6406
6407 (define-public rust-num-complex-0.2
6408 (package
6409 (name "rust-num-complex")
6410 (version "0.2.3")
6411 (source
6412 (origin
6413 (method url-fetch)
6414 (uri (crate-uri "num-complex" version))
6415 (file-name
6416 (string-append name "-" version ".tar.gz"))
6417 (sha256
6418 (base32
6419 "1z6zjdzx1g1hj4y132ddy83d3p3zvw06igbf59npxxrzzcqwzc7w"))))
6420 (build-system cargo-build-system)
6421 (arguments
6422 `(#:skip-build? #t
6423 #:cargo-inputs
6424 (("rust-num-traits" ,rust-num-traits-0.2)
6425 ("rust-rand" ,rust-rand-0.4)
6426 ("rust-serde" ,rust-serde-1.0))
6427 #:cargo-development-inputs
6428 (("rust-autocfg" ,rust-autocfg-0.1))))
6429 (home-page
6430 "https://github.com/rust-num/num-complex")
6431 (synopsis
6432 "Complex numbers implementation for Rust")
6433 (description
6434 "Complex numbers implementation for Rust.")
6435 (license (list license:expat license:asl2.0))))
6436
6437 (define-public rust-num-cpus-1.10
6438 (package
6439 (name "rust-num-cpus")
6440 (version "1.10.1")
6441 (source
6442 (origin
6443 (method url-fetch)
6444 (uri (crate-uri "num_cpus" version))
6445 (file-name (string-append name "-" version ".crate"))
6446 (sha256
6447 (base32
6448 "0wrj3zvj6h3q26sqj9zxpd59frjb54n7jhjwf307clq31ic47vxw"))))
6449 (build-system cargo-build-system)
6450 (home-page "https://github.com/seanmonstar/num_cpus")
6451 (synopsis "Get the number of CPUs on a machine")
6452 (description
6453 "Get the number of CPUs on a machine.")
6454 (properties '((hidden? . #t)))
6455 (license (list license:asl2.0
6456 license:expat))))
6457
6458 (define-public rust-num-integer-0.1
6459 (package
6460 (name "rust-num-integer")
6461 (version "0.1.41")
6462 (source
6463 (origin
6464 (method url-fetch)
6465 (uri (crate-uri "num-integer" version))
6466 (file-name
6467 (string-append name "-" version ".crate"))
6468 (sha256
6469 (base32
6470 "02dwjjpfbi16c71fq689s4sw3ih52cvfzr5z5gs6qpr5z0g58pmq"))))
6471 (build-system cargo-build-system)
6472 (home-page "https://github.com/rust-num/num-integer")
6473 (synopsis "Integer traits and functions")
6474 (description "Integer traits and functions.")
6475 (properties '((hidden? . #t)))
6476 ;; Dual licensed.
6477 (license (list license:asl2.0
6478 license:expat))))
6479
6480 (define-public rust-num-iter-0.1
6481 (package
6482 (name "rust-num-iter")
6483 (version "0.1.39")
6484 (source
6485 (origin
6486 (method url-fetch)
6487 (uri (crate-uri "num-iter" version))
6488 (file-name (string-append name "-" version ".crate"))
6489 (sha256
6490 (base32
6491 "0bhk2qbr3261r6zvfc58lz4spfqjhvdripxgz5mks5rd85r55gbn"))))
6492 (build-system cargo-build-system)
6493 (home-page "https://github.com/rust-num/num-iter")
6494 (synopsis "External iterators for generic mathematics")
6495 (description
6496 "This crate provides external iterators for generic mathematics.")
6497 (properties '((hidden? . #t)))
6498 (license (list license:asl2.0
6499 license:expat))))
6500
6501 (define-public rust-num-traits-0.2
6502 (package
6503 (name "rust-num-traits")
6504 (version "0.2.8")
6505 (source
6506 (origin
6507 (method url-fetch)
6508 (uri (crate-uri "num-traits" version))
6509 (file-name
6510 (string-append name "-" version ".crate"))
6511 (sha256
6512 (base32
6513 "0clvrm34rrqc8p6gq5ps5fcgws3kgq5knh7nlqxf2ayarwks9abb"))))
6514 (build-system cargo-build-system)
6515 (home-page "https://github.com/rust-num/num-traits")
6516 (synopsis "Numeric traits for generic mathematics")
6517 (description "Numeric traits for generic mathematics.")
6518 (properties '((hidden? . #t)))
6519 ;; Dual licensed.
6520 (license (list license:asl2.0
6521 license:expat))))
6522
6523 (define-public rust-num-traits-0.1
6524 (package
6525 (inherit rust-num-traits-0.2)
6526 (name "rust-num-traits")
6527 (version "0.1.43")
6528 (source
6529 (origin
6530 (method url-fetch)
6531 (uri (crate-uri "num-traits" version))
6532 (file-name (string-append name "-" version ".crate"))
6533 (sha256
6534 (base32
6535 "0c9whknf2dm74a3cqirafy6gj83a76gl56g4v3g19k6lkwz13rcj"))))
6536 (build-system cargo-build-system)))
6537
6538 (define-public rust-numtoa-0.1
6539 (package
6540 (name "rust-numtoa")
6541 (version "0.1.0")
6542 (source
6543 (origin
6544 (method url-fetch)
6545 (uri (crate-uri "numtoa" version))
6546 (file-name (string-append name "-" version ".crate"))
6547 (sha256
6548 (base32
6549 "1vs9rhggqbql1p26x8nkha1j06wawwgb2jp5fs88b5gi7prvvy5q"))))
6550 (build-system cargo-build-system)
6551 (home-page "https://gitlab.com/mmstick/numtoa")
6552 (synopsis "Convert numbers into stack-allocated byte arrays")
6553 (description
6554 "This package can convert numbers into stack-allocated byte arrays.")
6555 (properties '((hidden? . #t)))
6556 (license (list license:expat license:asl2.0))))
6557
6558 (define-public rust-object-0.12
6559 (package
6560 (name "rust-object")
6561 (version "0.12.0")
6562 (source
6563 (origin
6564 (method url-fetch)
6565 (uri (crate-uri "object" version))
6566 (file-name
6567 (string-append name "-" version ".tar.gz"))
6568 (sha256
6569 (base32
6570 "1dch1ajjp05d16lig1dnvisfis0hrlrvw9lcwy1hwgdcym3z6jnz"))))
6571 (build-system cargo-build-system)
6572 (arguments
6573 `(#:skip-build? #t
6574 #:cargo-inputs
6575 (("rust-flate2" ,rust-flate2-1.0)
6576 ("rust-goblin" ,rust-goblin-0.0)
6577 ("rust-parity-wasm" ,rust-parity-wasm-0.40)
6578 ("rust-scroll" ,rust-scroll-0.9)
6579 ("rust-uuid" ,rust-uuid-0.7))
6580 #:cargo-development-inputs
6581 (("rust-memmap" ,rust-memmap-0.7))))
6582 (home-page "https://github.com/gimli-rs/object")
6583 (synopsis "Parse object file formats")
6584 (description
6585 "This package provides a unified interface for parsing object file
6586 formats.")
6587 (license (list license:expat license:asl2.0))))
6588
6589 (define-public rust-odds-0.3
6590 (package
6591 (name "rust-odds")
6592 (version "0.3.1")
6593 (source
6594 (origin
6595 (method url-fetch)
6596 (uri (crate-uri "odds" version))
6597 (file-name
6598 (string-append name "-" version ".tar.gz"))
6599 (sha256
6600 (base32
6601 "0rdnxa0na4897yb0svb3figz35g4imxjv61yfm2j21gbh5q8v8d9"))))
6602 (build-system cargo-build-system)
6603 (arguments
6604 `(#:skip-build? #t
6605 #:cargo-inputs
6606 (("rust-rawpointer" ,rust-rawpointer-0.1)
6607 ("rust-rawslice" ,rust-rawslice-0.1)
6608 ("rust-unchecked-index" ,rust-unchecked-index-0.2))
6609 #:cargo-development-inputs
6610 (("rust-itertools" ,rust-itertools-0.8)
6611 ("rust-lazy-static" ,rust-lazy-static-1.3)
6612 ("rust-memchr" ,rust-memchr-2.2)
6613 ("rust-quickcheck" ,rust-quickcheck-0.8))))
6614 (home-page "https://github.com/bluss/odds")
6615 (synopsis "Extra functionality for slices, strings and other things")
6616 (description
6617 "Odds and ends collection miscellania. Extra functionality for
6618 slices (@code{.find()}, @code{RevSlice}), strings and other things.
6619 Things in odds may move to more appropriate crates if we find them.")
6620 (license (list license:asl2.0 license:expat))))
6621
6622 (define-public rust-once-cell-1.2
6623 (package
6624 (name "rust-once-cell")
6625 (version "1.2.0")
6626 (source
6627 (origin
6628 (method url-fetch)
6629 (uri (crate-uri "once-cell" version))
6630 (file-name
6631 (string-append name "-" version ".tar.gz"))
6632 (sha256
6633 (base32
6634 "1vdz8xlg3r05w3wfjimnc347hgm54i5nrqf72r4mlp0fcdplh7w9"))))
6635 (build-system cargo-build-system)
6636 (arguments
6637 `(#:skip-build? #t
6638 #:cargo-inputs
6639 (("rust-parking-lot" ,rust-parking-lot-0.9))
6640 #:cargo-development-inputs
6641 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
6642 ("rust-lazy-static" ,rust-lazy-static-1.3)
6643 ("rust-regex" ,rust-regex-1.1))))
6644 (home-page "https://github.com/matklad/once_cell")
6645 (synopsis "Single assignment cells and lazy values")
6646 (description
6647 "Single assignment cells and lazy values.")
6648 (license (list license:expat license:asl2.0))))
6649
6650 (define-public rust-opaque-debug-0.2
6651 (package
6652 (name "rust-opaque-debug")
6653 (version "0.2.2")
6654 (source
6655 (origin
6656 (method url-fetch)
6657 (uri (crate-uri "opaque-debug" version))
6658 (file-name
6659 (string-append name "-" version ".tar.gz"))
6660 (sha256
6661 (base32
6662 "02942l2gc7w5r4js7i9063x99szic5mzzk1055j83v4diqpbpxck"))))
6663 (build-system cargo-build-system)
6664 (arguments `(#:skip-build? #t))
6665 (home-page "https://github.com/RustCrypto/utils")
6666 (synopsis "Macro for opaque Debug trait implementation")
6667 (description
6668 "Macro for opaque Debug trait implementation.")
6669 (license (list license:asl2.0 license:expat))))
6670
6671 (define-public rust-openssl-0.10
6672 (package
6673 (name "rust-openssl")
6674 (version "0.10.26")
6675 (source
6676 (origin
6677 (method url-fetch)
6678 (uri (crate-uri "openssl" version))
6679 (file-name
6680 (string-append name "-" version ".tar.gz"))
6681 (sha256
6682 (base32
6683 "11d505lwlrh5a0jc2l6q36gvsaqic3vizq5q860hiqcqkmwwag1s"))))
6684 (build-system cargo-build-system)
6685 (arguments
6686 `(#:skip-build? #t
6687 #:cargo-inputs
6688 (("rust-bitflags" ,rust-bitflags-1)
6689 ("rust-cfg-if" ,rust-cfg-if-0.1)
6690 ("rust-foreign-types" ,rust-foreign-types-0.3)
6691 ("rust-lazy-static" ,rust-lazy-static-1.3)
6692 ("rust-libc" ,rust-libc-0.2)
6693 ("rust-openssl-sys" ,rust-openssl-sys-0.9))
6694 #:cargo-development-inputs
6695 (("rust-hex" ,rust-hex-0.3)
6696 ("rust-tempdir" ,rust-tempdir-0.3))))
6697 (home-page "https://github.com/sfackler/rust-openssl")
6698 (synopsis "OpenSSL bindings")
6699 (description "OpenSSL bindings.")
6700 (license license:asl2.0)))
6701
6702 (define-public rust-openssl-probe-0.1
6703 (package
6704 (name "rust-openssl-probe")
6705 (version "0.1.2")
6706 (source
6707 (origin
6708 (method url-fetch)
6709 (uri (crate-uri "openssl-probe" version))
6710 (file-name (string-append name "-" version ".crate"))
6711 (sha256
6712 (base32
6713 "1pijrdifgsdwd45b08c2g0dsmnhz7c3kmagb70839ngrd7d29bvp"))))
6714 (build-system cargo-build-system)
6715 (home-page "https://github.com/alexcrichton/openssl-probe")
6716 (synopsis "Find SSL certificate locations")
6717 (description
6718 "This package provides a tool to find SSL certificate locations on the
6719 system for OpenSSL.")
6720 (properties '((hidden? . #t)))
6721 (license (list license:asl2.0
6722 license:expat))))
6723
6724 (define-public rust-openssl-src-111
6725 (package
6726 (name "rust-openssl-src")
6727 (version "111.6.0+1.1.1d")
6728 (source
6729 (origin
6730 (method url-fetch)
6731 (uri (crate-uri "openssl-src" version))
6732 (file-name (string-append name "-" version ".crate"))
6733 (sha256
6734 (base32
6735 "172xh95hp7aygahah1940kg1dnx60c5m80cwj5hgi8x7x0fxmhmr"))))
6736 (build-system cargo-build-system)
6737 (home-page "https://github.com/alexcrichton/openssl-src-rs")
6738 (synopsis "Source of OpenSSL for rust crates")
6739 (description
6740 "This package contains the source of OpenSSL and logic to build it.")
6741 (properties '((hidden? . #t)))
6742 (license (list license:asl2.0
6743 license:expat))))
6744
6745 (define-public rust-openssl-sys-0.9
6746 (package
6747 (name "rust-openssl-sys")
6748 (version "0.9.53")
6749 (source
6750 (origin
6751 (method url-fetch)
6752 (uri (crate-uri "openssl-sys" version))
6753 (file-name (string-append name "-" version ".crate"))
6754 (sha256
6755 (base32 "0vvk8vzrc73y8n5rf4yj3x8ygyxjaz7wxrbxiwqi7qy0gyp1cpa6"))))
6756 (build-system cargo-build-system)
6757 ;(arguments
6758 ; `(#:phases
6759 ; (modify-phases %standard-phases
6760 ; (add-after 'unpack 'find-openssl
6761 ; (lambda* (#:key inputs #:allow-other-keys)
6762 ; (let ((openssl (assoc-ref inputs "openssl")))
6763 ; (setenv "OPENSSL_DIR" openssl))
6764 ; #t)))))
6765 ;(inputs
6766 ; `(("openssl" ,openssl)
6767 ; ("pkg-config" ,pkg-config)))
6768 (home-page "https://github.com/sfackler/rust-openssl")
6769 (synopsis "FFI bindings to OpenSSL")
6770 (description
6771 "This package provides FFI bindings to OpenSSL for use in rust crates.")
6772 (properties '((hidden? . #t)))
6773 (license license:expat)))
6774
6775 (define-public rust-ordermap-0.3
6776 (package
6777 (name "rust-ordermap")
6778 (version "0.3.5")
6779 (source
6780 (origin
6781 (method url-fetch)
6782 (uri (crate-uri "ordermap" version))
6783 (file-name
6784 (string-append name "-" version ".tar.gz"))
6785 (sha256
6786 (base32
6787 "0qr0a50l0qakbjcck93qdayd0xl8gzpp42x0n7b75cs4ybsx6vm8"))))
6788 (build-system cargo-build-system)
6789 (arguments
6790 `(#:skip-build? #t
6791 #:cargo-inputs
6792 (("rust-serde" ,rust-serde-1.0))
6793 #:cargo-development-inputs
6794 (("rust-fnv" ,rust-fnv-1.0)
6795 ("rust-itertools" ,rust-itertools-0.8)
6796 ("rust-lazy-static" ,rust-lazy-static-1.3)
6797 ("rust-quickcheck" ,rust-quickcheck-0.8)
6798 ("rust-rand" ,rust-rand-0.4)
6799 ("rust-serde-test" ,rust-serde-test-1.0))))
6800 (home-page "https://github.com/bluss/indexmap")
6801 (synopsis "Hash table with consistent order and fast iteration")
6802 (description
6803 "This package provides a hash table with consistent order and fast
6804 iteration. NOTE: This crate was renamed to @code{indexmap}. Please use it
6805 under its new name.")
6806 (license (list license:asl2.0 license:expat))))
6807
6808 (define-public rust-os-pipe-0.8
6809 (package
6810 (name "rust-os-pipe")
6811 (version "0.8.2")
6812 (source
6813 (origin
6814 (method url-fetch)
6815 (uri (crate-uri "os-pipe" version))
6816 (file-name
6817 (string-append name "-" version ".tar.gz"))
6818 (sha256
6819 (base32
6820 "049ax8shxik7mm68r2nf7xnrcq3z3p7hz54sbrcxwywxqsjdzs41"))))
6821 (build-system cargo-build-system)
6822 (arguments
6823 `(#:skip-build? #t
6824 #:cargo-inputs
6825 (("rust-nix" ,rust-nix-0.15)
6826 ("rust-winapi" ,rust-winapi-0.3))))
6827 (home-page
6828 "https://github.com/oconnor663/os_pipe.rs")
6829 (synopsis
6830 "Cross-platform library for opening OS pipes")
6831 (description
6832 "A cross-platform library for opening OS pipes.")
6833 (license license:expat)))
6834
6835 (define-public rust-owning-ref-0.4
6836 (package
6837 (name "rust-owning-ref")
6838 (version "0.4.0")
6839 (source
6840 (origin
6841 (method url-fetch)
6842 (uri (crate-uri "owning_ref" version))
6843 (file-name (string-append name "-" version ".crate"))
6844 (sha256
6845 (base32
6846 "04zgwy77lin8qz398s6g44467pd6kjhbrlqifkia5rkr47mbi929"))))
6847 (build-system cargo-build-system)
6848 (home-page "https://github.com/Kimundi/owning-ref-rs")
6849 (synopsis "Create references that carry their owner with them")
6850 (description
6851 "This package provides a library for creating references that carry their
6852 owner with them. This can sometimes be useful because Rust borrowing rules
6853 normally prevent moving a type that has been borrowed from.")
6854 (properties '((hidden? . #t)))
6855 (license license:expat)))
6856
6857 (define-public rust-packed-simd-0.3
6858 (package
6859 (name "rust-packed-simd")
6860 (version "0.3.3")
6861 (source
6862 (origin
6863 (method url-fetch)
6864 (uri (crate-uri "packed_simd" version))
6865 (file-name
6866 (string-append name "-" version ".tar.gz"))
6867 (sha256
6868 (base32
6869 "0822wqf6kzw4ig9ykndg348w2bxkhs3x64brzsvdxh2a1pyajpm8"))))
6870 (build-system cargo-build-system)
6871 (arguments
6872 `(#:skip-build? #t
6873 #:cargo-inputs
6874 (("rust-cfg-if" ,rust-cfg-if-0.1)
6875 ("rust-core-arch" ,rust-core-arch-0.1)
6876 ("rust-sleef-sys" ,rust-sleef-sys-0.1))
6877 #:cargo-development-inputs
6878 (("rust-arrayvec" ,rust-arrayvec-0.4)
6879 ("rust-paste" ,rust-paste-0.1)
6880 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
6881 ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
6882 (home-page "https://github.com/rust-lang/packed_simd")
6883 (synopsis "Portable Packed SIMD vectors")
6884 (description "Portable Packed SIMD vectors.")
6885 (license (list license:asl2.0 license:expat))))
6886
6887 (define-public rust-parking-lot-0.9
6888 (package
6889 (name "rust-parking-lot")
6890 (version "0.9.0")
6891 (source
6892 (origin
6893 (method url-fetch)
6894 (uri (crate-uri "parking_lot" version))
6895 (file-name
6896 (string-append name "-" version ".tar.gz"))
6897 (sha256
6898 (base32
6899 "0lk2vq3hp88ygpgsrypdr3ss71fidnqbykva0csgxhmn5scb2hpq"))))
6900 (build-system cargo-build-system)
6901 (arguments
6902 `(#:skip-build? #t
6903 #:cargo-inputs
6904 (("rust-lock-api" ,rust-lock-api-0.3)
6905 ("rust-parking-lot-core" ,rust-parking-lot-core-0.6))
6906 #:cargo-development-inputs
6907 (("rust-bincode" ,rust-bincode-1.1)
6908 ("rust-lazy-static" ,rust-lazy-static-1.3)
6909 ("rust-rand" ,rust-rand-0.4)
6910 ("rust-rustc-version" ,rust-rustc-version-0.2))))
6911 (home-page "https://github.com/Amanieu/parking_lot")
6912 (synopsis "Compact standard synchronization primitives")
6913 (description
6914 "More compact and efficient implementations of the standard
6915 synchronization primitives.")
6916 (license (list license:asl2.0 license:expat))))
6917
6918 (define-public rust-parking-lot-0.8
6919 (package
6920 (inherit rust-parking-lot-0.9)
6921 (name "rust-parking-lot")
6922 (version "0.8.0")
6923 (source
6924 (origin
6925 (method url-fetch)
6926 (uri (crate-uri "parking_lot" version))
6927 (file-name
6928 (string-append name "-" version ".tar.gz"))
6929 (sha256
6930 (base32
6931 "1rrcdalr8l5zx3bw28l376321l6dnd6rqnsqsl0ygk01fy0nfxzs"))))
6932 (arguments
6933 `(#:skip-build? #t
6934 #:cargo-inputs
6935 (("rust-lock-api" ,rust-lock-api-0.2)
6936 ("rust-parking-lot-core" ,rust-parking-lot-core-0.5))
6937 #:cargo-development-inputs
6938 (("rust-bincode" ,rust-bincode-1.1)
6939 ("rust-lazy-static" ,rust-lazy-static-1.3)
6940 ("rust-rand" ,rust-rand-0.4)
6941 ("rust-rustc-version" ,rust-rustc-version-0.2))))))
6942
6943 (define-public rust-parking-lot-0.7
6944 (package
6945 (inherit rust-parking-lot-0.9)
6946 (name "rust-parking-lot")
6947 (version "0.7.1")
6948 (source
6949 (origin
6950 (method url-fetch)
6951 (uri (crate-uri "parking_lot" version))
6952 (file-name
6953 (string-append name "-" version ".tar.gz"))
6954 (sha256
6955 (base32
6956 "0dz32cqx9200n1lk3kwyb599vabfid3f8sj1aq85sw42s2pb8hdb"))))
6957 (arguments
6958 `(#:skip-build? #t
6959 #:cargo-inputs
6960 (("rust-lock-api" ,rust-lock-api-0.1)
6961 ("rust-parking-lot-core" ,rust-parking-lot-core-0.4))
6962 #:cargo-development-inputs
6963 (("rust-bincode" ,rust-bincode-1.1)
6964 ("rust-lazy-static" ,rust-lazy-static-1.3)
6965 ("rust-rand" ,rust-rand-0.4)
6966 ("rust-rustc-version" ,rust-rustc-version-0.2))))))
6967
6968 (define-public rust-parking-lot-core-0.6
6969 (package
6970 (name "rust-parking-lot-core")
6971 (version "0.6.2")
6972 (source
6973 (origin
6974 (method url-fetch)
6975 (uri (crate-uri "parking_lot_core" version))
6976 (file-name
6977 (string-append name "-" version ".tar.gz"))
6978 (sha256
6979 (base32
6980 "0ay67dpnrn68ryyvp720m9i8hzp189fd4d6slrs1lvmcwywv2xmq"))))
6981 (build-system cargo-build-system)
6982 (arguments
6983 `(#:skip-build? #t
6984 #:cargo-inputs
6985 (("rust-backtrace" ,rust-backtrace-0.3)
6986 ("rust-cfg-if" ,rust-cfg-if-0.1)
6987 ("rust-cloudabi" ,rust-cloudabi-0.0)
6988 ("rust-libc" ,rust-libc-0.2)
6989 ("rust-petgraph" ,rust-petgraph-0.4)
6990 ("rust-rand" ,rust-rand-0.4)
6991 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
6992 ("rust-smallvec" ,rust-smallvec-0.6)
6993 ("rust-thread-id" ,rust-thread-id-3.3)
6994 ("rust-winapi" ,rust-winapi-0.3))
6995 #:cargo-development-inputs
6996 (("rust-rustc-version" ,rust-rustc-version-0.2))))
6997 (home-page "https://github.com/Amanieu/parking_lot")
6998 (synopsis
6999 "Advanced API for creating custom synchronization primitives")
7000 (description
7001 "An advanced API for creating custom synchronization primitives.")
7002 (license (list license:asl2.0 license:expat))))
7003
7004 (define-public rust-parking-lot-core-0.5
7005 (package
7006 (inherit rust-parking-lot-core-0.6)
7007 (name "rust-parking-lot-core")
7008 (version "0.5.0")
7009 (source
7010 (origin
7011 (method url-fetch)
7012 (uri (crate-uri "parking_lot_core" version))
7013 (file-name
7014 (string-append name "-" version ".tar.gz"))
7015 (sha256
7016 (base32
7017 "1317j5a1yd03baza2kqqrxb4kr1vxa7rckw4frksl2vrncfcp26b"))))))
7018
7019 (define-public rust-parking-lot-core-0.4
7020 (package
7021 (inherit rust-parking-lot-core-0.6)
7022 (name "rust-parking-lot-core")
7023 (version "0.4.0")
7024 (source
7025 (origin
7026 (method url-fetch)
7027 (uri (crate-uri "parking_lot_core" version))
7028 (file-name
7029 (string-append name "-" version ".tar.gz"))
7030 (sha256
7031 (base32
7032 "1jcq8aq4wv9y5fip7jg12jdwjd5g5r3x857xdma8vcin769cgj4l"))))))
7033
7034 (define-public rust-parity-wasm-0.40
7035 (package
7036 (name "rust-parity-wasm")
7037 (version "0.40.1")
7038 (source
7039 (origin
7040 (method url-fetch)
7041 (uri (crate-uri "parity-wasm" version))
7042 (file-name (string-append name "-" version ".crate"))
7043 (sha256
7044 (base32
7045 "1p84f0k36q05j18jy66n122lyali794cj78hbxgy9wj6si84plqd"))))
7046 (build-system cargo-build-system)
7047 (home-page "https://github.com/paritytech/parity-wasm")
7048 (synopsis "Low-level WebAssembly format library")
7049 (description
7050 "This package provides a WebAssembly binary format serialization,
7051 deserialization, and interpreter in Rust.")
7052 (properties '((hidden? . #t)))
7053 (license (list license:asl2.0
7054 license:expat))))
7055
7056 (define-public rust-paste-0.1
7057 (package
7058 (name "rust-paste")
7059 (version "0.1.5")
7060 (source
7061 (origin
7062 (method url-fetch)
7063 (uri (crate-uri "paste" version))
7064 (file-name
7065 (string-append name "-" version ".tar.gz"))
7066 (sha256
7067 (base32
7068 "0ygs077hlq8qlx5y46sfgrmhlqqgkmvvhn4x3y10arawalf4ljhz"))))
7069 (build-system cargo-build-system)
7070 (arguments
7071 `(#:skip-build? #t
7072 #:cargo-inputs
7073 (("rust-paste-impl" ,rust-paste-impl-0.1)
7074 ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
7075 (home-page "https://github.com/dtolnay/paste")
7076 (synopsis "Macros for all your token pasting needs")
7077 (description
7078 "Macros for all your token pasting needs.")
7079 (license (list license:asl2.0 license:expat))))
7080
7081 (define-public rust-paste-impl-0.1
7082 (package
7083 (name "rust-paste-impl")
7084 (version "0.1.5")
7085 (source
7086 (origin
7087 (method url-fetch)
7088 (uri (crate-uri "paste-impl" version))
7089 (file-name
7090 (string-append name "-" version ".tar.gz"))
7091 (sha256
7092 (base32
7093 "1rkh8nixmb7r1y0mjnsz62p6r1bqah5ciri7bwhmgcmq4gk9drr6"))))
7094 (build-system cargo-build-system)
7095 (arguments
7096 `(#:skip-build? #t
7097 #:cargo-inputs
7098 (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
7099 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
7100 ("rust-quote" ,rust-quote-1.0)
7101 ("rust-syn" ,rust-syn-0.15))))
7102 (home-page "https://github.com/dtolnay/paste")
7103 (synopsis "Implementation detail of the paste crate")
7104 (description
7105 "Implementation detail of the paste crate.")
7106 (license (list license:asl2.0 license:expat))))
7107
7108 (define-public rust-pcre2-0.2
7109 (package
7110 (name "rust-pcre2")
7111 (version "0.2.1")
7112 (source
7113 (origin
7114 (method url-fetch)
7115 (uri (crate-uri "pcre2" version))
7116 (file-name
7117 (string-append name "-" version ".tar.gz"))
7118 (sha256
7119 (base32
7120 "103i66a998g1fjrqf9sdyvi8qi83hwglz3pjdcq9n2r207hsagb0"))))
7121 (build-system cargo-build-system)
7122 (arguments
7123 `(#:skip-build? #t
7124 #:cargo-inputs
7125 (("rust-libc" ,rust-libc-0.2)
7126 ("rust-log" ,rust-log-0.4)
7127 ("rust-pcre2-sys" ,rust-pcre2-sys-0.2)
7128 ("rust-thread-local" ,rust-thread-local-0.3))))
7129 (home-page "https://github.com/BurntSushi/rust-pcre2")
7130 (synopsis "High level wrapper library for PCRE2")
7131 (description
7132 "This package provides a high level wrapper library for PCRE2.")
7133 (license (list license:expat license:unlicense))))
7134
7135 (define-public rust-pcre2-sys-0.2
7136 (package
7137 (name "rust-pcre2-sys")
7138 (version "0.2.2")
7139 (source
7140 (origin
7141 (method url-fetch)
7142 (uri (crate-uri "pcre2-sys" version))
7143 (file-name
7144 (string-append name "-" version ".tar.gz"))
7145 (sha256
7146 (base32
7147 "0nwdvc43dkb89qmm5q8gw1zyll0wsfqw7kczpn23mljra3874v47"))))
7148 (build-system cargo-build-system)
7149 (arguments
7150 `(#:skip-build? #t
7151 #:cargo-inputs
7152 (("rust-libc" ,rust-libc-0.2)
7153 ("rust-pkg-config" ,rust-pkg-config-0.3)
7154 ("rust-cc" ,rust-cc-1.0))))
7155 (home-page
7156 "https://github.com/BurntSushi/rust-pcre2")
7157 (synopsis "Low level bindings to PCRE2")
7158 (description "Low level bindings to PCRE2.")
7159 (license (list license:expat license:unlicense))))
7160
7161 (define-public rust-peeking-take-while-0.1
7162 (package
7163 (name "rust-peeking-take-while")
7164 (version "0.1.2")
7165 (source
7166 (origin
7167 (method url-fetch)
7168 (uri (crate-uri "peeking_take_while" version))
7169 (file-name (string-append name "-" version ".crate"))
7170 (sha256
7171 (base32
7172 "16bhqr6rdyrp12zv381cxaaqqd0pwysvm1q8h2ygihvypvfprc8r"))))
7173 (build-system cargo-build-system)
7174 (home-page "https://github.com/fitzgen/peeking_take_while")
7175 (synopsis "Provides the peeking_take_while iterator adaptor method")
7176 (description
7177 "Like @code{Iterator::take_while}, but calls the predicate on a peeked
7178 value. This allows you to use @code{Iterator::by_ref} and
7179 @code{Iterator::take_while} together, and still get the first value for which
7180 the @code{take_while} predicate returned false after dropping the @code{by_ref}.")
7181 (properties '((hidden? . #t)))
7182 (license (list license:asl2.0
7183 license:expat))))
7184
7185 (define-public rust-percent-encoding-2.1
7186 (package
7187 (name "rust-percent-encoding")
7188 (version "2.1.0")
7189 (source
7190 (origin
7191 (method url-fetch)
7192 (uri (crate-uri "percent-encoding" version))
7193 (file-name (string-append name "-" version ".crate"))
7194 (sha256
7195 (base32
7196 "0bp3zrsk3kr47fbpipyczidbbx4g54lzxdm77ni1i3qws10mdzfl"))))
7197 (build-system cargo-build-system)
7198 (home-page "https://github.com/servo/rust-url/")
7199 (synopsis "Percent encoding and decoding")
7200 (description "This crate provides percent encoding and decoding.")
7201 (properties '((hidden? . #t)))
7202 (license (list license:asl2.0
7203 license:expat))))
7204
7205 (define-public rust-percent-encoding-1.0
7206 (package
7207 (inherit rust-percent-encoding-2.1)
7208 (name "rust-percent-encoding")
7209 (version "1.0.1")
7210 (source
7211 (origin
7212 (method url-fetch)
7213 (uri (crate-uri "percent-encoding" version))
7214 (file-name (string-append name "-" version ".crate"))
7215 (sha256
7216 (base32
7217 "0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i"))))))
7218
7219 (define-public rust-permutohedron-0.2
7220 (package
7221 (name "rust-permutohedron")
7222 (version "0.2.4")
7223 (source
7224 (origin
7225 (method url-fetch)
7226 (uri (crate-uri "permutohedron" version))
7227 (file-name (string-append name "-" version ".crate"))
7228 (sha256
7229 (base32
7230 "0b1pzh48j86v46wxngch6k1kx9cdw3jr3lwa86gd6jd4bmxzz1xn"))))
7231 (build-system cargo-build-system)
7232 (home-page "https://github.com/bluss/permutohedron")
7233 (synopsis "Generate permutations of sequences")
7234 (description
7235 "Generate permutations of sequences. Either lexicographical order
7236 permutations, or a minimal swaps permutation sequence implemented using Heap's
7237 algorithm.")
7238 (properties '((hidden? . #t)))
7239 (license (list license:asl2.0
7240 license:expat))))
7241
7242 (define-public rust-pest-2.1
7243 (package
7244 (name "rust-pest")
7245 (version "2.1.1")
7246 (source
7247 (origin
7248 (method url-fetch)
7249 (uri (crate-uri "pest" version))
7250 (file-name
7251 (string-append name "-" version ".tar.gz"))
7252 (sha256
7253 (base32
7254 "134686mwxm73asbiads53zfchqvvcrsrsyax2cghfcizmvg8ac4k"))))
7255 (build-system cargo-build-system)
7256 (arguments
7257 `(#:skip-build? #t
7258 #:cargo-inputs
7259 (("rust-serde" ,rust-serde-1.0)
7260 ("rust-serde-json" ,rust-serde-json-1.0)
7261 ("rust-ucd-trie" ,rust-ucd-trie-0.1))))
7262 (home-page "https://pest.rs/")
7263 (synopsis "The Elegant Parser")
7264 (description "The Elegant Parser.")
7265 (license (list license:asl2.0 license:expat))))
7266
7267 (define-public rust-pest-derive-2.1
7268 (package
7269 (name "rust-pest-derive")
7270 (version "2.1.0")
7271 (source
7272 (origin
7273 (method url-fetch)
7274 (uri (crate-uri "pest_derive" version))
7275 (file-name
7276 (string-append name "-" version ".tar.gz"))
7277 (sha256
7278 (base32
7279 "1l5jfa6ril71cw5nsiw0r45br54dd8cj2r1nc2d1wq6wb3jilgc3"))))
7280 (build-system cargo-build-system)
7281 (arguments
7282 `(#:skip-build? #t
7283 #:cargo-inputs
7284 (("rust-pest" ,rust-pest-2.1)
7285 ("rust-pest-generator" ,rust-pest-generator-2.1))))
7286 (home-page "https://pest.rs/")
7287 (synopsis "Pest's derive macro")
7288 (description "Pest's derive macro.")
7289 (license (list license:asl2.0 license:expat))))
7290
7291 (define-public rust-pest-generator-2.1
7292 (package
7293 (name "rust-pest-generator")
7294 (version "2.1.0")
7295 (source
7296 (origin
7297 (method url-fetch)
7298 (uri (crate-uri "pest_generator" version))
7299 (file-name
7300 (string-append name "-" version ".tar.gz"))
7301 (sha256
7302 (base32
7303 "0ipnv77lqhj4d4fpfxi8m168lcjp482kszaknlardmpgqiv0a4k3"))))
7304 (build-system cargo-build-system)
7305 (arguments
7306 `(#:skip-build? #t
7307 #:cargo-inputs
7308 (("rust-pest" ,rust-pest-2.1)
7309 ("rust-pest-meta" ,rust-pest-meta-2.1)
7310 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
7311 ("rust-quote" ,rust-quote-1.0)
7312 ("rust-syn" ,rust-syn-0.15))))
7313 (home-page "https://pest.rs/")
7314 (synopsis "Pest code generator")
7315 (description "Pest code generator.")
7316 (license (list license:asl2.0 license:expat))))
7317
7318 (define-public rust-pest-meta-2.1
7319 (package
7320 (name "rust-pest-meta")
7321 (version "2.1.1")
7322 (source
7323 (origin
7324 (method url-fetch)
7325 (uri (crate-uri "pest_meta" version))
7326 (file-name
7327 (string-append name "-" version ".tar.gz"))
7328 (sha256
7329 (base32
7330 "0kaprdz3jis9bjfwhri1zncbsvack5m3gx2g5flspdy7wxnyljgj"))))
7331 (build-system cargo-build-system)
7332 (arguments
7333 `(#:skip-build? #t
7334 #:cargo-inputs
7335 (("rust-maplit" ,rust-maplit-1.0)
7336 ("rust-pest" ,rust-pest-2.1))
7337 #:cargo-development-inputs
7338 (("rust-sha-1" ,rust-sha-1-0.8))))
7339 (home-page "https://pest.rs")
7340 (synopsis "Pest meta language parser and validator")
7341 (description
7342 "Pest meta language parser and validator.")
7343 (license (list license:asl2.0 license:expat))))
7344
7345 (define-public rust-petgraph-0.4
7346 (package
7347 (name "rust-petgraph")
7348 (version "0.4.13")
7349 (source
7350 (origin
7351 (method url-fetch)
7352 (uri (crate-uri "petgraph" version))
7353 (file-name
7354 (string-append name "-" version ".tar.gz"))
7355 (sha256
7356 (base32
7357 "0kyfmca854s54jk26g2x1kjb04c3k7cjilaxyr0if8lhxv8mjdlw"))))
7358 (build-system cargo-build-system)
7359 (arguments
7360 `(#:skip-build? #t
7361 #:cargo-inputs
7362 (("rust-fixedbitset" ,rust-fixedbitset-0.1)
7363 ("rust-ordermap" ,rust-ordermap-0.3)
7364 ("rust-quickcheck" ,rust-quickcheck-0.8)
7365 ("rust-serde" ,rust-serde-1.0)
7366 ("rust-serde-derive" ,rust-serde-derive-1.0))
7367 #:cargo-development-inputs
7368 (("rust-defmac" ,rust-defmac-0.2)
7369 ("rust-itertools" ,rust-itertools-0.8)
7370 ("rust-odds" ,rust-odds-0.3)
7371 ("rust-rand" ,rust-rand-0.4))))
7372 (home-page "https://github.com/petgraph/petgraph")
7373 (synopsis "Graph data structure library")
7374 (description
7375 "Graph data structure library. Provides graph types and graph
7376 algorithms.")
7377 (license (list license:expat license:asl2.0))))
7378
7379 (define-public rust-phf-0.7
7380 (package
7381 (name "rust-phf")
7382 (version "0.7.24")
7383 (source
7384 (origin
7385 (method url-fetch)
7386 (uri (crate-uri "phf" version))
7387 (file-name
7388 (string-append name "-" version ".tar.gz"))
7389 (sha256
7390 (base32
7391 "066xwv4dr6056a9adlkarwp4n94kbpwngbmd47ngm3cfbyw49nmk"))))
7392 (build-system cargo-build-system)
7393 (arguments
7394 `(#:skip-build? #t
7395 #:cargo-inputs
7396 (("rust-phf-macros" ,rust-phf-macros-0.7)
7397 ("rust-phf-shared" ,rust-phf-shared-0.7))))
7398 (home-page "https://github.com/sfackler/rust-phf")
7399 (synopsis "Runtime support for perfect hash function data structures")
7400 (description
7401 "Runtime support for perfect hash function data structures.")
7402 (license license:expat)))
7403
7404 (define-public rust-phf-codegen-0.7
7405 (package
7406 (name "rust-phf-codegen")
7407 (version "0.7.24")
7408 (source
7409 (origin
7410 (method url-fetch)
7411 (uri (crate-uri "phf-codegen" version))
7412 (file-name
7413 (string-append name "-" version ".tar.gz"))
7414 (sha256
7415 (base32
7416 "0zjiblicfm0nrmr2xxrs6pnf6zz2394wgch6dcbd8jijkq98agmh"))))
7417 (build-system cargo-build-system)
7418 (arguments
7419 `(#:skip-build? #t
7420 #:cargo-inputs
7421 (("rust-phf-generator" ,rust-phf-generator-0.7)
7422 ("rust-phf-shared" ,rust-phf-shared-0.7))))
7423 (home-page
7424 "https://github.com/sfackler/rust-phf")
7425 (synopsis "Codegen library for PHF types")
7426 (description "Codegen library for PHF types.")
7427 (license license:expat)))
7428
7429 (define-public rust-phf-generator-0.7
7430 (package
7431 (name "rust-phf-generator")
7432 (version "0.7.24")
7433 (source
7434 (origin
7435 (method url-fetch)
7436 (uri (crate-uri "phf_generator" version))
7437 (file-name
7438 (string-append name "-" version ".tar.gz"))
7439 (sha256
7440 (base32
7441 "0qi62gxk3x3whrmw5c4i71406icqk11qmpgln438p6qm7k4lqdh9"))))
7442 (build-system cargo-build-system)
7443 (arguments
7444 `(#:skip-build? #t
7445 #:cargo-inputs
7446 (("rust-phf-shared" ,rust-phf-shared-0.7)
7447 ("rust-rand" ,rust-rand-0.4))))
7448 (home-page "https://github.com/sfackler/rust-phf")
7449 (synopsis "PHF generation logic")
7450 (description "PHF generation logic")
7451 (license license:expat)))
7452
7453 (define-public rust-phf-macros-0.7
7454 (package
7455 (name "rust-phf-macros")
7456 (version "0.7.24")
7457 (source
7458 (origin
7459 (method url-fetch)
7460 (uri (crate-uri "phf_macros" version))
7461 (file-name
7462 (string-append name "-" version ".tar.gz"))
7463 (sha256
7464 (base32
7465 "0dzylcy14ksy60h265l433j9ra8xhg8xlq3pd5qk658m6f1mxd5x"))))
7466 (build-system cargo-build-system)
7467 (arguments
7468 `(#:skip-build? #t
7469 #:cargo-inputs
7470 (("rust-phf-generator" ,rust-phf-generator-0.7)
7471 ("rust-phf-shared" ,rust-phf-shared-0.7)
7472 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
7473 ("rust-quote" ,rust-quote-1.0)
7474 ("rust-syn" ,rust-syn-0.15))
7475 #:cargo-development-inputs
7476 (("rust-compiletest-rs" ,rust-compiletest-rs-0.3))))
7477 (home-page
7478 "https://github.com/sfackler/rust-phf")
7479 (synopsis
7480 "Macros to generate types in the phf crate")
7481 (description
7482 "Macros to generate types in the phf crate.")
7483 (license license:expat)))
7484
7485 (define-public rust-phf-shared-0.7
7486 (package
7487 (name "rust-phf-shared")
7488 (version "0.7.24")
7489 (source
7490 (origin
7491 (method url-fetch)
7492 (uri (crate-uri "phf-shared" version))
7493 (file-name
7494 (string-append name "-" version ".tar.gz"))
7495 (sha256
7496 (base32
7497 "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3"))))
7498 (build-system cargo-build-system)
7499 (arguments
7500 `(#:skip-build? #t
7501 #:cargo-inputs
7502 (("rust-siphasher" ,rust-siphasher-0.2)
7503 ("rust-unicase" ,rust-unicase-2.4))))
7504 (home-page "https://github.com/sfackler/rust-phf")
7505 (synopsis "Support code shared by PHF libraries")
7506 (description
7507 "Support code shared by PHF libraries.")
7508 (license license:expat)))
7509
7510 (define-public rust-pico-sys-0.0
7511 (package
7512 (name "rust-pico-sys")
7513 (version "0.0.1")
7514 (source
7515 (origin
7516 (method url-fetch)
7517 (uri (crate-uri "pico-sys" version))
7518 (file-name (string-append name "-" version ".crate"))
7519 (sha256
7520 (base32
7521 "1q5pg0ms6szz6b5h26h4k40zb76zbwwjgyigac4wly9qngdj4yl5"))))
7522 (build-system cargo-build-system)
7523 (home-page "https://github.com/reem/rust-pico-sys")
7524 (synopsis "Bindings to the PicoHTTPParser")
7525 (description
7526 "This package provides bindings to the PicoHTTPParser.")
7527 (properties '((hidden? . #t)))
7528 (license license:expat)))
7529
7530 (define-public rust-pin-utils-0.1
7531 (package
7532 (name "rust-pin-utils")
7533 (version "0.1.0-alpha.4")
7534 (source
7535 (origin
7536 (method url-fetch)
7537 (uri (crate-uri "pin-utils" version))
7538 (file-name (string-append name "-" version ".crate"))
7539 (sha256
7540 (base32
7541 "11xmyx00n4m37d546by2rxb8ryxs12v55cc172i3yak1rqccd52q"))))
7542 (build-system cargo-build-system)
7543 (home-page "https://github.com/rust-lang-nursery/pin-utils")
7544 (synopsis "Utilities for pinning")
7545 (description "This crate provides utilities for pinning values on the stack.")
7546 (properties '((hidden? . #t)))
7547 (license (list license:asl2.0
7548 license:expat))))
7549
7550 (define-public rust-pkg-config-0.3
7551 (package
7552 (name "rust-pkg-config")
7553 (version "0.3.14")
7554 (source
7555 (origin
7556 (method url-fetch)
7557 (uri (crate-uri "pkg-config" version))
7558 (file-name (string-append name "-" version ".crate"))
7559 (sha256
7560 (base32
7561 "135ia995lqzr0gxpk85h0bjxf82kj6hbxdx924sh9jdln6r8wvk7"))))
7562 (build-system cargo-build-system)
7563 ;(inputs
7564 ; `(("pkg-config" ,pkg-config)))
7565 (home-page "https://github.com/rust-lang/pkg-config-rs")
7566 (synopsis "Library to run the pkg-config system tool")
7567 (description
7568 "A library to run the pkg-config system tool at build time in order to be
7569 used in Cargo build scripts.")
7570 (properties '((hidden? . #t)))
7571 (license (list license:asl2.0
7572 license:expat))))
7573
7574 (define-public rust-plain-0.2
7575 (package
7576 (name "rust-plain")
7577 (version "0.2.3")
7578 (source
7579 (origin
7580 (method url-fetch)
7581 (uri (crate-uri "plain" version))
7582 (file-name (string-append name "-" version ".crate"))
7583 (sha256
7584 (base32
7585 "19n1xbxb4wa7w891268bzf6cbwq4qvdb86bik1z129qb0xnnnndl"))))
7586 (build-system cargo-build-system)
7587 (home-page "https://github.com/randomites/plain")
7588 (synopsis "Rust library that allows reinterpreting data safely")
7589 (description "This package provides a small Rust library that allows users
7590 to reinterpret data of certain types safely.")
7591 (properties '((hidden? . #t)))
7592 (license (list license:asl2.0
7593 license:expat))))
7594
7595 (define-public rust-plugin-0.2
7596 (package
7597 (name "rust-plugin")
7598 (version "0.2.6")
7599 (source
7600 (origin
7601 (method url-fetch)
7602 (uri (crate-uri "plugin" version))
7603 (file-name (string-append name "-" version ".crate"))
7604 (sha256
7605 (base32
7606 "1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs"))))
7607 (build-system cargo-build-system)
7608 (home-page "https://github.com/reem/rust-plugin")
7609 (synopsis "Lazily evaluated, order-independent plugins for extensible types")
7610 (description
7611 "Lazily evaluated, order-independent plugins for extensible types.")
7612 (properties '((hidden? . #t)))
7613 (license license:expat)))
7614
7615 (define-public rust-pocket-resources-0.3
7616 (package
7617 (name "rust-pocket-resources")
7618 (version "0.3.2")
7619 (source
7620 (origin
7621 (method url-fetch)
7622 (uri (crate-uri "pocket-resources" version))
7623 (file-name (string-append name "-" version ".crate"))
7624 (sha256
7625 (base32
7626 "1n2i5vmi8fdbw89wm5nz1ws1z9f1qax911p6ksg4scmdg23z6df1"))))
7627 (build-system cargo-build-system)
7628 (home-page "https://github.com/tomaka/pocket-resources")
7629 (synopsis "Include resources in your applications")
7630 (description "This crate allows you to include resources in your
7631 applications.")
7632 (properties '((hidden? . #t)))
7633 (license license:expat)))
7634
7635 (define-public rust-ppv-lite86-0.2
7636 (package
7637 (name "rust-ppv-lite86")
7638 (version "0.2.5")
7639 (source
7640 (origin
7641 (method url-fetch)
7642 (uri (crate-uri "ppv-lite86" version))
7643 (file-name (string-append name "-" version ".crate"))
7644 (sha256
7645 (base32
7646 "06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
7647 (build-system cargo-build-system)
7648 (home-page "https://github.com/cryptocorrosion/cryptocorrosion")
7649 (synopsis "Implementation of the crypto-simd API for x86")
7650 (description "This crate provides an implementation of the crypto-simd API
7651 for x86.")
7652 (properties '((hidden? . #t)))
7653 (license (list license:asl2.0
7654 license:expat))))
7655
7656 (define-public rust-precomputed-hash-0.1
7657 (package
7658 (name "rust-precomputed-hash")
7659 (version "0.1.1")
7660 (source
7661 (origin
7662 (method url-fetch)
7663 (uri (crate-uri "precomputed-hash" version))
7664 (file-name
7665 (string-append name "-" version ".tar.gz"))
7666 (sha256
7667 (base32
7668 "075k9bfy39jhs53cb2fpb9klfakx2glxnf28zdw08ws6lgpq6lwj"))))
7669 (build-system cargo-build-system)
7670 (arguments `(#:skip-build? #t))
7671 (home-page
7672 "https://github.com/emilio/precomputed-hash")
7673 (synopsis
7674 "Base dependency to expose a precomputed hash")
7675 (description
7676 "This package provides a library intending to be a base
7677 dependency to expose a precomputed hash.")
7678 (license license:expat)))
7679
7680 ;; Cyclic dependencies with rust-demo-hack.
7681 (define-public rust-proc-macro-hack-0.5
7682 (package
7683 (name "rust-proc-macro-hack")
7684 (version "0.5.7")
7685 (source
7686 (origin
7687 (method url-fetch)
7688 (uri (crate-uri "proc-macro-hack" version))
7689 (file-name
7690 (string-append name "-" version ".tar.gz"))
7691 (sha256
7692 (base32
7693 "1www5lrvsk7pq04clgfmjlnnrshikgs1h51l17vrc7qy58bx878c"))))
7694 (build-system cargo-build-system)
7695 (arguments
7696 `(#:skip-build? #t
7697 #:cargo-inputs
7698 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
7699 ("rust-quote" ,rust-quote-1.0)
7700 ("rust-syn" ,rust-syn-0.15))
7701 #:cargo-development-inputs
7702 (("rust-demo-hack" ,rust-demo-hack-0.0)
7703 ("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0))))
7704 (home-page "https://github.com/dtolnay/proc-macro-hack")
7705 (synopsis
7706 "Procedural macros in expression position")
7707 (description
7708 "Procedural macros in expression position.")
7709 (license (list license:expat license:asl2.0))))
7710
7711 (define-public rust-proc-macro-nested-0.1
7712 (package
7713 (name "rust-proc-macro-nested")
7714 (version "0.1.3")
7715 (source
7716 (origin
7717 (method url-fetch)
7718 (uri (crate-uri "proc-macro-nested" version))
7719 (file-name
7720 (string-append name "-" version ".tar.gz"))
7721 (sha256
7722 (base32
7723 "0bmlksm8vl44wkwihmwr7jsjznhbg0n7aibcw1cs2jgjcp86x6in"))))
7724 (build-system cargo-build-system)
7725 (arguments `(#:skip-build? #t))
7726 (home-page "https://github.com/dtolnay/proc-macro-hack")
7727 (synopsis
7728 "Support for nested proc-macro-hack invocations")
7729 (description
7730 "Support for nested proc-macro-hack invocations.")
7731 (license (list license:expat license:asl2.0))))
7732
7733 (define-public rust-proc-macro2-1.0
7734 (package
7735 (name "rust-proc-macro2")
7736 (version "1.0.6")
7737 (source
7738 (origin
7739 (method url-fetch)
7740 (uri (crate-uri "proc-macro2" version))
7741 (file-name (string-append name "-" version ".crate"))
7742 (sha256
7743 (base32
7744 "09rgb5ab0jgw39kyad0lgqs4nb9yaf7mwcrgxqnsxbn4il54g7lw"))))
7745 (build-system cargo-build-system)
7746 (arguments
7747 `(#:skip-build? #t
7748 #:cargo-inputs
7749 (("rust-unicode-xid" ,rust-unicode-xid-0.2))
7750 #:cargo-development-inputs
7751 (("rust-quote" ,rust-quote-1.0))))
7752 (home-page "https://github.com/alexcrichton/proc-macro2")
7753 (synopsis "Stable implementation of the upcoming new `proc_macro` API")
7754 (description "This package provides a stable implementation of the upcoming new
7755 `proc_macro` API. Comes with an option, off by default, to also reimplement itself
7756 in terms of the upstream unstable API.")
7757 (license (list license:asl2.0 license:expat))))
7758
7759 (define-public rust-proc-macro2-0.4
7760 (package
7761 (inherit rust-proc-macro2-1.0)
7762 (name "rust-proc-macro2")
7763 (version "0.4.30")
7764 (source
7765 (origin
7766 (method url-fetch)
7767 (uri (crate-uri "proc-macro2" version))
7768 (file-name (string-append name "-" version ".tar.gz"))
7769 (sha256
7770 (base32
7771 "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg"))))
7772 (arguments
7773 `(#:skip-build? #t
7774 #:cargo-inputs
7775 (("rust-unicode-xid" ,rust-unicode-xid-0.1))
7776 #:cargo-development-inputs
7777 (("rust-quote" ,rust-quote-0.6))))))
7778
7779 (define-public rust-proptest-0.9
7780 (package
7781 (name "rust-proptest")
7782 (version "0.9.4")
7783 (source
7784 (origin
7785 (method url-fetch)
7786 (uri (crate-uri "proptest" version))
7787 (file-name
7788 (string-append name "-" version ".tar.gz"))
7789 (sha256
7790 (base32
7791 "17sjg8isas4qk85807c4panih9k0lwa4k1mbajhciw5c5q17w56g"))))
7792 (build-system cargo-build-system)
7793 (arguments
7794 `(#:skip-build? #t
7795 #:cargo-inputs
7796 (("rust-bit-set" ,rust-bit-set-0.5)
7797 ("rust-bitflags" ,rust-bitflags-1)
7798 ("rust-byteorder" ,rust-byteorder-1.3)
7799 ("rust-lazy-static" ,rust-lazy-static-1.3)
7800 ("rust-num-traits" ,rust-num-traits-0.2)
7801 ("rust-quick-error" ,rust-quick-error-1.2)
7802 ("rust-rand" ,rust-rand-0.4)
7803 ("rust-rand-chacha" ,rust-rand-chacha-0.2)
7804 ("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
7805 ("rust-regex-syntax" ,rust-regex-syntax-0.6)
7806 ("rust-rusty-fork" ,rust-rusty-fork-0.2)
7807 ("rust-tempfile" ,rust-tempfile-3.0))
7808 #:cargo-development-inputs
7809 (("rust-regex" ,rust-regex-1.1))))
7810 (home-page
7811 "https://altsysrq.github.io/proptest-book/proptest/index.html")
7812 (synopsis
7813 "Hypothesis-like property-based testing and shrinking")
7814 (description
7815 "Hypothesis-like property-based testing and shrinking.")
7816 (license (list license:asl2.0 license:expat))))
7817
7818 (define-public rust-pulldown-cmark-0.4
7819 (package
7820 (name "rust-pulldown-cmark")
7821 (version "0.4.1")
7822 (source
7823 (origin
7824 (method url-fetch)
7825 (uri (crate-uri "pulldown-cmark" version))
7826 (file-name
7827 (string-append name "-" version ".tar.gz"))
7828 (sha256
7829 (base32
7830 "1db8vlhm3n72051bkq4am80q28rfrh88796i3y9ajf5hhk3lrdyi"))))
7831 (build-system cargo-build-system)
7832 (arguments
7833 `(#:skip-build? #t
7834 #:cargo-inputs
7835 (("rust-bitflags" ,rust-bitflags-1)
7836 ("rust-getopts" ,rust-getopts-0.2)
7837 ("rust-memchr" ,rust-memchr-2.2)
7838 ("rust-unicase" ,rust-unicase-2.4))
7839 #:cargo-development-inputs
7840 (("rust-criterion" ,rust-criterion-0.2)
7841 ("rust-html5ever" ,rust-html5ever-0.23)
7842 ("rust-lazy-static" ,rust-lazy-static-1.3)
7843 ("rust-regex" ,rust-regex-1.1)
7844 ("rust-tendril" ,rust-tendril-0.4))))
7845 (home-page "https://github.com/raphlinus/pulldown-cmark")
7846 (synopsis "Pull parser for CommonMark")
7847 (description
7848 "This package provides a pull parser for CommonMark.")
7849 (license license:expat)))
7850
7851 (define-public rust-quick-error-1.2
7852 (package
7853 (name "rust-quick-error")
7854 (version "1.2.2")
7855 (source
7856 (origin
7857 (method url-fetch)
7858 (uri (crate-uri "quick-error" version))
7859 (file-name (string-append name "-" version ".crate"))
7860 (sha256
7861 (base32
7862 "1w6kgwwv7p7zr0yyg5rb315lkk24bimywklwx7fsvsbwi10bjx4j"))))
7863 (build-system cargo-build-system)
7864 (home-page "https://github.com/tailhook/quick-error")
7865 (synopsis "Macro which makes error types pleasant to write")
7866 (description "This crate provides a macro which makes error types pleasant
7867 to write.")
7868 (properties '((hidden? . #t)))
7869 (license (list license:asl2.0
7870 license:expat))))
7871
7872 ;; Many circular dependencies.
7873 ;; Dev dependencies are allowed to have them in crates.io.
7874 (define-public rust-quickcheck-0.8
7875 (package
7876 (name "rust-quickcheck")
7877 (version "0.8.5")
7878 (source
7879 (origin
7880 (method url-fetch)
7881 (uri (crate-uri "quickcheck" version))
7882 (file-name
7883 (string-append name "-" version ".tar.gz"))
7884 (sha256
7885 (base32
7886 "0mkl4wnvvjk4m32aq3an4ayfyvnmbxnzcybfm7n3fbsndb1xjdcw"))))
7887 (build-system cargo-build-system)
7888 (arguments
7889 `(#:skip-build? #t
7890 #:cargo-inputs
7891 (("rust-env-logger" ,rust-env-logger-0.6)
7892 ("rust-log" ,rust-log-0.4)
7893 ("rust-rand" ,rust-rand-0.4)
7894 ("rust-rand-core" ,rust-rand-core-0.5))))
7895 (home-page
7896 "https://github.com/BurntSushi/quickcheck")
7897 (synopsis
7898 "Automatic property based testing with shrinking")
7899 (description
7900 "Automatic property based testing with shrinking.")
7901 (license (list license:expat license:unlicense))))
7902
7903 (define-public rust-quote-1.0
7904 (package
7905 (name "rust-quote")
7906 (version "1.0.2")
7907 (source
7908 (origin
7909 (method url-fetch)
7910 (uri (crate-uri "quote" version))
7911 (file-name (string-append name "-" version ".crate"))
7912 (sha256
7913 (base32
7914 "1zkc46ryacf2jdkc6krsy2z615xbk1x8kp1830rcxz3irj5qqfh5"))))
7915 (build-system cargo-build-system)
7916 (home-page "https://github.com/dtolnay/quote")
7917 (synopsis "Quasi-quoting macro quote!(...)")
7918 (description "Quasi-quoting macro quote!(...)")
7919 (properties '((hidden? . #t)))
7920 (license (list license:asl2.0 license:expat))))
7921
7922 (define-public rust-quote-0.6
7923 (package
7924 (inherit rust-quote-1.0)
7925 (name "rust-quote")
7926 (version "0.6.12")
7927 (source
7928 (origin
7929 (method url-fetch)
7930 (uri (crate-uri "quote" version))
7931 (file-name (string-append name "-" version ".tar.gz"))
7932 (sha256
7933 (base32
7934 "1nw0klza45hf127kfyrpxsxd5jw2l6h21qxalil3hkr7bnf7kx7s"))))))
7935
7936 (define-public rust-rand-0.7
7937 (package
7938 (name "rust-rand")
7939 (version "0.7.3")
7940 (source
7941 (origin
7942 (method url-fetch)
7943 (uri (crate-uri "rand" version))
7944 (file-name (string-append name "-" version ".crate"))
7945 (sha256
7946 (base32
7947 "00sdaimkbz491qgi6qxkv582yivl32m2jd401kzbn94vsiwicsva"))))
7948 (build-system cargo-build-system)
7949 (arguments
7950 `(#:skip-build? #t
7951 #:cargo-inputs
7952 (("rust-getrandom" ,rust-getrandom-0.1)
7953 ("rust-libc" ,rust-libc-0.2)
7954 ("rust-log" ,rust-log-0.4)
7955 ("rust-packed-simd" ,rust-packed-simd-0.3)
7956 ("rust-rand-chacha" ,rust-rand-chacha-0.2)
7957 ("rust-rand-core" ,rust-rand-core-0.5)
7958 ("rust-rand-hc" ,rust-rand-hc-0.2)
7959 ("rust-rand-pcg" ,rust-rand-pcg-0.2))
7960 #:cargo-development-inputs
7961 (("rust-rand-hc" ,rust-rand-hc-0.2)
7962 ("rust-rand-pcg" ,rust-rand-pcg-0.2))))
7963 (home-page "https://crates.io/crates/rand")
7964 (synopsis "Random number generators and other randomness functionality")
7965 (description
7966 "Rand provides utilities to generate random numbers, to convert them to
7967 useful types and distributions, and some randomness-related algorithms.")
7968 (license (list license:asl2.0
7969 license:expat))))
7970
7971 (define-public rust-rand-0.6
7972 (package
7973 (inherit rust-rand-0.7)
7974 (name "rust-rand")
7975 (version "0.6.5")
7976 (source
7977 (origin
7978 (method url-fetch)
7979 (uri (crate-uri "rand" version))
7980 (file-name (string-append name "-" version ".crate"))
7981 (sha256
7982 (base32
7983 "1jl4449jcl4wgmzld6ffwqj5gwxrp8zvx8w573g1z368qg6xlwbd"))))
7984 (arguments
7985 `(#:skip-build? #t
7986 #:cargo-inputs
7987 (("rust-libc" ,rust-libc-0.2)
7988 ("rust-log" ,rust-log-0.4)
7989 ("rust-packed-simd" ,rust-packed-simd-0.3)
7990 ("rust-rand-chacha" ,rust-rand-chacha-0.1)
7991 ("rust-rand-core" ,rust-rand-core-0.4)
7992 ("rust-rand-hc" ,rust-rand-hc-0.1)
7993 ("rust-rand-isaac" ,rust-rand-isaac-0.1)
7994 ("rust-rand-jitter" ,rust-rand-jitter-0.1)
7995 ("rust-rand-os" ,rust-rand-os-0.1)
7996 ("rust-rand-pcg" ,rust-rand-pcg-0.1)
7997 ("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
7998 ("rust-winapi" ,rust-winapi-0.3)
7999 ("rust-autocfg" ,rust-autocfg-0.1)) ; build-dependency
8000 #:cargo-development-inputs
8001 (("rust-rand-xoshiro" ,rust-rand-xoshiro-0.1))))))
8002
8003 (define-public rust-rand-0.4
8004 (package
8005 (inherit rust-rand-0.6)
8006 (name "rust-rand")
8007 (version "0.4.6")
8008 (source
8009 (origin
8010 (method url-fetch)
8011 (uri (crate-uri "rand" version))
8012 (file-name (string-append name "-" version ".tar.gz"))
8013 (sha256
8014 (base32
8015 "14qjfv3gggzhnma20k0sc1jf8y6pplsaq7n1j9ls5c8kf2wl0a2m"))))
8016 (arguments
8017 `(#:skip-build? #t
8018 #:cargo-inputs
8019 (("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
8020 ("rust-rand-core" ,rust-rand-core-0.3)
8021 ("rust-rdrand" ,rust-rdrand-0.4)
8022 ("rust-libc" ,rust-libc-0.2)
8023 ("rust-winapi" ,rust-winapi-0.3))))))
8024
8025 (define-public rust-rand-0.3
8026 (package
8027 (inherit rust-rand-0.6)
8028 (name "rust-rand")
8029 (version "0.3.23")
8030 (source
8031 (origin
8032 (method url-fetch)
8033 (uri (crate-uri "rand" version))
8034 (file-name (string-append name "-" version ".crate"))
8035 (sha256
8036 (base32
8037 "0v679h38pjjqj5h4md7v2slsvj6686qgcn7p9fbw3h43iwnk1b34"))))
8038 (arguments
8039 `(#:skip-build? #t
8040 #:cargo-inputs
8041 (("rust-libc" ,rust-libc-0.2)
8042 ("rust-rand" ,rust-rand-0.4))))))
8043
8044 (define-public rust-rand-chacha-0.2
8045 (package
8046 (name "rust-rand-chacha")
8047 (version "0.2.1")
8048 (source
8049 (origin
8050 (method url-fetch)
8051 (uri (crate-uri "rand_chacha" version))
8052 (file-name
8053 (string-append name "-" version ".tar.gz"))
8054 (sha256
8055 (base32
8056 "0lv8imzzl4h2glm6sjj8mkvasgi8jym23ya48dakyln7m06sk8h3"))))
8057 (build-system cargo-build-system)
8058 (arguments
8059 `(#:skip-build? #t
8060 #:cargo-inputs
8061 (("rust-c2-chacha" ,rust-c2-chacha-0.2)
8062 ("rust-rand-core" ,rust-rand-core-0.5))))
8063 (home-page "https://crates.io/crates/rand-chacha")
8064 (synopsis "ChaCha random number generator")
8065 (description "ChaCha random number generator.")
8066 (license (list license:asl2.0 license:expat))))
8067
8068 (define-public rust-rand-chacha-0.1
8069 (package
8070 (inherit rust-rand-chacha-0.2)
8071 (name "rust-rand-chacha")
8072 (version "0.1.1")
8073 (source
8074 (origin
8075 (method url-fetch)
8076 (uri (crate-uri "rand_chacha" version))
8077 (file-name (string-append name "-" version ".crate"))
8078 (sha256
8079 (base32
8080 "1vxwyzs4fy1ffjc8l00fsyygpiss135irjf7nyxgq2v0lqf3lvam"))))
8081 (arguments
8082 `(#:skip-build? #t
8083 #:cargo-inputs
8084 (("rust-rand-core" ,rust-rand-core-0.3))
8085 #:cargo-development-inputs
8086 (("rust-autocfg" ,rust-autocfg-0.1))))))
8087
8088 (define-public rust-rand-core-0.5
8089 (package
8090 (name "rust-rand-core")
8091 (version "0.5.1")
8092 (source
8093 (origin
8094 (method url-fetch)
8095 (uri (crate-uri "rand_core" version))
8096 (file-name
8097 (string-append name "-" version ".tar.gz"))
8098 (sha256
8099 (base32
8100 "06bdvx08v3rkz451cm7z59xwwqn1rkfh6v9ay77b14f8dwlybgch"))))
8101 (build-system cargo-build-system)
8102 (arguments
8103 `(#:skip-build? #t
8104 #:cargo-inputs
8105 (("rust-getrandom" ,rust-getrandom-0.1)
8106 ("rust-serde" ,rust-serde-1.0))))
8107 (home-page "https://crates.io/crates/rand-core")
8108 (synopsis
8109 "Core random number generator traits and tools for implementation")
8110 (description
8111 "Core random number generator traits and tools for implementation.")
8112 (license (list license:expat license:asl2.0))))
8113
8114 (define-public rust-rand-core-0.4
8115 (package
8116 (inherit rust-rand-core-0.5)
8117 (name "rust-rand-core")
8118 (version "0.4.2")
8119 (source
8120 (origin
8121 (method url-fetch)
8122 (uri (crate-uri "rand_core" version))
8123 (file-name (string-append name "-" version ".crate"))
8124 (sha256
8125 (base32
8126 "1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww"))))
8127 (arguments
8128 `(#:skip-build? #t
8129 #:cargo-inputs
8130 (("rust-serde" ,rust-serde-1.0)
8131 ("rust-serde-derive" ,rust-serde-derive-1.0))))))
8132
8133 (define-public rust-rand-core-0.3
8134 (package
8135 (inherit rust-rand-core-0.4)
8136 (name "rust-rand-core")
8137 (version "0.3.1")
8138 (source
8139 (origin
8140 (method url-fetch)
8141 (uri (crate-uri "rand_core" version))
8142 (file-name (string-append name "-" version ".crate"))
8143 (sha256
8144 (base32
8145 "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
8146 ;; This version is a 0.3 API wrapper around the 0.4 version.
8147 (arguments
8148 `(#:skip-build? #t
8149 #:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))
8150
8151 (define-public rust-rand-hc-0.2
8152 (package
8153 (name "rust-rand-hc")
8154 (version "0.2.0")
8155 (source
8156 (origin
8157 (method url-fetch)
8158 (uri (crate-uri "rand_hc" version))
8159 (file-name (string-append name "-" version ".crate"))
8160 (sha256
8161 (base32
8162 "0g31sqwpmsirdlwr0svnacr4dbqyz339im4ssl9738cjgfpjjcfa"))))
8163 (build-system cargo-build-system)
8164 (arguments
8165 `(#:skip-build? #t
8166 #:cargo-inputs
8167 (("rust-rand-hc" ,rust-rand-core-0.5))))
8168 (home-page "https://crates.io/crates/rand_hc")
8169 (synopsis "HC128 random number generator")
8170 (description "This package provides a cryptographically secure random number
8171 generator that uses the HC-128 algorithm.")
8172 (license (list license:asl2.0
8173 license:expat))))
8174
8175 (define-public rust-rand-hc-0.1
8176 (package
8177 (inherit rust-rand-hc-0.2)
8178 (name "rust-rand-hc")
8179 (version "0.1.0")
8180 (source
8181 (origin
8182 (method url-fetch)
8183 (uri (crate-uri "rand_hc" version))
8184 (file-name (string-append name "-" version ".crate"))
8185 (sha256
8186 (base32
8187 "1i0vl8q5ddvvy0x8hf1zxny393miyzxkwqnw31ifg6p0gdy6fh3v"))))
8188 (arguments
8189 `(#:skip-build? #t
8190 #:cargo-inputs (("rust-rand-core" ,rust-rand-core-0.3))))))
8191
8192 (define-public rust-rand-isaac-0.1
8193 (package
8194 (name "rust-rand-isaac")
8195 (version "0.1.1")
8196 (source
8197 (origin
8198 (method url-fetch)
8199 (uri (crate-uri "rand_isaac" version))
8200 (file-name (string-append name "-" version ".crate"))
8201 (sha256
8202 (base32
8203 "027flpjr4znx2csxk7gxb7vrf9c7y5mydmvg5az2afgisp4rgnfy"))))
8204 (build-system cargo-build-system)
8205 (home-page "https://crates.io/crates/rand_isaac")
8206 (synopsis "ISAAC random number generator")
8207 (description "ISAAC random number generator")
8208 (properties '((hidden? . #t)))
8209 (license (list license:asl2.0
8210 license:expat))))
8211
8212 (define-public rust-rand-jitter-0.1
8213 (package
8214 (name "rust-rand-jitter")
8215 (version "0.1.4")
8216 (source
8217 (origin
8218 (method url-fetch)
8219 (uri (crate-uri "rand_jitter" version))
8220 (file-name (string-append name "-" version ".crate"))
8221 (sha256
8222 (base32
8223 "16z387y46bfz3csc42zxbjq89vcr1axqacncvv8qhyy93p4xarhi"))))
8224 (build-system cargo-build-system)
8225 (home-page "https://github.com/rust-random/rand")
8226 (synopsis
8227 "Random number generator based on timing jitter")
8228 (description
8229 "Random number generator based on timing jitter")
8230 (properties '((hidden? . #t)))
8231 (license (list license:asl2.0
8232 license:expat))))
8233
8234 (define-public rust-rand-os-0.2
8235 (package
8236 (name "rust-rand-os")
8237 (version "0.2.0")
8238 (source
8239 (origin
8240 (method url-fetch)
8241 (uri (crate-uri "rand_os" version))
8242 (file-name
8243 (string-append name "-" version ".tar.gz"))
8244 (sha256
8245 (base32
8246 "06is69f8rfzs620g5b54k6cgy5yaycrsyqg55flyfrsf8g88733f"))))
8247 (build-system cargo-build-system)
8248 (arguments
8249 `(#:skip-build? #t
8250 #:cargo-inputs
8251 (("rust-getrandom" ,rust-getrandom-0.1)
8252 ("rust-rand-core" ,rust-rand-core-0.5))))
8253 (home-page "https://crates.io/crates/rand-os")
8254 (synopsis "OS backed Random Number Generator")
8255 (description "OS backed Random Number Generator")
8256 (license (list license:asl2.0
8257 license:expat))))
8258
8259 (define-public rust-rand-os-0.1
8260 (package
8261 (inherit rust-rand-os-0.2)
8262 (name "rust-rand-os")
8263 (version "0.1.3")
8264 (source
8265 (origin
8266 (method url-fetch)
8267 (uri (crate-uri "rand_os" version))
8268 (file-name (string-append name "-" version ".crate"))
8269 (sha256
8270 (base32
8271 "0wahppm0s64gkr2vmhcgwc0lij37in1lgfxg5rbgqlz0l5vgcxbv"))))
8272 (arguments
8273 `(#:skip-build? #t
8274 #:cargo-inputs
8275 (("rust-cloudabi" ,rust-cloudabi-0.0)
8276 ("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
8277 ("rust-libc" ,rust-libc-0.2)
8278 ("rust-log" ,rust-log-0.4)
8279 ("rust-rand-core" ,rust-rand-core-0.4)
8280 ("rust-rdrand" ,rust-rdrand-0.4)
8281 ("rust-stdweb" ,rust-stdweb-0.4)
8282 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
8283 ("rust-winapi" ,rust-winapi-0.3))))))
8284
8285 (define-public rust-rand-pcg-0.2
8286 (package
8287 (name "rust-rand-pcg")
8288 (version "0.2.1")
8289 (source
8290 (origin
8291 (method url-fetch)
8292 (uri (crate-uri "rand_pcg" version))
8293 (file-name (string-append name "-" version ".crate"))
8294 (sha256
8295 (base32
8296 "0ab4h6s6x3py833jk61lwadq83qd1c8bih2hgi6yps9rnv0x1aqn"))))
8297 (build-system cargo-build-system)
8298 (arguments
8299 `(#:skip-build? #t
8300 #:cargo-inputs
8301 (("rust-rand-core" ,rust-rand-core-0.5)
8302 ("rust-serde" ,rust-serde-1.0))
8303 #:cargo-development-inputs
8304 (("rust-bincode" ,rust-bincode-1.1))))
8305 (home-page "https://crates.io/crates/rand_pcg")
8306 (synopsis
8307 "Selected PCG random number generators")
8308 (description
8309 "Implements a selection of PCG random number generators.")
8310 (license (list license:asl2.0
8311 license:expat))))
8312
8313 (define-public rust-rand-pcg-0.1
8314 (package
8315 (inherit rust-rand-pcg-0.2)
8316 (name "rust-rand-pcg")
8317 (version "0.1.2")
8318 (source
8319 (origin
8320 (method url-fetch)
8321 (uri (crate-uri "rand_pcg" version))
8322 (file-name (string-append name "-" version ".crate"))
8323 (sha256
8324 (base32
8325 "0i0bdla18a8x4jn1w0fxsbs3jg7ajllz6azmch1zw33r06dv1ydb"))))
8326 (arguments
8327 `(#:skip-build? #t
8328 #:cargo-inputs
8329 (("rust-autocfg" ,rust-autocfg-0.1)
8330 ("rust-rand-core" ,rust-rand-core-0.4)
8331 ("rust-serde" ,rust-serde-1.0)
8332 ("rust-serde-derive" ,rust-serde-derive-1.0))
8333 #:cargo-development-inputs
8334 (("rust-bincode" ,rust-bincode-1.1))))))
8335
8336 (define-public rust-rand-xorshift-0.2
8337 (package
8338 (name "rust-rand-xorshift")
8339 (version "0.2.0")
8340 (source
8341 (origin
8342 (method url-fetch)
8343 (uri (crate-uri "rand_xorshift" version))
8344 (file-name
8345 (string-append name "-" version ".tar.gz"))
8346 (sha256
8347 (base32
8348 "1a6wy76lc5fimm1n9n8fzhp4cfjwfwxh4hx63bg3vlh1d2w1dm3p"))))
8349 (build-system cargo-build-system)
8350 (arguments
8351 `(#:skip-build? #t
8352 #:cargo-inputs
8353 (("rust-rand-core" ,rust-rand-core-0.5)
8354 ("rust-serde" ,rust-serde-1.0))
8355 #:cargo-development-inputs
8356 (("rust-bincode" ,rust-bincode-1.1))))
8357 (home-page "https://crates.io/crates/rand-xorshift")
8358 (synopsis "Xorshift random number generator")
8359 (description
8360 "Xorshift random number generator.")
8361 (license (list license:expat license:asl2.0))))
8362
8363 (define-public rust-rand-xorshift-0.1
8364 (package
8365 (name "rust-rand-xorshift")
8366 (version "0.1.1")
8367 (source
8368 (origin
8369 (method url-fetch)
8370 (uri (crate-uri "rand_xorshift" version))
8371 (file-name (string-append name "-" version ".crate"))
8372 (sha256
8373 (base32
8374 "0p2x8nr00hricpi2m6ca5vysiha7ybnghz79yqhhx6sl4gkfkxyb"))))
8375 (build-system cargo-build-system)
8376 (home-page "https://crates.io/crates/rand-xorshift")
8377 (synopsis "Xorshift random number generator")
8378 (description
8379 "Xorshift random number generator")
8380 (properties '((hidden? . #t)))
8381 (license (list license:asl2.0
8382 license:expat))))
8383
8384 (define-public rust-rand-xoshiro-0.3
8385 (package
8386 (name "rust-rand-xoshiro")
8387 (version "0.3.0")
8388 (source
8389 (origin
8390 (method url-fetch)
8391 (uri (crate-uri "rand_xoshiro" version))
8392 (file-name
8393 (string-append name "-" version ".tar.gz"))
8394 (sha256
8395 (base32
8396 "07w3qgrac8r356lz5vqff42rly6yd9vs3g5lx5pbn13rcmb05rqb"))))
8397 (build-system cargo-build-system)
8398 (arguments
8399 `(#:skip-build? #t
8400 #:cargo-inputs
8401 (("rust-byteorder" ,rust-byteorder-1.3)
8402 ("rust-rand-core" ,rust-rand-core-0.5)
8403 ("rust-serde" ,rust-serde-1.0))
8404 #:cargo-development-inputs
8405 (("rust-bincode" ,rust-bincode-1.1))))
8406 (home-page "https://github.com/rust-random/rand")
8407 (synopsis
8408 "Xoshiro, xoroshiro and splitmix64 random number generators")
8409 (description
8410 "Xoshiro, xoroshiro and splitmix64 random number generators.")
8411 (license (list license:expat license:asl2.0))))
8412
8413 (define-public rust-rand-xoshiro-0.1
8414 (package
8415 (inherit rust-rand-xoshiro-0.3)
8416 (name "rust-rand-xoshiro")
8417 (version "0.1.0")
8418 (source
8419 (origin
8420 (method url-fetch)
8421 (uri (crate-uri "rand_xoshiro" version))
8422 (file-name
8423 (string-append name "-" version ".tar.gz"))
8424 (sha256
8425 (base32
8426 "0ac9ha6ll8b6l1930bd99k29jrjpsbpddvr6ycrnbi5rkwb1id03"))))
8427 (build-system cargo-build-system)
8428 (arguments
8429 `(#:skip-build? #t
8430 #:cargo-inputs
8431 (("rust-byteorder" ,rust-byteorder-1.3)
8432 ("rust-rand-core" ,rust-rand-core-0.3))
8433 #:cargo-development-inputs
8434 (("rust-rand" ,rust-rand-0.6))))))
8435
8436 (define-public rust-rawpointer-0.1
8437 (package
8438 (name "rust-rawpointer")
8439 (version "0.1.0")
8440 (source
8441 (origin
8442 (method url-fetch)
8443 (uri (crate-uri "rawpointer" version))
8444 (file-name (string-append name "-" version ".crate"))
8445 (sha256
8446 (base32
8447 "06ghpm9y7gacks78s3maakha07kbnwrxif5q37r2l7z1sali3b7b"))))
8448 (build-system cargo-build-system)
8449 (arguments '(#:skip-build? #t))
8450 (home-page "https://github.com/bluss/rawpointer/")
8451 (synopsis "Extra methods for raw pointers")
8452 (description "Extra methods for raw pointers. For example
8453 @code{.post_inc()} and @code{.pre_dec()} (c.f. @code{ptr++} and @code{--ptr})
8454 and @code{ptrdistance}.")
8455 (license (list license:asl2.0
8456 license:expat))))
8457
8458 (define-public rust-rawslice-0.1
8459 (package
8460 (name "rust-rawslice")
8461 (version "0.1.0")
8462 (source
8463 (origin
8464 (method url-fetch)
8465 (uri (crate-uri "rawslice" version))
8466 (file-name
8467 (string-append name "-" version ".tar.gz"))
8468 (sha256
8469 (base32
8470 "09bympww1rpsd422da3w444q5w1znjbjh7mjninhq9gaaygkpci2"))))
8471 (build-system cargo-build-system)
8472 (arguments
8473 `(#:skip-build? #t
8474 #:cargo-inputs
8475 (("rust-rawpointer" ,rust-rawpointer-0.1))
8476 #:cargo-development-inputs
8477 (("rust-quickcheck" ,rust-quickcheck-0.8))))
8478 (home-page "https://github.com/bluss/rawslice/")
8479 (synopsis "Reimplementation of the slice iterators, with extra features")
8480 (description
8481 "Reimplementation of the slice iterators, with extra features.
8482 For example creation from raw pointers and start, end pointer
8483 accessors.")
8484 (license (list license:asl2.0 license:expat))))
8485
8486 (define-public rust-rayon-1.3
8487 (package
8488 (name "rust-rayon")
8489 (version "1.3.0")
8490 (source
8491 (origin
8492 (method url-fetch)
8493 (uri (crate-uri "rayon" version))
8494 (file-name
8495 (string-append name "-" version ".tar.gz"))
8496 (sha256
8497 (base32
8498 "1650g13bxlmywhdlw65q3g1zyyb7l0wcm35v45kf31cwgwly6v6v"))))
8499 (build-system cargo-build-system)
8500 (arguments
8501 `(#:skip-build? #t
8502 #:cargo-inputs
8503 (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
8504 ("rust-either" ,rust-either-1.5)
8505 ("rust-rayon-core" ,rust-rayon-core-1.7))
8506 #:cargo-development-inputs
8507 (("rust-doc-comment" ,rust-doc-comment-0.3)
8508 ("rust-docopt" ,rust-docopt-1.1)
8509 ("rust-lazy-static" ,rust-lazy-static-1.3)
8510 ("rust-rand" ,rust-rand-0.7)
8511 ("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
8512 ("rust-serde" ,rust-serde-1.0))))
8513 (home-page "https://github.com/rayon-rs/rayon")
8514 (synopsis "Simple work-stealing parallelism for Rust")
8515 (description
8516 "Simple work-stealing parallelism for Rust.")
8517 (license (list license:asl2.0 license:expat))))
8518
8519 (define-public rust-rayon-1.1
8520 (package
8521 (inherit rust-rayon-1.3)
8522 (name "rust-rayon")
8523 (version "1.1.0")
8524 (source
8525 (origin
8526 (method url-fetch)
8527 (uri (crate-uri "rayon" version))
8528 (file-name
8529 (string-append name "-" version ".tar.gz"))
8530 (sha256
8531 (base32
8532 "190hkbcdfvcphyyzkdg52zdia2y9d9yanpm072bmnzbn49p1ic54"))))
8533 (arguments
8534 `(#:skip-build? #t
8535 #:cargo-inputs
8536 (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.6)
8537 ("rust-either" ,rust-either-1.5)
8538 ("rust-rayon-core" ,rust-rayon-core-1.5))
8539 #:cargo-development-inputs
8540 (("rust-doc-comment" ,rust-doc-comment-0.3)
8541 ("rust-docopt" ,rust-docopt-1.1)
8542 ("rust-lazy-static" ,rust-lazy-static-1.3)
8543 ("rust-rand" ,rust-rand-0.4)
8544 ("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
8545 ("rust-serde" ,rust-serde-1.0)
8546 ("rust-serde-derive" ,rust-serde-derive-1.0))))))
8547
8548 (define-public rust-rayon-core-1.7
8549 (package
8550 (name "rust-rayon-core")
8551 (version "1.7.0")
8552 (source
8553 (origin
8554 (method url-fetch)
8555 (uri (crate-uri "rayon-core" version))
8556 (file-name
8557 (string-append name "-" version ".tar.gz"))
8558 (sha256
8559 (base32
8560 "1ac55kpnh2390ah7r071vnjbiy308qpznql0n597x5dgxx39pa08"))))
8561 (build-system cargo-build-system)
8562 (arguments
8563 `(#:skip-build? #t
8564 #:cargo-inputs
8565 (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
8566 ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.2)
8567 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
8568 ("rust-lazy-static" ,rust-lazy-static-1.3)
8569 ("rust-num-cpus" ,rust-num-cpus-1.10))
8570 #:cargo-development-inputs
8571 (("rust-libc" ,rust-libc-0.2)
8572 ("rust-rand" ,rust-rand-0.7)
8573 ("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
8574 ("rust-scoped-tls" ,rust-scoped-tls-1.0))))
8575 (home-page "https://github.com/rayon-rs/rayon")
8576 (synopsis "Core APIs for Rayon")
8577 (description "Core APIs for Rayon.")
8578 (license (list license:expat license:asl2.0))))
8579
8580 (define-public rust-rayon-core-1.5
8581 (package
8582 (inherit rust-rayon-core-1.7)
8583 (name "rust-rayon-core")
8584 (version "1.5.0")
8585 (source
8586 (origin
8587 (method url-fetch)
8588 (uri (crate-uri "rayon-core" version))
8589 (file-name
8590 (string-append name "-" version ".tar.gz"))
8591 (sha256
8592 (base32
8593 "1ljva6blaf1wmzvg77h1i9pd0hsmsbbcmdk7sjbw7h2s8gw0vgpb"))))
8594 (arguments
8595 `(#:skip-build? #t
8596 #:cargo-inputs
8597 (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
8598 ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
8599 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
8600 ("rust-lazy-static" ,rust-lazy-static-1.3)
8601 ("rust-num-cpus" ,rust-num-cpus-1.10))
8602 #:cargo-development-inputs
8603 (("rust-libc" ,rust-libc-0.2)
8604 ("rust-rand" ,rust-rand-0.4)
8605 ("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
8606 ("rust-scoped-tls" ,rust-scoped-tls-1.0))))))
8607
8608 (define-public rust-rdrand-0.4
8609 (package
8610 (name "rust-rdrand")
8611 (version "0.4.0")
8612 (source
8613 (origin
8614 (method url-fetch)
8615 (uri (crate-uri "rdrand" version))
8616 (file-name (string-append name "-" version ".crate"))
8617 (sha256
8618 (base32
8619 "1cjq0kwx1bk7jx3kzyciiish5gqsj7620dm43dc52sr8fzmm9037"))))
8620 (build-system cargo-build-system)
8621 (arguments
8622 `(#:skip-build? #t
8623 #:cargo-inputs
8624 (("rust-rand-core" ,rust-rand-core-0.3))))
8625 (home-page "https://github.com/nagisa/rust_rdrand/")
8626 (synopsis "Random number generator")
8627 (description
8628 "This package is an implementation of random number generator based on
8629 @code{rdrand} and @code{rdseed} instructions")
8630 (license license:isc)))
8631
8632 ;; This package requires features which are unavailable
8633 ;; on the stable releases of Rust.
8634 (define-public rust-redox-syscall-0.1
8635 (package
8636 (name "rust-redox-syscall")
8637 (version "0.1.56")
8638 (source
8639 (origin
8640 (method url-fetch)
8641 (uri (crate-uri "redox_syscall" version))
8642 (file-name (string-append name "-" version ".crate"))
8643 (sha256
8644 (base32
8645 "110y7dyfm2vci4x5vk7gr0q551dvp31npl99fnsx2fb17wzwcf94"))))
8646 (build-system cargo-build-system)
8647 (arguments '(#:skip-build? #t))
8648 (home-page "https://gitlab.redox-os.org/redox-os/syscall")
8649 (synopsis "Rust library to access raw Redox system calls")
8650 (description "This package provides a Rust library to access raw Redox
8651 system calls.")
8652 (license license:expat)))
8653
8654 (define-public rust-redox-termios-0.1
8655 (package
8656 (name "rust-redox-termios")
8657 (version "0.1.1")
8658 (source
8659 (origin
8660 (method url-fetch)
8661 (uri (crate-uri "redox-termios" version))
8662 (file-name (string-append name "-" version ".crate"))
8663 (sha256
8664 (base32
8665 "0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
8666 (build-system cargo-build-system)
8667 (arguments
8668 `(#:skip-build? #t
8669 #:cargo-inputs
8670 (("rust-redox-syscall" ,rust-redox-syscall-0.1))))
8671 (home-page "https://github.com/redox-os/termios")
8672 (synopsis "Rust library to access Redox termios functions")
8673 (description
8674 "This package provides a Rust library to access Redox termios functions.")
8675 (license license:expat)))
8676
8677 (define-public rust-redox-users-0.3
8678 (package
8679 (name "rust-redox-users")
8680 (version "0.3.1")
8681 (source
8682 (origin
8683 (method url-fetch)
8684 (uri (crate-uri "redox_users" version))
8685 (file-name
8686 (string-append name "-" version ".tar.gz"))
8687 (sha256
8688 (base32
8689 "0vdn688q9wg997b1x5abx2gf7406rn1lvd62ypcgh1gj7g5dpkjf"))))
8690 (build-system cargo-build-system)
8691 (arguments
8692 `(#:skip-build? #t
8693 #:cargo-inputs
8694 (("rust-failure" ,rust-failure-0.1)
8695 ("rust-rand-os" ,rust-rand-os-0.1)
8696 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
8697 ("rust-rust-argon2" ,rust-rust-argon2-0.5))))
8698 (home-page "https://gitlab.redox-os.org/redox-os/users")
8699 (synopsis "Access Redox users and groups")
8700 (description
8701 "This package provides a Rust library to access Redox users and groups
8702 functionality.")
8703 (license license:expat)))
8704
8705 (define-public rust-ref-cast-0.2
8706 (package
8707 (name "rust-ref-cast")
8708 (version "0.2.6")
8709 (source
8710 (origin
8711 (method url-fetch)
8712 (uri (crate-uri "ref-cast" version))
8713 (file-name
8714 (string-append name "-" version ".tar.gz"))
8715 (sha256
8716 (base32
8717 "0jgj1zxaikqm030flpifbp517fy4z21lly6ysbwyciii39bkzcf1"))))
8718 (build-system cargo-build-system)
8719 (arguments
8720 `(#:skip-build? #t
8721 #:cargo-inputs
8722 (("rust-ref-cast-impl" ,rust-ref-cast-impl-0.2))))
8723 (home-page "https://github.com/dtolnay/ref-cast")
8724 (synopsis "Safely cast &T to &U")
8725 (description
8726 "Safely cast &T to &U where the struct U contains a single field of type T.")
8727 (license (list license:asl2.0 license:expat))))
8728
8729 (define-public rust-ref-cast-impl-0.2
8730 (package
8731 (name "rust-ref-cast-impl")
8732 (version "0.2.6")
8733 (source
8734 (origin
8735 (method url-fetch)
8736 (uri (crate-uri "ref-cast-impl" version))
8737 (file-name
8738 (string-append name "-" version ".tar.gz"))
8739 (sha256
8740 (base32
8741 "0hw0frpzna5rf5szix56zyzd0vackcb3svj94ndj629xi75dkb32"))))
8742 (build-system cargo-build-system)
8743 (arguments
8744 `(#:skip-build? #t
8745 #:cargo-inputs
8746 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
8747 ("rust-quote" ,rust-quote-1.0)
8748 ("rust-syn" ,rust-syn-0.15))))
8749 (home-page "https://github.com/dtolnay/ref-cast")
8750 (synopsis "Derive implementation for @code{ref_cast::RefCast}")
8751 (description
8752 "Derive implementation for ref_cast::RefCast.")
8753 (license (list license:asl2.0 license:expat))))
8754
8755 (define-public rust-regex-1.3
8756 (package
8757 (name "rust-regex")
8758 (version "1.3.3")
8759 (source
8760 (origin
8761 (method url-fetch)
8762 (uri (crate-uri "regex" version))
8763 (file-name
8764 (string-append name "-" version ".tar.gz"))
8765 (sha256
8766 (base32
8767 "11syqmfvbsah805z6ih8vxf8p6jssdsz1gjsjqcwprz484cqql5m"))))
8768 (build-system cargo-build-system)
8769 (arguments
8770 `(#:skip-build? #t
8771 #:cargo-inputs
8772 (("rust-aho-corasick" ,rust-aho-corasick-0.7)
8773 ("rust-memchr" ,rust-memchr-2.2)
8774 ("rust-regex-syntax" ,rust-regex-syntax-0.6)
8775 ("rust-thread-local" ,rust-thread-local-1.0))
8776 #:cargo-development-inputs
8777 (("rust-doc-comment" ,rust-doc-comment-0.3)
8778 ("rust-lazy-static" ,rust-lazy-static-1.3)
8779 ("rust-quickcheck" ,rust-quickcheck-0.8)
8780 ("rust-rand" ,rust-rand-0.6))))
8781 (home-page "https://github.com/rust-lang/regex")
8782 (synopsis "Regular expressions for Rust")
8783 (description
8784 "An implementation of regular expressions for Rust. This implementation
8785 uses finite automata and guarantees linear time matching on all inputs.")
8786 (license (list license:expat license:asl2.0))))
8787
8788 (define-public rust-regex-1.1
8789 (package
8790 (inherit rust-regex-1.3)
8791 (name "rust-regex")
8792 (version "1.1.7")
8793 (source
8794 (origin
8795 (method url-fetch)
8796 (uri (crate-uri "regex" version))
8797 (file-name
8798 (string-append name "-" version ".tar.gz"))
8799 (sha256
8800 (base32
8801 "1pabajpp0wzb7dm2x32gy8w7k0mwykr6zsvzn0fgpr6pww40hbqb"))))
8802 (arguments
8803 `(#:skip-build? #t
8804 #:cargo-inputs
8805 (("rust-aho-corasick" ,rust-aho-corasick-0.7)
8806 ("rust-memchr" ,rust-memchr-2.2)
8807 ("rust-regex-syntax" ,rust-regex-syntax-0.6)
8808 ("rust-thread-local" ,rust-thread-local-0.3)
8809 ("rust-utf8-ranges" ,rust-utf8-ranges-1.0))
8810 #:cargo-development-inputs
8811 (("rust-doc-comment" ,rust-doc-comment-0.3)
8812 ("rust-lazy-static" ,rust-lazy-static-1.3)
8813 ("rust-quickcheck" ,rust-quickcheck-0.8)
8814 ("rust-rand" ,rust-rand-0.4))))))
8815
8816 (define-public rust-regex-automata-0.1
8817 (package
8818 (name "rust-regex-automata")
8819 (version "0.1.7")
8820 (source
8821 (origin
8822 (method url-fetch)
8823 (uri (crate-uri "regex-automata" version))
8824 (file-name
8825 (string-append name "-" version ".tar.gz"))
8826 (sha256
8827 (base32
8828 "11hzn3rz02vdgvx3ykhrbzkvs5c5sm59fyi3xwljn9qc48br5l1y"))))
8829 (build-system cargo-build-system)
8830 (arguments
8831 `(#:skip-build? #t
8832 #:cargo-inputs
8833 (("rust-byteorder" ,rust-byteorder-1.3)
8834 ("rust-regex-syntax" ,rust-regex-syntax-0.6)
8835 ("rust-utf8-ranges" ,rust-utf8-ranges-1.0))
8836 #:cargo-development-inputs
8837 (("rust-lazy-static" ,rust-lazy-static-1.3)
8838 ("rust-regex" ,rust-regex-1.1)
8839 ("rust-serde" ,rust-serde-1.0)
8840 ("rust-serde-bytes" ,rust-serde-bytes-0.11)
8841 ("rust-serde-derive" ,rust-serde-derive-1.0)
8842 ("rust-toml" ,rust-toml-0.5))))
8843 (home-page "https://github.com/BurntSushi/regex-automata")
8844 (synopsis
8845 "Automata construction and matching using regular expressions")
8846 (description
8847 "Automata construction and matching using regular expressions.")
8848 (license (list license:expat license:unlicense))))
8849
8850 (define-public rust-regex-syntax-0.6
8851 (package
8852 (name "rust-regex-syntax")
8853 (version "0.6.13")
8854 (source
8855 (origin
8856 (method url-fetch)
8857 (uri (crate-uri "regex-syntax" version))
8858 (file-name (string-append name "-" version ".crate"))
8859 (sha256
8860 (base32
8861 "141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77"))))
8862 (build-system cargo-build-system)
8863 (arguments '(#:skip-build? #t))
8864 (home-page "https://github.com/rust-lang/regex")
8865 (synopsis "Regular expression parser")
8866 (description
8867 "This package provides a regular expression parser.")
8868 (license (list license:asl2.0
8869 license:expat))))
8870
8871 (define-public rust-remove-dir-all-0.5
8872 (package
8873 (name "rust-remove-dir-all")
8874 (version "0.5.2")
8875 (source
8876 (origin
8877 (method url-fetch)
8878 (uri (crate-uri "remove_dir_all" version))
8879 (file-name (string-append name "-" version ".crate"))
8880 (sha256
8881 (base32
8882 "0bkrlyg26mgizpiy1yb2hhpgscxcag8r5fnckqsvk25608vzm0sa"))))
8883 (build-system cargo-build-system)
8884 (arguments
8885 `(#:skip-build? #t
8886 #:cargo-inputs
8887 (("rust-winapi" ,rust-winapi-0.3))
8888 #:cargo-development-inputs
8889 (("rust-doc-comment" ,rust-doc-comment-0.3))))
8890 (home-page "https://github.com/XAMPPRocky/remove_dir_all")
8891 (synopsis "Implementation of remove_dir_all for Windows")
8892 (description
8893 "This package provides a safe, reliable implementation of
8894 @code{remove_dir_all} for Windows")
8895 (license (list license:asl2.0
8896 license:expat))))
8897
8898 (define-public rust-resolv-conf-0.6
8899 (package
8900 (name "rust-resolv-conf")
8901 (version "0.6.2")
8902 (source
8903 (origin
8904 (method url-fetch)
8905 (uri (crate-uri "resolv-conf" version))
8906 (file-name (string-append name "-" version ".crate"))
8907 (sha256
8908 (base32
8909 "1jvdsmksdf6yiipm3aqahyv8n1cjd7wqc8sa0p0gzsax3fmb8qxj"))))
8910 (build-system cargo-build-system)
8911 (arguments
8912 `(#:skip-build? #t
8913 #:cargo-inputs
8914 (("rust-quick-error" ,rust-quick-error-1.2)
8915 ("rust-hostname", rust-hostname-0.1))))
8916 (home-page "https://github.com/tailhook/resolv-conf")
8917 (synopsis "Parser for /etc/resolv.conf")
8918 (description
8919 "An /etc/resolv.conf parser crate for Rust.")
8920 (license (list license:asl2.0
8921 license:expat))))
8922
8923 (define-public rust-ron-0.4
8924 (package
8925 (name "rust-ron")
8926 (version "0.4.1")
8927 (source
8928 (origin
8929 (method url-fetch)
8930 (uri (crate-uri "ron" version))
8931 (file-name
8932 (string-append name "-" version ".tar.gz"))
8933 (sha256
8934 (base32
8935 "1mrqdgw3w0yypg24jyq9mphp4zr9lr0ks7yam82m4n34x6njijyr"))))
8936 (build-system cargo-build-system)
8937 (arguments
8938 `(#:skip-build? #t
8939 #:cargo-inputs
8940 (("rust-base64" ,rust-base64-0.10)
8941 ("rust-bitflags" ,rust-bitflags-1)
8942 ("rust-serde" ,rust-serde-1.0))
8943 #:cargo-development-inputs
8944 (("rust-serde-bytes" ,rust-serde-bytes-0.11)
8945 ("rust-serde-json" ,rust-serde-json-1.0))))
8946 (home-page "https://github.com/ron-rs/ron")
8947 (synopsis "Rusty Object Notation")
8948 (description "Rusty Object Notation.")
8949 (license (list license:asl2.0
8950 license:expat))))
8951
8952 (define-public rust-rustc-demangle-0.1
8953 (package
8954 (name "rust-rustc-demangle")
8955 (version "0.1.16")
8956 (source
8957 (origin
8958 (method url-fetch)
8959 (uri (crate-uri "rustc-demangle" version))
8960 (file-name (string-append name "-" version ".crate"))
8961 (sha256
8962 (base32
8963 "10qp42sl1wrdbgbbh8rnay2grm976z7hqgz32c4y09l1c071qsac"))))
8964 (build-system cargo-build-system)
8965 (arguments
8966 `(#:skip-build? #t
8967 #:cargo-inputs
8968 (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
8969 ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))))
8970 (home-page "https://github.com/alexcrichton/rustc-demangle")
8971 (synopsis "Rust compiler symbol demangling")
8972 (description
8973 "This package demanges the symbols from the Rust compiler.")
8974 (license (list license:asl2.0
8975 license:expat))))
8976
8977 (define-public rust-rustc-hash-1.0
8978 (package
8979 (name "rust-rustc-hash")
8980 (version "1.0.1")
8981 (source
8982 (origin
8983 (method url-fetch)
8984 (uri (crate-uri "rustc-hash" version))
8985 (file-name (string-append name "-" version ".crate"))
8986 (sha256
8987 (base32
8988 "1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))
8989 (build-system cargo-build-system)
8990 (arguments
8991 `(#:skip-build? #t
8992 #:cargo-inputs
8993 (("rust-byteorder" ,rust-byteorder-1.3))))
8994 (home-page "https://github.com/rust-lang/rustc-hash")
8995 (synopsis "Speedy, non-cryptographic hash used in rustc")
8996 (description
8997 "This package provides a speedy, non-cryptographic hash used in rustc.")
8998 (license (list license:asl2.0
8999 license:expat))))
9000
9001 (define-public rust-rustc-serialize-0.3
9002 (package
9003 (name "rust-rustc-serialize")
9004 (version "0.3.24")
9005 (source
9006 (origin
9007 (method url-fetch)
9008 (uri (crate-uri "rustc-serialize" version))
9009 (file-name (string-append name "-" version ".crate"))
9010 (sha256
9011 (base32
9012 "1nkg3vasg7nk80ffkazizgiyv3hb1l9g3d8h17cajbkx538jiwfw"))))
9013 (build-system cargo-build-system)
9014 (arguments
9015 `(#:skip-build? #t
9016 #:cargo-inputs
9017 (("rust-rand" ,rust-rand-0.3))))
9018 (home-page "https://github.com/rust-lang-deprecated/rustc-serialize")
9019 (synopsis "Generic serialization/deserialization support")
9020 (description
9021 "This package provides generic serialization/deserialization support
9022 corresponding to the @code{derive(RustcEncodable, RustcDecodable)} mode in the
9023 compiler. Also includes support for hex, base64, and json encoding and
9024 decoding.")
9025 (license (list license:asl2.0
9026 license:expat))))
9027
9028 (define-public rust-rustc-std-workspace-alloc-1.0
9029 (package
9030 (name "rust-rustc-std-workspace-alloc")
9031 (version "1.0.0")
9032 (source
9033 (origin
9034 (method url-fetch)
9035 (uri (crate-uri "rustc-std-workspace-alloc" version))
9036 (file-name
9037 (string-append name "-" version ".tar.gz"))
9038 (sha256
9039 (base32
9040 "11psmqk6glglxl3zwh8slz6iynfxaifh4spd2wcnws552dqdarpz"))))
9041 (build-system cargo-build-system)
9042 (arguments `(#:skip-build? #t))
9043 (home-page "https://crates.io/crates/rustc-std-workspace-alloc")
9044 (synopsis "Rust workspace hack")
9045 (description "This package is a Rust workspace hack.")
9046 (license (list license:asl2.0 license:expat))))
9047
9048 (define-public rust-rustc-std-workspace-core-1.0
9049 (package
9050 (name "rust-rustc-std-workspace-core")
9051 (version "1.0.0")
9052 (source
9053 (origin
9054 (method url-fetch)
9055 (uri (crate-uri "rustc-std-workspace-core" version))
9056 (file-name (string-append name "-" version ".crate"))
9057 (sha256
9058 (base32
9059 "1309xhwyai9xpz128xrfjqkmnkvgjwddznmj7brbd8i8f58zamhr"))))
9060 (build-system cargo-build-system)
9061 (arguments '(#:skip-build? #t))
9062 (home-page "https://crates.io/crates/rustc-std-workspace-core")
9063 (synopsis "Explicitly empty crate for rust-lang/rust integration")
9064 (description "This crate provides an explicitly empty crate for
9065 rust-lang/rust integration.")
9066 (license (list license:asl2.0
9067 license:expat))))
9068
9069 (define-public rust-rustc-std-workspace-std-1.0
9070 (package
9071 (name "rust-rustc-std-workspace-std")
9072 (version "1.0.1")
9073 (source
9074 (origin
9075 (method url-fetch)
9076 (uri (crate-uri "rustc-std-workspace-std" version))
9077 (file-name
9078 (string-append name "-" version ".tar.gz"))
9079 (sha256
9080 (base32
9081 "1vq4vaclamwhk0alf4f7wq3i9wxa993sxpmhy6qfaimy1ai7d9mb"))))
9082 (build-system cargo-build-system)
9083 (arguments '(#:skip-build? #t))
9084 (home-page "https://crates.io/crates/rustc-std-workspace-std")
9085 (synopsis "Workaround for rustbuild")
9086 (description "This package provides a workaround for rustbuild.")
9087 (license (list license:expat license:asl2.0))))
9088
9089 (define-public rust-rustc-test-0.3
9090 (package
9091 (name "rust-rustc-test")
9092 (version "0.3.0")
9093 (source
9094 (origin
9095 (method url-fetch)
9096 (uri (crate-uri "rustc-test" version))
9097 (file-name
9098 (string-append name "-" version ".tar.gz"))
9099 (sha256
9100 (base32
9101 "0a27mlcg0ck0hgsdvwk792x9z1k1qq1wj091f1l5yggbdbcsnx5w"))))
9102 (build-system cargo-build-system)
9103 (arguments
9104 `(#:skip-build? #t
9105 #:cargo-inputs
9106 (("rust-getopts" ,rust-getopts-0.2)
9107 ("rust-libc" ,rust-libc-0.2)
9108 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
9109 ("rust-term" ,rust-term-0.4)
9110 ("rust-time" ,rust-time-0.1)
9111 ("rust-rustc-version" ,rust-rustc-version-0.2))))
9112 (home-page "https://github.com/servo/rustc-test")
9113 (synopsis "Fork of Rust's test crate")
9114 (description
9115 "This package provides a fork of Rust's test crate that doesn't
9116 require unstable language features.")
9117 (license (list license:asl2.0 license:expat))))
9118
9119 (define-public rust-rustc-version-0.2
9120 (package
9121 (name "rust-rustc-version")
9122 (version "0.2.3")
9123 (source
9124 (origin
9125 (method url-fetch)
9126 (uri (crate-uri "rustc_version" version))
9127 (file-name
9128 (string-append name "-" version ".tar.gz"))
9129 (sha256
9130 (base32
9131 "02h3x57lcr8l2pm0a645s9whdh33pn5cnrwvn5cb57vcrc53x3hk"))))
9132 (build-system cargo-build-system)
9133 (arguments
9134 `(#:skip-build? #t
9135 #:cargo-inputs (("rust-semver" ,rust-semver-0.9))))
9136 (home-page "https://github.com/Kimundi/rustc-version-rs")
9137 (synopsis
9138 "Library for querying the version of a installed rustc compiler")
9139 (description
9140 "This package provides a library for querying the version of a installed
9141 rustc compiler.")
9142 (license (list license:expat license:asl2.0))))
9143
9144 (define-public rust-rustfix-0.4
9145 (package
9146 (name "rust-rustfix")
9147 (version "0.4.6")
9148 (source
9149 (origin
9150 (method url-fetch)
9151 (uri (crate-uri "rustfix" version))
9152 (file-name
9153 (string-append name "-" version ".tar.gz"))
9154 (sha256
9155 (base32
9156 "01zn0ysnass3mmrhxk90584y713vjfq1x97mi4saac99g9vsql3i"))))
9157 (build-system cargo-build-system)
9158 (arguments
9159 `(#:skip-build? #t
9160 #:cargo-inputs
9161 (("rust-failure" ,rust-failure-0.1)
9162 ("rust-log" ,rust-log-0.4)
9163 ("rust-serde" ,rust-serde-1.0)
9164 ("rust-serde-json" ,rust-serde-json-1.0))
9165 #:cargo-development-inputs
9166 (("rust-difference" ,rust-difference-2.0)
9167 ("rust-duct" ,rust-duct-0.13)
9168 ("rust-env-logger" ,rust-env-logger-0.6)
9169 ("rust-log" ,rust-log-0.4)
9170 ("rust-proptest" ,rust-proptest-0.9)
9171 ("rust-tempdir" ,rust-tempdir-0.3))))
9172 (home-page "https://github.com/rust-lang/rustfix")
9173 (synopsis "Automatically apply the suggestions made by rustc")
9174 (description
9175 "Automatically apply the suggestions made by rustc.")
9176 (license (list license:expat license:asl2.0))))
9177
9178 (define-public rust-rusty-fork-0.2
9179 (package
9180 (name "rust-rusty-fork")
9181 (version "0.2.2")
9182 (source
9183 (origin
9184 (method url-fetch)
9185 (uri (crate-uri "rusty-fork" version))
9186 (file-name
9187 (string-append name "-" version ".tar.gz"))
9188 (sha256
9189 (base32
9190 "1bjg8adk0i921088j52rn0hmvsry34q19g96x41pamqcw5j35n9x"))))
9191 (build-system cargo-build-system)
9192 (arguments
9193 `(#:skip-build? #t
9194 #:cargo-inputs
9195 (("rust-fnv" ,rust-fnv-1.0)
9196 ("rust-quick-error" ,rust-quick-error-1.2)
9197 ("rust-tempfile" ,rust-tempfile-3.0)
9198 ("rust-wait-timeout" ,rust-wait-timeout-0.2))))
9199 (home-page "https://github.com/altsysrq/rusty-fork")
9200 (synopsis "Library for running Rust tests in sub-processes")
9201 (description
9202 "Cross-platform library for running Rust tests in sub-processes
9203 using a fork-like interface.")
9204 (license (list license:asl2.0 license:expat))))
9205
9206 (define-public rust-ryu-1.0
9207 (package
9208 (name "rust-ryu")
9209 (version "1.0.2")
9210 (source
9211 (origin
9212 (method url-fetch)
9213 (uri (crate-uri "ryu" version))
9214 (file-name (string-append name "-" version ".crate"))
9215 (sha256
9216 (base32
9217 "1j0h74f1xqf9hjkhanp8i20mqc1aw35kr1iq9i79q7713mn51a5z"))))
9218 (build-system cargo-build-system)
9219 (home-page "https://github.com/dtolnay/ryu")
9220 (synopsis
9221 "Fast floating point to string conversion")
9222 (description
9223 "Fast floating point to string conversion")
9224 (properties '((hidden? . #t)))
9225 (license (list license:asl2.0 license:boost1.0))))
9226
9227 (define-public rust-safemem-0.3
9228 (package
9229 (name "rust-safemem")
9230 (version "0.3.3")
9231 (source
9232 (origin
9233 (method url-fetch)
9234 (uri (crate-uri "safemem" version))
9235 (file-name (string-append name "-" version ".crate"))
9236 (sha256
9237 (base32
9238 "0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g"))))
9239 (build-system cargo-build-system)
9240 (arguments '(#:skip-build? #t))
9241 (home-page "https://github.com/abonander/safemem")
9242 (synopsis "Safe wrappers for memory-accessing functions")
9243 (description
9244 "Safe wrappers for memory-accessing functions, like @code{std::ptr::copy()}.")
9245 (license (list license:asl2.0
9246 license:expat))))
9247
9248 (define-public rust-same-file-1.0
9249 (package
9250 (name "rust-same-file")
9251 (version "1.0.6")
9252 (source
9253 (origin
9254 (method url-fetch)
9255 (uri (crate-uri "same-file" version))
9256 (file-name (string-append name "-" version ".crate"))
9257 (sha256
9258 (base32
9259 "00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"))))
9260 (build-system cargo-build-system)
9261 (arguments
9262 `(#:skip-build? #t
9263 #:cargo-inputs
9264 (("rust-winapi-util" ,rust-winapi-util-0.1))
9265 #:cargo-development-inputs
9266 (("rust-doc-comment" ,rust-doc-comment-0.3))))
9267 (home-page "https://github.com/BurntSushi/same-file")
9268 (synopsis "Determine whether two file paths point to the same file")
9269 (description
9270 "This package provides a simple crate for determining whether two file
9271 paths point to the same file.")
9272 (license (list license:unlicense
9273 license:expat))))
9274
9275 (define-public rust-schannel-0.1
9276 (package
9277 (name "rust-schannel")
9278 (version "0.1.16")
9279 (source
9280 (origin
9281 (method url-fetch)
9282 (uri (crate-uri "schannel" version))
9283 (file-name (string-append name "-" version ".crate"))
9284 (sha256
9285 (base32
9286 "08d0p5iy574vdrax4l3laazic0crj7rp7vp3if5rrfkcdfq51xc7"))))
9287 (build-system cargo-build-system)
9288 (arguments
9289 `(#:skip-build? #t
9290 #:cargo-inputs
9291 (("rust-lazy-static" ,rust-lazy-static-1.3)
9292 ("rust-winapi" ,rust-winapi-0.3))))
9293 (home-page "https://github.com/steffengy/schannel-rs")
9294 (synopsis "Rust bindings to the Windows SChannel APIs")
9295 (description
9296 "Rust bindings to the Windows SChannel APIs providing TLS client and
9297 server functionality.")
9298 (license license:expat)))
9299
9300 (define-public rust-scoped-threadpool-0.1
9301 (package
9302 (name "rust-scoped-threadpool")
9303 (version "0.1.9")
9304 (source
9305 (origin
9306 (method url-fetch)
9307 (uri (crate-uri "scoped_threadpool" version))
9308 (file-name (string-append name "-" version ".crate"))
9309 (sha256
9310 (base32
9311 "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x"))))
9312 (build-system cargo-build-system)
9313 (arguments
9314 `(#:skip-build? #t
9315 #:cargo-development-inputs
9316 (("rust-lazy-static" ,rust-lazy-static-1.3))))
9317 (home-page "https://github.com/Kimundi/scoped-threadpool-rs")
9318 (synopsis "Library for scoped and cached threadpools")
9319 (description
9320 "This crate provides a stable, safe and scoped threadpool. It can be used
9321 to execute a number of short-lived jobs in parallel without the need to respawn
9322 the underlying threads. Jobs are runnable by borrowing the pool for a given
9323 scope, during which an arbitrary number of them can be executed. These jobs can
9324 access data of any lifetime outside of the pools scope, which allows working on
9325 non-'static references in parallel.")
9326 (license (list license:asl2.0
9327 license:expat))))
9328
9329 (define-public rust-scoped-tls-1.0
9330 (package
9331 (name "rust-scoped-tls")
9332 (version "1.0.0")
9333 (source
9334 (origin
9335 (method url-fetch)
9336 (uri (crate-uri "scoped-tls" version))
9337 (file-name (string-append name "-" version ".crate"))
9338 (sha256
9339 (base32
9340 "1hj8lifzvivdb1z02lfnzkshpvk85nkgzxsy2hc0zky9wf894spa"))))
9341 (build-system cargo-build-system)
9342 (arguments '(#:skip-build? #t))
9343 (home-page "https://github.com/alexcrichton/scoped-tls")
9344 (synopsis "Rust library providing the old standard library's scoped_thread_local")
9345 (description "This crate provides a library implementation of the standard
9346 library's old @code{scoped_thread_local!} macro for providing scoped access to
9347 @dfn{thread local storage} (TLS) so any type can be stored into TLS.")
9348 (license (list license:asl2.0
9349 license:expat))))
9350
9351 (define-public rust-scoped-tls-0.1
9352 (package
9353 (inherit rust-scoped-tls-1.0)
9354 (name "rust-scoped-tls")
9355 (version "0.1.2")
9356 (source
9357 (origin
9358 (method url-fetch)
9359 (uri (crate-uri "scoped-tls" version))
9360 (file-name (string-append name "-" version ".crate"))
9361 (sha256
9362 (base32
9363 "0a2bn9d2mb07c6l16sadijy4p540g498zddfxyiq4rsqpwrglbrk"))))))
9364
9365 (define-public rust-scopeguard-1.0
9366 (package
9367 (name "rust-scopeguard")
9368 (version "1.0.0")
9369 (source
9370 (origin
9371 (method url-fetch)
9372 (uri (crate-uri "scopeguard" version))
9373 (file-name (string-append name "-" version ".crate"))
9374 (sha256
9375 (base32
9376 "03aay84r1f6w87ckbpj6cc4rnsxkxcfs13n5ynxjia0qkgjiabml"))))
9377 (build-system cargo-build-system)
9378 (arguments '(#:skip-build? #t))
9379 (home-page "https://github.com/bluss/scopeguard")
9380 (synopsis "Scope guard which will run a closure even out of scope")
9381 (description "This package provides a RAII scope guard that will run a
9382 given closure when it goes out of scope, even if the code between panics
9383 (assuming unwinding panic). Defines the macros @code{defer!},
9384 @code{defer_on_unwind!}, @code{defer_on_success!} as shorthands for guards
9385 with one of the implemented strategies.")
9386 (license (list license:asl2.0
9387 license:expat))))
9388
9389 (define-public rust-scopeguard-0.3
9390 (package
9391 (inherit rust-scopeguard-1.0)
9392 (name "rust-scopeguard")
9393 (version "0.3.3")
9394 (source
9395 (origin
9396 (method url-fetch)
9397 (uri (crate-uri "scopeguard" version))
9398 (file-name
9399 (string-append name "-" version ".crate"))
9400 (sha256
9401 (base32
9402 "09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
9403
9404 (define-public rust-scroll-0.9
9405 (package
9406 (name "rust-scroll")
9407 (version "0.9.2")
9408 (source
9409 (origin
9410 (method url-fetch)
9411 (uri (crate-uri "scroll" version))
9412 (file-name
9413 (string-append name "-" version ".tar.gz"))
9414 (sha256
9415 (base32
9416 "10q3w86bn22xrjlfg1c90dfi9c26qjkzn26nad0i9z8pxwad311g"))))
9417 (build-system cargo-build-system)
9418 (arguments
9419 `(#:skip-build? #t
9420 #:cargo-inputs
9421 (("rust-scroll-derive" ,rust-scroll-derive-0.9))
9422 #:cargo-development-inputs
9423 (("rust-byteorder" ,rust-byteorder-1.3)
9424 ("rust-rayon" ,rust-rayon-1.1)
9425 ("rust-rustc-version" ,rust-rustc-version-0.2))))
9426 (home-page "https://github.com/m4b/scroll")
9427 (synopsis "Read/Write traits for byte buffers")
9428 (description
9429 "This package provides a suite of powerful, extensible, generic,
9430 endian-aware Read/Write traits for byte buffers.")
9431 (license license:expat)))
9432
9433 (define-public rust-scroll-derive-0.9
9434 (package
9435 (name "rust-scroll-derive")
9436 (version "0.9.5")
9437 (source
9438 (origin
9439 (method url-fetch)
9440 (uri (crate-uri "scroll_derive" version))
9441 (file-name
9442 (string-append name "-" version ".tar.gz"))
9443 (sha256
9444 (base32
9445 "1jqg5mm8nvii6avl1z1rc89agzh2kwkppgpsnwfakxg78mnaj6lg"))))
9446 (build-system cargo-build-system)
9447 (arguments
9448 `(#:skip-build? #t
9449 #:cargo-inputs
9450 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
9451 ("rust-quote" ,rust-quote-1.0)
9452 ("rust-syn" ,rust-syn-0.15))
9453 #:cargo-development-inputs
9454 (("rust-scroll" ,rust-scroll-0.9))))
9455 (home-page "https://github.com/m4b/scroll_derive")
9456 (synopsis "Derive Pread and Pwrite traits from the scroll crate")
9457 (description
9458 "This package provides a macros 1.1 derive implementation for Pread and
9459 Pwrite traits from the scroll crate.")
9460 (license license:expat)))
9461
9462 (define-public rust-seahash-3.0
9463 (package
9464 (name "rust-seahash")
9465 (version "3.0.6")
9466 (source
9467 (origin
9468 (method url-fetch)
9469 (uri (crate-uri "seahash" version))
9470 (file-name
9471 (string-append name "-" version ".tar.gz"))
9472 (sha256
9473 (base32
9474 "1pr8ijnxnp68ki4m4740yc5mr01zijf86yx07wbsqzwiyhghdmhq"))))
9475 (build-system cargo-build-system)
9476 (arguments `(#:skip-build? #t))
9477 (home-page
9478 "https://gitlab.redox-os.org/redox-os/seahash")
9479 (synopsis
9480 "Hash function with proven statistical guarantees")
9481 (description
9482 "This package provides a blazingly fast, portable hash function with
9483 proven statistical guarantees.")
9484 (license license:expat)))
9485
9486 (define-public rust-security-framework-sys-0.3
9487 (package
9488 (name "rust-security-framework-sys")
9489 (version "0.3.1")
9490 (source
9491 (origin
9492 (method url-fetch)
9493 (uri (crate-uri "security-framework-sys" version))
9494 (file-name (string-append name "-" version ".crate"))
9495 (sha256
9496 (base32
9497 "0mlsakq9kmqyc0fg2hcbgm6rjk55mb0rhjw2wid3hqdzkjcghdln"))))
9498 (build-system cargo-build-system)
9499 (home-page "https://lib.rs/crates/security-framework-sys")
9500 (synopsis "Apple `Security.framework` low-level FFI bindings")
9501 (description
9502 "Apple `Security.framework` low-level FFI bindings.")
9503 (properties '((hidden? . #t)))
9504 (license (list license:asl2.0
9505 license:expat))))
9506
9507 (define-public rust-semver-0.9
9508 (package
9509 (name "rust-semver")
9510 (version "0.9.0")
9511 (source
9512 (origin
9513 (method url-fetch)
9514 (uri (crate-uri "semver" version))
9515 (file-name
9516 (string-append name "-" version ".tar.gz"))
9517 (sha256
9518 (base32
9519 "00q4lkcj0rrgbhviv9sd4p6qmdsipkwkbra7rh11jrhq5kpvjzhx"))))
9520 (build-system cargo-build-system)
9521 (arguments
9522 `(#:skip-build? #t
9523 #:cargo-inputs
9524 (("rust-semver-parser" ,rust-semver-parser-0.7)
9525 ("rust-serde" ,rust-serde-1.0))
9526 #:cargo-development-inputs
9527 (("rust-crates-index" ,rust-crates-index-0.13)
9528 ("rust-serde-derive" ,rust-serde-derive-1.0)
9529 ("rust-serde-json" ,rust-serde-json-1.0)
9530 ("rust-tempdir" ,rust-tempdir-0.3))))
9531 (home-page "https://docs.rs/crate/semver")
9532 (synopsis
9533 "Semantic version parsing and comparison")
9534 (description
9535 "Semantic version parsing and comparison.")
9536 (license (list license:expat license:asl2.0))))
9537
9538 (define-public rust-semver-parser-0.9
9539 (package
9540 (name "rust-semver-parser")
9541 (version "0.9.0")
9542 (source
9543 (origin
9544 (method url-fetch)
9545 (uri (crate-uri "semver-parser" version))
9546 (file-name (string-append name "-" version ".crate"))
9547 (sha256
9548 (base32
9549 "1ahqhvgpzhcsd28id7xnrjv4419i9yyalhm7d7zi430qx0hi2vml"))))
9550 (build-system cargo-build-system)
9551 (home-page "https://github.com/steveklabnik/semver-parser")
9552 (synopsis "Parsing of the semver spec")
9553 (description "This package provides for parsing of the semver spec.")
9554 (properties '((hidden? . #t)))
9555 (license (list license:asl2.0
9556 license:expat))))
9557
9558 (define-public rust-semver-parser-0.7
9559 (package
9560 (inherit rust-semver-parser-0.9)
9561 (name "rust-semver-parser")
9562 (version "0.7.0")
9563 (source
9564 (origin
9565 (method url-fetch)
9566 (uri (crate-uri "semver-parser" version))
9567 (file-name (string-append name "-" version ".crate"))
9568 (sha256
9569 (base32
9570 "18vhypw6zgccnrlm5ps1pwa0khz7ry927iznpr88b87cagr1v2iq"))))))
9571
9572 (define-public rust-serde-1.0
9573 (package
9574 (name "rust-serde")
9575 (version "1.0.104")
9576 (source
9577 (origin
9578 (method url-fetch)
9579 (uri (crate-uri "serde" version))
9580 (file-name (string-append name "-" version ".crate"))
9581 (sha256
9582 (base32
9583 "0ja4mgw4p42syjk7jkzwhj2yg6llfrfm7vn8rvy7v3c1bzr1aha1"))))
9584 (build-system cargo-build-system)
9585 (arguments
9586 `(#:skip-build? #t
9587 #:cargo-inputs
9588 (("rust-serde-derive" ,rust-serde-derive-1.0))
9589 #:cargo-development-inputs
9590 (("rust-serde-derive" ,rust-serde-derive-1.0))))
9591 (home-page "https://serde.rs")
9592 (synopsis "Generic serialization/deserialization framework")
9593 (description
9594 "This package provides a generic serialization/deserialization framework.")
9595 (license (list license:expat license:asl2.0))))
9596
9597 ;; Circular dev dependency on bincode.
9598 ;; Probably not going away: https://github.com/rust-lang/cargo/issues/4242
9599 (define-public rust-serde-bytes-0.11
9600 (package
9601 (name "rust-serde-bytes")
9602 (version "0.11.3")
9603 (source
9604 (origin
9605 (method url-fetch)
9606 (uri (crate-uri "serde_bytes" version))
9607 (file-name
9608 (string-append name "-" version ".tar.gz"))
9609 (sha256
9610 (base32
9611 "1bl45kf3c71xclv7wzk5525nswm4bgsnjd3s1s15f4k2a8whfnij"))))
9612 (build-system cargo-build-system)
9613 (arguments
9614 `(#:skip-build? #t
9615 #:cargo-inputs
9616 (("rust-serde" ,rust-serde-1.0))
9617 #:cargo-development-inputs
9618 (("rust-bincode" ,rust-bincode-1.1)
9619 ("rust-serde-derive" ,rust-serde-derive-1.0)
9620 ("rust-serde-test" ,rust-serde-test-1.0))))
9621 (home-page "https://github.com/serde-rs/bytes")
9622 (synopsis
9623 "Hanlde of integer arrays and vectors for Serde")
9624 (description
9625 "Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
9626 (license (list license:expat license:asl2.0))))
9627
9628 (define-public rust-serde-cbor-0.10
9629 (package
9630 (name "rust-serde-cbor")
9631 (version "0.10.2")
9632 (source
9633 (origin
9634 (method url-fetch)
9635 (uri (crate-uri "serde_cbor" version))
9636 (file-name
9637 (string-append name "-" version ".tar.gz"))
9638 (sha256
9639 (base32
9640 "0kyizacjabsa78p9f7qvj31zirpnsgsr4zpfv1p6lwpcb3biw27p"))))
9641 (build-system cargo-build-system)
9642 (arguments
9643 `(#:skip-build? #t
9644 #:cargo-inputs
9645 (("rust-byteorder" ,rust-byteorder-1.3)
9646 ("rust-half" ,rust-half-1.3)
9647 ("rust-serde" ,rust-serde-1.0))
9648 #:cargo-development-inputs
9649 (("rust-serde-derive" ,rust-serde-derive-1.0))))
9650 (home-page "https://github.com/pyfisch/cbor")
9651 (synopsis "CBOR support for serde")
9652 (description "CBOR support for serde.")
9653 (license (list license:expat license:asl2.0))))
9654
9655 (define-public rust-serde-derive-1.0
9656 (package
9657 (name "rust-serde-derive")
9658 (version "1.0.104")
9659 (source
9660 (origin
9661 (method url-fetch)
9662 (uri (crate-uri "serde-derive" version))
9663 (file-name (string-append name "-" version ".crate"))
9664 (sha256
9665 (base32
9666 "0r7gjlwfry44b4ylz524ynjp9v3qiwdj4c588lh94aas78q9x3qj"))))
9667 (build-system cargo-build-system)
9668 (arguments
9669 `(#:skip-build? #t
9670 #:cargo-inputs
9671 (("rust-proc-macro2" ,rust-proc-macro2-1.0)
9672 ("rust-quote" ,rust-quote-1.0)
9673 ("rust-syn" ,rust-syn-1.0))
9674 #:cargo-development-inputs
9675 (("rust-serde" ,rust-serde-1.0))))
9676 (home-page "https://serde.rs")
9677 (synopsis
9678 "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
9679 (description
9680 "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
9681 (license (list license:expat license:asl2.0))))
9682
9683 (define-public rust-serde-json-1.0
9684 (package
9685 (name "rust-serde-json")
9686 (version "1.0.44")
9687 (source
9688 (origin
9689 (method url-fetch)
9690 (uri (crate-uri "serde-json" version))
9691 (file-name (string-append name "-" version ".crate"))
9692 (sha256
9693 (base32
9694 "1mysl675nqhzzkbcrqy4x63cbbsrrx3gcc7k8ydx1gajrkh7bia8"))))
9695 (build-system cargo-build-system)
9696 (arguments
9697 `(#:skip-build? #t
9698 #:cargo-inputs
9699 (("rust-indexmap" ,rust-indexmap-1.0)
9700 ("rust-itoa" ,rust-itoa-0.4)
9701 ("rust-ryu" ,rust-ryu-1.0)
9702 ("rust-serde" ,rust-serde-1.0))
9703 #:cargo-development-inputs
9704 (("rust-serde-bytes" ,rust-serde-bytes-0.11)
9705 ("rust-serde-derive" ,rust-serde-derive-1.0)
9706 ("rust-trybuild" ,rust-trybuild-1.0))))
9707 (home-page "https://github.com/serde-rs/json")
9708 (synopsis "JSON serialization file format")
9709 (description
9710 "This package provides a JSON serialization file format.")
9711 (license (list license:expat license:asl2.0))))
9712
9713 (define-public rust-serde-test-1.0
9714 (package
9715 (name "rust-serde-test")
9716 (version "1.0.101")
9717 (source
9718 (origin
9719 (method url-fetch)
9720 (uri (crate-uri "serde_test" version))
9721 (file-name
9722 (string-append name "-" version ".tar.gz"))
9723 (sha256
9724 (base32
9725 "0070ycbh47yhxb5vxwa15vi2wpdkw3v1m14v4mjryz1568fqkbsa"))))
9726 (build-system cargo-build-system)
9727 (arguments
9728 `(#:skip-build? #t
9729 #:cargo-inputs
9730 (("rust-serde" ,rust-serde-1.0))
9731 #:cargo-development-inputs
9732 (("rust-serde" ,rust-serde-1.0)
9733 ("rust-serde-derive" ,rust-serde-derive-1.0))))
9734 (home-page "https://serde.rs")
9735 (synopsis
9736 "Token De/Serializer for testing De/Serialize implementations")
9737 (description
9738 "Token De/Serializer for testing De/Serialize implementations.")
9739 (license (list license:expat license:asl2.0))))
9740
9741 (define-public rust-serde-yaml-0.8
9742 (package
9743 (name "rust-serde-yaml")
9744 (version "0.8.11")
9745 (source
9746 (origin
9747 (method url-fetch)
9748 (uri (crate-uri "serde_yaml" version))
9749 (file-name
9750 (string-append name "-" version ".tar.gz"))
9751 (sha256
9752 (base32
9753 "0d9wdjrlx9gxg80kzc6pvdwz5pwhja2n8n0bxja9vv61kzqif6v9"))))
9754 (build-system cargo-build-system)
9755 (arguments
9756 `(#:skip-build? #t
9757 #:cargo-inputs
9758 (("rust-dtoa" ,rust-dtoa-0.4)
9759 ("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
9760 ("rust-serde" ,rust-serde-1.0)
9761 ("rust-yaml-rust" ,rust-yaml-rust-0.4))
9762 #:cargo-development-inputs
9763 (("rust-serde-derive" ,rust-serde-derive-1.0)
9764 ("rust-unindent" ,rust-unindent-0.1))))
9765 (home-page
9766 "https://github.com/dtolnay/serde-yaml")
9767 (synopsis "YAML support for Serde")
9768 (description "YAML support for Serde.")
9769 (license (list license:asl2.0 license:expat))))
9770
9771 (define-public rust-sha-1-0.8
9772 (package
9773 (name "rust-sha-1")
9774 (version "0.8.1")
9775 (source
9776 (origin
9777 (method url-fetch)
9778 (uri (crate-uri "sha-1" version))
9779 (file-name
9780 (string-append name "-" version ".tar.gz"))
9781 (sha256
9782 (base32
9783 "0s6fdy5wp3x4h2z4fcl2d9vjvrpzr87v4h49r51xcq8nm4qj35i3"))))
9784 (build-system cargo-build-system)
9785 (arguments
9786 `(#:skip-build? #t
9787 #:cargo-inputs
9788 (("rust-block-buffer" ,rust-block-buffer-0.7)
9789 ("rust-digest" ,rust-digest-0.8)
9790 ("rust-fake-simd" ,rust-fake-simd-0.1)
9791 ("rust-opaque-debug" ,rust-opaque-debug-0.2)
9792 ("rust-sha1-asm" ,rust-sha1-asm-0.4))
9793 #:cargo-development-inputs
9794 (("rust-digest" ,rust-digest-0.8)
9795 ("rust-hex-literal" ,rust-hex-literal-0.2))))
9796 (home-page "https://github.com/RustCrypto/hashes")
9797 (synopsis "SHA-1 hash function")
9798 (description "SHA-1 hash function.")
9799 (license (list license:asl2.0 license:expat))))
9800
9801 (define-public rust-sha1-0.6
9802 (package
9803 (name "rust-sha1")
9804 (version "0.6.0")
9805 (source
9806 (origin
9807 (method url-fetch)
9808 (uri (crate-uri "sha1" version))
9809 (file-name
9810 (string-append name "-" version ".tar.gz"))
9811 (sha256
9812 (base32
9813 "03gs2q4m67rn2p8xcdfxhip6mpgahdwm12bnb3vh90ahv9grhy95"))))
9814 (build-system cargo-build-system)
9815 (arguments
9816 `(#:skip-build? #t
9817 #:cargo-inputs
9818 (("rust-serde" ,rust-serde-1.0))
9819 #:cargo-development-inputs
9820 (("rust-openssl" ,rust-openssl-0.10)
9821 ("rust-rand" ,rust-rand-0.4)
9822 ("rust-serde-json" ,rust-serde-json-1.0))))
9823 (home-page "https://github.com/mitsuhiko/rust-sha1")
9824 (synopsis "Minimal implementation of SHA1 for Rust")
9825 (description
9826 "Minimal implementation of SHA1 for Rust.")
9827 (license license:bsd-3)))
9828
9829 (define-public rust-sha1-asm-0.4
9830 (package
9831 (name "rust-sha1-asm")
9832 (version "0.4.3")
9833 (source
9834 (origin
9835 (method url-fetch)
9836 (uri (crate-uri "sha1-asm" version))
9837 (file-name
9838 (string-append name "-" version ".tar.gz"))
9839 (sha256
9840 (base32
9841 "1i1i8viy6y30mv9v5hwhg9w6b722qkyh9c6n8bn4d27jpv14pg0s"))))
9842 (build-system cargo-build-system)
9843 (arguments
9844 `(#:skip-build? #t
9845 #:cargo-development-inputs
9846 (("rust-cc" ,rust-cc-1.0))))
9847 (home-page "https://github.com/RustCrypto/asm-hashes")
9848 (synopsis "Assembly implementation of SHA-1 compression function")
9849 (description
9850 "Assembly implementation of SHA-1 compression function.")
9851 (license license:expat)))
9852
9853 (define-public rust-shared-child-0.3
9854 (package
9855 (name "rust-shared-child")
9856 (version "0.3.4")
9857 (source
9858 (origin
9859 (method url-fetch)
9860 (uri (crate-uri "shared-child" version))
9861 (file-name
9862 (string-append name "-" version ".tar.gz"))
9863 (sha256
9864 (base32
9865 "1lmjmr7931dr9cpalw2n7ss4i9mnl7285j2dygxflk9y80xczswc"))))
9866 (build-system cargo-build-system)
9867 (arguments
9868 `(#:skip-build? #t
9869 #:cargo-inputs
9870 (("rust-libc" ,rust-libc-0.2)
9871 ("rust-winapi" ,rust-winapi-0.3))))
9872 (home-page "https://github.com/oconnor663/shared_child.rs")
9873 (synopsis "Use child processes from multiple threads")
9874 (description
9875 "A library for using child processes from multiple threads.")
9876 (license license:expat)))
9877
9878 (define-public rust-shlex-0.1
9879 (package
9880 (name "rust-shlex")
9881 (version "0.1.1")
9882 (source
9883 (origin
9884 (method url-fetch)
9885 (uri (crate-uri "shlex" version))
9886 (file-name (string-append name "-" version ".crate"))
9887 (sha256
9888 (base32
9889 "1lmv6san7g8dv6jdfp14m7bdczq9ss7j7bgsfqyqjc3jnjfippvz"))))
9890 (build-system cargo-build-system)
9891 (home-page "https://github.com/comex/rust-shlex")
9892 (synopsis "Split a string into shell words, like Python's shlex")
9893 (description "This crate provides a method to split a string into shell
9894 words, like Python's shlex.")
9895 (properties '((hidden? . #t)))
9896 (license (list license:asl2.0
9897 license:expat))))
9898
9899 (define-public rust-signal-hook-0.1
9900 (package
9901 (name "rust-signal-hook")
9902 (version "0.1.9")
9903 (source
9904 (origin
9905 (method url-fetch)
9906 (uri (crate-uri "signal-hook" version))
9907 (file-name
9908 (string-append name "-" version ".tar.gz"))
9909 (sha256
9910 (base32
9911 "0nlw1gwi58ppds5klyy8vp2ickx3majvdp1pcdz8adm4zpqmiavj"))))
9912 (build-system cargo-build-system)
9913 (arguments
9914 `(#:skip-build? #t
9915 #:cargo-inputs
9916 (("rust-futures" ,rust-futures-0.1)
9917 ("rust-libc" ,rust-libc-0.2)
9918 ("rust-mio" ,rust-mio-0.6)
9919 ("rust-mio-uds" ,rust-mio-uds-0.6)
9920 ("rust-signal-hook-registry" ,rust-signal-hook-registry-1.0)
9921 ("rust-tokio-reactor" ,rust-tokio-reactor-0.1))
9922 #:cargo-development-inputs
9923 (("rust-tokio" ,rust-tokio-0.1)
9924 ("rust-version-sync" ,rust-version-sync-0.8))))
9925 (home-page "https://github.com/vorner/signal-hook")
9926 (synopsis "Unix signal handling")
9927 (description "Unix signal handling.")
9928 (license (list license:asl2.0 license:expat))))
9929
9930 (define-public rust-signal-hook-registry-1.0
9931 (package
9932 (name "rust-signal-hook-registry")
9933 (version "1.0.1")
9934 (source
9935 (origin
9936 (method url-fetch)
9937 (uri (crate-uri "signal-hook-registry" version))
9938 (file-name
9939 (string-append name "-" version ".tar.gz"))
9940 (sha256
9941 (base32
9942 "1mw5v909fn99h5qb96ma4almlik80lr1c7xbakn24rql6bx4zvfd"))))
9943 (build-system cargo-build-system)
9944 (arguments
9945 `(#:skip-build? #t
9946 #:cargo-inputs
9947 (("rust-arc-swap" ,rust-arc-swap-0.3)
9948 ("rust-libc" ,rust-libc-0.2))
9949 #:cargo-development-inputs
9950 (("rust-signal-hook" ,rust-signal-hook-0.1)
9951 ("rust-version-sync" ,rust-version-sync-0.8))))
9952 (home-page "https://github.com/vorner/signal-hook")
9953 (synopsis "Backend crate for signal-hook")
9954 (description "Backend crate for signal-hook.")
9955 (license (list license:expat license:asl2.0))))
9956
9957 (define-public rust-siphasher-0.2
9958 (package
9959 (name "rust-siphasher")
9960 (version "0.2.3")
9961 (source
9962 (origin
9963 (method url-fetch)
9964 (uri (crate-uri "siphasher" version))
9965 (file-name
9966 (string-append name "-" version ".tar.gz"))
9967 (sha256
9968 (base32
9969 "1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b"))))
9970 (build-system cargo-build-system)
9971 (arguments `(#:skip-build? #t))
9972 (home-page "https://docs.rs/siphasher")
9973 (synopsis "SipHash functions from rust-core < 1.13")
9974 (description
9975 "SipHash functions from rust-core < 1.13.")
9976 (license (list license:asl2.0 license:expat))))
9977
9978 (define-public rust-slab-0.4
9979 (package
9980 (name "rust-slab")
9981 (version "0.4.2")
9982 (source
9983 (origin
9984 (method url-fetch)
9985 (uri (crate-uri "slab" version))
9986 (file-name (string-append name "-" version ".crate"))
9987 (sha256
9988 (base32
9989 "1y59xsa27jk84sxzswjk60xcjf8b4fm5960jwpznrrcmasyva4f1"))))
9990 (build-system cargo-build-system)
9991 (home-page "https://github.com/carllerche/slab")
9992 (synopsis "Pre-allocated storage for a uniform data type")
9993 (description "This create provides a pre-allocated storage for a uniform
9994 data type.")
9995 (properties '((hidden? . #t)))
9996 (license license:expat)))
9997
9998 (define-public rust-sleef-sys-0.1
9999 (package
10000 (name "rust-sleef-sys")
10001 (version "0.1.2")
10002 (source
10003 (origin
10004 (method url-fetch)
10005 (uri (crate-uri "sleef-sys" version))
10006 (file-name
10007 (string-append name "-" version ".tar.gz"))
10008 (sha256
10009 (base32
10010 "1881q2yc17j2m1yvh01447c93ws1mspnrj3k2nbvwbvcm8z81kkv"))))
10011 (build-system cargo-build-system)
10012 (arguments
10013 `(#:skip-build? #t
10014 #:cargo-inputs
10015 (("rust-cfg-if" ,rust-cfg-if-0.1)
10016 ("rust-libc" ,rust-libc-0.2))
10017 #:cargo-development-inputs
10018 (("rust-bindgen" ,rust-bindgen-0.50)
10019 ("rust-cmake" ,rust-cmake-0.1)
10020 ("rust-env-logger" ,rust-env-logger-0.6))))
10021 (home-page "https://github.com/gnzlbg/sleef-sys")
10022 (synopsis
10023 "Rust FFI bindings to the SLEEF Vectorized Math Library")
10024 (description
10025 "Rust FFI bindings to the SLEEF Vectorized Math Library.")
10026 (license (list license:asl2.0 license:expat))))
10027
10028 (define-public rust-slog-2.4
10029 (package
10030 (name "rust-slog")
10031 (version "2.4.1")
10032 (source
10033 (origin
10034 (method url-fetch)
10035 (uri (crate-uri "slog" version))
10036 (file-name
10037 (string-append name "-" version ".tar.gz"))
10038 (sha256
10039 (base32
10040 "13jh74jlckzh5cygkhs0k4r82wnmw8ha2km829xwslhr83n2w6hy"))))
10041 (build-system cargo-build-system)
10042 (arguments
10043 `(#:skip-build? #t
10044 #:cargo-inputs
10045 (("rust-erased-serde" ,rust-erased-serde-0.3))))
10046 (home-page "https://github.com/slog-rs/slog")
10047 (synopsis "Structured, extensible, composable logging for Rust")
10048 (description
10049 "Structured, extensible, composable logging for Rust.")
10050 (license (list license:mpl2.0
10051 license:expat
10052 license:asl2.0))))
10053
10054 (define-public rust-smallvec-0.6
10055 (package
10056 (name "rust-smallvec")
10057 (version "0.6.10")
10058 (source
10059 (origin
10060 (method url-fetch)
10061 (uri (crate-uri "smallvec" version))
10062 (file-name
10063 (string-append name "-" version ".tar.gz"))
10064 (sha256
10065 (base32
10066 "1dyl43rgzny79jjpgzi07y0ly2ggx1xwsn64csxj0j91bsf6lq5b"))))
10067 (build-system cargo-build-system)
10068 (arguments
10069 `(#:skip-build? #t
10070 #:cargo-inputs
10071 (("rust-serde" ,rust-serde-1.0))
10072 #:cargo-development-inputs
10073 (("rust-bincode" ,rust-bincode-1.1))))
10074 (home-page "https://github.com/servo/rust-smallvec")
10075 (synopsis "Small vector optimization")
10076 (description
10077 "'Small vector' optimization: store up to a small number of items on the
10078 stack.")
10079 (license (list license:expat license:asl2.0))))
10080
10081 (define-public rust-socket2-0.3
10082 (package
10083 (name "rust-socket2")
10084 (version "0.3.11")
10085 (source
10086 (origin
10087 (method url-fetch)
10088 (uri (crate-uri "socket2" version))
10089 (file-name (string-append name "-" version ".crate"))
10090 (sha256
10091 (base32
10092 "11bdcz04i106g4q7swkll0qxrb4287srqd2k3aq2q6i22zjlvdz8"))))
10093 (build-system cargo-build-system)
10094 (home-page "https://github.com/alexcrichton/socket2-rs")
10095 (synopsis "Networking sockets in Rust")
10096 (description
10097 "This package provides utilities for handling networking sockets with a
10098 maximal amount of configuration possible intended.")
10099 (properties '((hidden? . #t)))
10100 (license (list license:asl2.0
10101 license:expat))))
10102
10103 (define-public rust-sourcefile-0.1
10104 (package
10105 (name "rust-sourcefile")
10106 (version "0.1.4")
10107 (source
10108 (origin
10109 (method url-fetch)
10110 (uri (crate-uri "sourcefile" version))
10111 (file-name (string-append name "-" version ".crate"))
10112 (sha256
10113 (base32
10114 "1lwa6973zs4bgj29my7agfjgk4nw9hp6j7dfnr13nid85fw7rxsb"))))
10115 (build-system cargo-build-system)
10116 (home-page "https://github.com/derekdreery/sourcefile-rs")
10117 (synopsis "Concatenate source from multiple files")
10118 (description
10119 "A library for concatenating source from multiple files, whilst keeping
10120 track of where each new file and line starts.")
10121 (properties '((hidden? . #t)))
10122 (license (list license:asl2.0
10123 license:expat))))
10124
10125 (define-public rust-speculate-0.1
10126 (package
10127 (name "rust-speculate")
10128 (version "0.1.2")
10129 (source
10130 (origin
10131 (method url-fetch)
10132 (uri (crate-uri "speculate" version))
10133 (file-name
10134 (string-append name "-" version ".tar.gz"))
10135 (sha256
10136 (base32
10137 "0ph01n3fqkmnfr1wd13dqsi4znv06xy6p4h3hqqdzk81r0r5vd1w"))))
10138 (build-system cargo-build-system)
10139 (arguments
10140 `(#:skip-build? #t
10141 #:cargo-inputs
10142 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
10143 ("rust-quote" ,rust-quote-1.0)
10144 ("rust-syn" ,rust-syn-0.15)
10145 ("rust-unicode-xid" ,rust-unicode-xid-0.1))))
10146 (home-page "https://github.com/utkarshkukreti/speculate.rs")
10147 (synopsis "RSpec inspired testing framework for Rust")
10148 (description
10149 "An RSpec inspired minimal testing framework for Rust.")
10150 (license license:expat)))
10151
10152 (define-public rust-spin-0.5
10153 (package
10154 (name "rust-spin")
10155 (version "0.5.0")
10156 (source
10157 (origin
10158 (method url-fetch)
10159 (uri (crate-uri "spin" version))
10160 (file-name (string-append name "-" version ".crate"))
10161 (sha256
10162 (base32
10163 "0m9clchsj0rf13bggsgvbv9haiy0f6rhvnvkpvkk8720a5pkydj4"))))
10164 (build-system cargo-build-system)
10165 (home-page "https://github.com/mvdnes/spin-rs")
10166 (synopsis "Synchronization primitives based on spinning")
10167 (description "This crate provides synchronization primitives based on
10168 spinning. They may contain data, are usable without @code{std},and static
10169 initializers are available.")
10170 (properties '((hidden? . #t)))
10171 (license license:expat)))
10172
10173 (define-public rust-stable-deref-trait-1.1
10174 (package
10175 (name "rust-stable-deref-trait")
10176 (version "1.1.1")
10177 (source
10178 (origin
10179 (method url-fetch)
10180 (uri (crate-uri "stable_deref_trait" version))
10181 (file-name (string-append name "-" version ".crate"))
10182 (sha256
10183 (base32
10184 "1j2lkgakksmz4vc5hfawcch2ipiskrhjs1sih0f3br7s7rys58fv"))))
10185 (build-system cargo-build-system)
10186 (home-page "https://github.com/storyyeller/stable_deref_trait0")
10187 (synopsis "Defines an unsafe marker trait, StableDeref")
10188 (description
10189 "This crate defines an unsafe marker trait, StableDeref, for container
10190 types which deref to a fixed address which is valid even when the containing
10191 type is moved. For example, Box, Vec, Rc, Arc and String implement this trait.
10192 Additionally, it defines CloneStableDeref for types like Rc where clones deref
10193 to the same address.")
10194 (properties '((hidden? . #t)))
10195 (license (list license:asl2.0
10196 license:expat))))
10197
10198 (define-public rust-stacker-0.1
10199 (package
10200 (name "rust-stacker")
10201 (version "0.1.5")
10202 (source
10203 (origin
10204 (method url-fetch)
10205 (uri (crate-uri "stacker" version))
10206 (file-name (string-append name "-" version ".crate"))
10207 (sha256
10208 (base32
10209 "0js0axz5nla1mkr2dm2vrv9rj964ng1lrv4l43sqlnfgawplhygv"))))
10210 (build-system cargo-build-system)
10211 (home-page "https://github.com/rust-lang/stacker")
10212 (synopsis "Manual segmented stacks for Rust")
10213 (description
10214 "This package provides a stack growth library useful when implementing
10215 deeply recursive algorithms that may accidentally blow the stack.")
10216 (properties '((hidden? . #t)))
10217 (license (list license:asl2.0
10218 license:expat))))
10219
10220 (define-public rust-stackvector-1.0
10221 (package
10222 (name "rust-stackvector")
10223 (version "1.0.6")
10224 (source
10225 (origin
10226 (method url-fetch)
10227 (uri (crate-uri "stackvector" version))
10228 (file-name
10229 (string-append name "-" version ".tar.gz"))
10230 (sha256
10231 (base32
10232 "1bv820fhdad16islwli1g3iksk39ivf0zaqz4j1m08vq15jjaiqw"))))
10233 (build-system cargo-build-system)
10234 (arguments
10235 `(#:skip-build? #t
10236 #:cargo-inputs
10237 (("rust-unreachable" ,rust-unreachable-1.0))
10238 #:cargo-development-inputs
10239 (("rust-rustc-version" ,rust-rustc-version-0.2))))
10240 (home-page "https://github.com/Alexhuszagh/rust-stackvector")
10241 (synopsis "Vector-like facade for stack-allocated arrays")
10242 (description
10243 "StackVec: vector-like facade for stack-allocated arrays.")
10244 (license (list license:asl2.0 license:expat))))
10245
10246 (define-public rust-static-assertions-0.3
10247 (package
10248 (name "rust-static-assertions")
10249 (version "0.3.4")
10250 (source
10251 (origin
10252 (method url-fetch)
10253 (uri (crate-uri "static-assertions" version))
10254 (file-name (string-append name "-" version ".crate"))
10255 (sha256
10256 (base32
10257 "1lw33i89888yb3x29c6dv4mrkg3534n0rlg3r7qzh4p58xmv6gkz"))))
10258 (build-system cargo-build-system)
10259 (home-page "https://github.com/nvzqz/static-assertions-rs")
10260 (synopsis "Compile-time assertions for rust")
10261 (description
10262 "This package provides compile-time assertions to ensure that invariants
10263 are met.")
10264 (properties '((hidden? . #t)))
10265 (license (list license:expat license:asl2.0))))
10266
10267 (define-public rust-stdweb-0.4
10268 (package
10269 (name "rust-stdweb")
10270 (version "0.4.17")
10271 (source
10272 (origin
10273 (method url-fetch)
10274 (uri (crate-uri "stdweb" version))
10275 (file-name
10276 (string-append name "-" version ".tar.gz"))
10277 (sha256
10278 (base32
10279 "094giad1v81rxxs4izf88ijc9c6w3c7cr5a7cwwr86mc22xn4hy3"))))
10280 (build-system cargo-build-system)
10281 (arguments
10282 `(#:skip-build? #t
10283 #:cargo-inputs
10284 (("rust-discard" ,rust-discard-1.0)
10285 ("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
10286 ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
10287 ("rust-futures-executor-preview" ,rust-futures-executor-preview-0.3)
10288 ("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
10289 ("rust-serde" ,rust-serde-1.0)
10290 ("rust-serde-json" ,rust-serde-json-1.0)
10291 ("rust-stdweb-derive" ,rust-stdweb-derive-0.5)
10292 ("rust-stdweb-internal-macros" ,rust-stdweb-internal-macros-0.2)
10293 ("rust-stdweb-internal-runtime" ,rust-stdweb-internal-runtime-0.1)
10294 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
10295 #:cargo-development-inputs
10296 (("rust-rustc-version" ,rust-rustc-version-0.2)
10297 ("rust-serde-derive" ,rust-serde-derive-1.0)
10298 ("rust-serde-json" ,rust-serde-json-1.0)
10299 ("rust-stdweb-internal-test-macro" ,rust-stdweb-internal-test-macro-0.1)
10300 ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
10301 (home-page "https://github.com/koute/stdweb")
10302 (synopsis "Standard library for the client-side Web")
10303 (description
10304 "This package provides a standard library for the client-side
10305 Web.")
10306 (license (list license:expat license:asl2.0))))
10307
10308 (define-public rust-stdweb-derive-0.5
10309 (package
10310 (name "rust-stdweb-derive")
10311 (version "0.5.1")
10312 (source
10313 (origin
10314 (method url-fetch)
10315 (uri (crate-uri "stdweb-derive" version))
10316 (file-name
10317 (string-append name "-" version ".tar.gz"))
10318 (sha256
10319 (base32
10320 "0c1rxx6rqcc4iic5hx320ki3vshpi8k58m5600iqzq4x2zcyn88f"))))
10321 (build-system cargo-build-system)
10322 (arguments
10323 `(#:skip-build? #t
10324 #:cargo-inputs
10325 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
10326 ("rust-quote" ,rust-quote-1.0)
10327 ("rust-serde" ,rust-serde-1.0)
10328 ("rust-serde-derive" ,rust-serde-derive-1.0)
10329 ("rust-syn" ,rust-syn-0.15))))
10330 (home-page "https://github.com/koute/stdweb")
10331 (synopsis "Derive macros for the stdweb crate")
10332 (description
10333 "Derive macros for the @code{stdweb} crate.")
10334 (license (list license:expat license:asl2.0))))
10335
10336 (define-public rust-stdweb-internal-macros-0.2
10337 (package
10338 (name "rust-stdweb-internal-macros")
10339 (version "0.2.7")
10340 (source
10341 (origin
10342 (method url-fetch)
10343 (uri (crate-uri "stdweb-internal-macros" version))
10344 (file-name
10345 (string-append name "-" version ".tar.gz"))
10346 (sha256
10347 (base32
10348 "1yjrmkc6sb1035avic383pa3avk2s9k3n17yjcza8yb9nw47v3z6"))))
10349 (build-system cargo-build-system)
10350 (arguments
10351 `(#:skip-build? #t
10352 #:cargo-inputs
10353 (("rust-base-x" ,rust-base-x-0.2)
10354 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
10355 ("rust-quote" ,rust-quote-1.0)
10356 ("rust-serde" ,rust-serde-1.0)
10357 ("rust-serde-derive" ,rust-serde-derive-1.0)
10358 ("rust-serde-json" ,rust-serde-json-1.0)
10359 ("rust-sha1" ,rust-sha1-0.6)
10360 ("rust-syn" ,rust-syn-0.15))))
10361 (home-page "https://github.com/koute/stdweb")
10362 (synopsis "Internal procedural macros for the stdweb crate")
10363 (description
10364 "Internal procedural macros for the stdweb crate.")
10365 (license (list license:expat license:asl2.0))))
10366
10367 (define-public rust-stdweb-internal-runtime-0.1
10368 (package
10369 (name "rust-stdweb-internal-runtime")
10370 (version "0.1.4")
10371 (source
10372 (origin
10373 (method url-fetch)
10374 (uri (crate-uri "stdweb-internal-runtime" version))
10375 (file-name (string-append name "-" version ".crate"))
10376 (sha256
10377 (base32
10378 "1nhpyra7glbwcpakhpj5a3d7h7kx1ynif473nzshmk226m91f8ym"))))
10379 (build-system cargo-build-system)
10380 (home-page "https://github.com/koute/stdweb")
10381 (synopsis "Internal runtime for the @code{stdweb} crate")
10382 (description "This crate provides internal runtime for the @code{stdweb}
10383 crate.")
10384 (properties '((hidden? . #t)))
10385 (license (list license:asl2.0
10386 license:expat))))
10387
10388 (define-public rust-stdweb-internal-test-macro-0.1
10389 (package
10390 (name "rust-stdweb-internal-test-macro")
10391 (version "0.1.0")
10392 (source
10393 (origin
10394 (method url-fetch)
10395 (uri (crate-uri "stdweb-internal-test-macro" version))
10396 (file-name (string-append name "-" version ".crate"))
10397 (sha256
10398 (base32
10399 "12rrm7p77xnm3xacgn3rgniiyyjb4gq7902wpbljsvbx045z69l2"))))
10400 (build-system cargo-build-system)
10401 (home-page "https://github.com/koute/stdweb")
10402 (synopsis "Internal crate of the `stdweb` crate")
10403 (description
10404 "Internal crate of the @code{stdweb} crate.")
10405 (properties '((hidden? . #t)))
10406 (license (list license:asl2.0
10407 license:expat))))
10408
10409 (define-public rust-stream-cipher-0.3
10410 (package
10411 (name "rust-stream-cipher")
10412 (version "0.3.0")
10413 (source
10414 (origin
10415 (method url-fetch)
10416 (uri (crate-uri "stream-cipher" version))
10417 (file-name
10418 (string-append name "-" version ".tar.gz"))
10419 (sha256
10420 (base32
10421 "1g1nd8r6pph70rzk5yyvg7a9ji7pkap9ddiqpp4v9xa9ys0bqqc8"))))
10422 (build-system cargo-build-system)
10423 (arguments
10424 `(#:skip-build? #t
10425 #:cargo-inputs
10426 (("rust-blobby" ,rust-blobby-0.1)
10427 ("rust-generic-array" ,rust-generic-array-0.13))))
10428 (home-page "https://github.com/RustCrypto/traits")
10429 (synopsis "Stream cipher traits")
10430 (description "Stream cipher traits.")
10431 (license (list license:asl2.0 license:expat))))
10432
10433 (define-public rust-streaming-stats-0.2
10434 (package
10435 (name "rust-streaming-stats")
10436 (version "0.2.2")
10437 (source
10438 (origin
10439 (method url-fetch)
10440 (uri (crate-uri "streaming-stats" version))
10441 (file-name (string-append name "-" version ".crate"))
10442 (sha256
10443 (base32
10444 "0l7xz4g6709s80zqpvlhrg0qhgz64r94cwhmfsg8xhabgznbp2px"))))
10445 (build-system cargo-build-system)
10446 (home-page "https://github.com/BurntSushi/rust-stats")
10447 (synopsis "Compute basic statistics on streams")
10448 (description
10449 "Experimental crate for computing basic statistics on streams.")
10450 (properties '((hidden? . #t)))
10451 (license (list license:unlicense
10452 license:expat))))
10453
10454 (define-public rust-string-cache-0.7
10455 (package
10456 (name "rust-string-cache")
10457 (version "0.7.3")
10458 (source
10459 (origin
10460 (method url-fetch)
10461 (uri (crate-uri "string_cache" version))
10462 (file-name
10463 (string-append name "-" version ".tar.gz"))
10464 (sha256
10465 (base32
10466 "08sly9s92l0g0ai1iyj9pawl05xbwm4m8kl3zqkv2wkijw4h3mr5"))))
10467 (build-system cargo-build-system)
10468 (arguments
10469 `(#:skip-build? #t
10470 #:cargo-inputs
10471 (("rust-lazy-static" ,rust-lazy-static-1.3)
10472 ("rust-new-debug-unreachable"
10473 ,rust-new-debug-unreachable-1.0)
10474 ("rust-phf-shared" ,rust-phf-shared-0.7)
10475 ("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
10476 ("rust-serde" ,rust-serde-1.0)
10477 ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.4)
10478 ("rust-string-cache-shared" ,rust-string-cache-shared-0.3))
10479 #:cargo-development-inputs
10480 (("rust-rand" ,rust-rand-0.4))))
10481 (home-page "https://github.com/servo/string-cache")
10482 (synopsis "String interning library for Rust")
10483 (description
10484 "This package provides a string interning library for Rust,
10485 developed as part of the Servo project.")
10486 (license (list license:asl2.0 license:expat))))
10487
10488 (define-public rust-string-cache-codegen-0.4
10489 (package
10490 (name "rust-string-cache-codegen")
10491 (version "0.4.2")
10492 (source
10493 (origin
10494 (method url-fetch)
10495 (uri (crate-uri "string-cache-codegen" version))
10496 (file-name
10497 (string-append name "-" version ".tar.gz"))
10498 (sha256
10499 (base32
10500 "1npl9zq9cd16d7irksblgk7l7g6qknnzsmr12hrhky2fcpp1xshy"))))
10501 (build-system cargo-build-system)
10502 (arguments
10503 `(#:skip-build? #t
10504 #:cargo-inputs
10505 (("rust-phf-generator" ,rust-phf-generator-0.7)
10506 ("rust-phf-shared" ,rust-phf-shared-0.7)
10507 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
10508 ("rust-quote" ,rust-quote-1.0)
10509 ("rust-string-cache-shared"
10510 ,rust-string-cache-shared-0.3))))
10511 (home-page "https://github.com/servo/string-cache")
10512 (synopsis "Codegen library for string-cache")
10513 (description
10514 "This package provides a codegen library for string-cache,
10515 developed as part of the Servo project.")
10516 (license (list license:asl2.0 license:expat))))
10517
10518 (define-public rust-string-cache-shared-0.3
10519 (package
10520 (name "rust-string-cache-shared")
10521 (version "0.3.0")
10522 (source
10523 (origin
10524 (method url-fetch)
10525 (uri (crate-uri "string-cache-shared" version))
10526 (file-name
10527 (string-append name "-" version ".tar.gz"))
10528 (sha256
10529 (base32
10530 "1z7dpdix1m42x6ddshdcpjf91ml9mhvnskmiv5kd8hcpq0dlv25i"))))
10531 (build-system cargo-build-system)
10532 (arguments `(#:skip-build? #t))
10533 (home-page "https://github.com/servo/string-cache")
10534 (synopsis "Code share between string_cache and string_cache_codegen")
10535 (description
10536 "Code share between string_cache and string_cache_codegen.")
10537 (license (list license:asl2.0 license:expat))))
10538
10539 (define-public rust-strsim-0.9
10540 (package
10541 (name "rust-strsim")
10542 (version "0.9.2")
10543 (source
10544 (origin
10545 (method url-fetch)
10546 (uri (crate-uri "strsim" version))
10547 (file-name (string-append name "-" version ".crate"))
10548 (sha256
10549 (base32
10550 "1xphwhf86yxxmcpvm4mikj8ls41f6nf7gqyjm98b74mfk81h6b03"))))
10551 (build-system cargo-build-system)
10552 (home-page "https://github.com/dguo/strsim-rs")
10553 (synopsis "Rust implementations of string similarity metrics")
10554 (description "This crate includes implementations of string similarity
10555 metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,
10556 and Jaro-Winkler.")
10557 (properties '((hidden? . #t)))
10558 (license license:expat)))
10559
10560 (define-public rust-strsim-0.8
10561 (package
10562 (inherit rust-strsim-0.9)
10563 (name "rust-strsim")
10564 (version "0.8.0")
10565 (source
10566 (origin
10567 (method url-fetch)
10568 (uri (crate-uri "strsim" version))
10569 (file-name (string-append name "-" version ".crate"))
10570 (sha256
10571 (base32
10572 "0sjsm7hrvjdifz661pjxq5w4hf190hx53fra8dfvamacvff139cf"))))))
10573
10574 (define-public rust-syn-1.0
10575 (package
10576 (name "rust-syn")
10577 (version "1.0.5")
10578 (source
10579 (origin
10580 (method url-fetch)
10581 (uri (crate-uri "syn" version))
10582 (file-name (string-append name "-" version ".crate"))
10583 (sha256
10584 (base32
10585 "1gw03w7lzrlqmp2vislcybikgl5wkhrqi6sy70w93xss2abhx1b6"))))
10586 (build-system cargo-build-system)
10587 (home-page "https://github.com/dtolnay/syn")
10588 (synopsis "Parser for Rust source code")
10589 (description "Parser for Rust source code")
10590 (properties '((hidden? . #t)))
10591 (license (list license:expat license:asl2.0))))
10592
10593 (define-public rust-syn-0.15
10594 (package
10595 (inherit rust-syn-1.0)
10596 (name "rust-syn")
10597 (version "0.15.44")
10598 (source
10599 (origin
10600 (method url-fetch)
10601 (uri (crate-uri "syn" version))
10602 (file-name
10603 (string-append name "-" version ".tar.gz"))
10604 (sha256
10605 (base32
10606 "1id5g6x6zihv3j7hwrw3m1jp636bg8dpi671r7zy3jvpkavb794w"))))
10607 (arguments
10608 `(#:skip-build? #t
10609 #:cargo-inputs
10610 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
10611 ("rust-quote" ,rust-quote-1.0)
10612 ("rust-unicode-xid" ,rust-unicode-xid-0.2))
10613 #:cargo-development-inputs
10614 (("rust-insta" ,rust-insta-0.8)
10615 ("rust-rayon" ,rust-rayon-1.1)
10616 ("rust-ref-cast" ,rust-ref-cast-0.2)
10617 ("rust-regex" ,rust-regex-1.1)
10618 ("rust-termcolor" ,rust-termcolor-1.0)
10619 ("rust-walkdir" ,rust-walkdir-2.2))))
10620 (properties '())))
10621
10622 (define-public rust-synstructure-0.10
10623 (package
10624 (name "rust-synstructure")
10625 (version "0.10.2")
10626 (source
10627 (origin
10628 (method url-fetch)
10629 (uri (crate-uri "synstructure" version))
10630 (file-name
10631 (string-append name "-" version ".tar.gz"))
10632 (sha256
10633 (base32
10634 "0grirdkgh2wl4hf9a3nbiazpgccxgq54kn52ms0xrr6njvgkwd82"))))
10635 (build-system cargo-build-system)
10636 (arguments
10637 `(#:skip-build? #t
10638 #:cargo-inputs
10639 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
10640 ("rust-quote" ,rust-quote-1.0)
10641 ("rust-syn" ,rust-syn-0.15)
10642 ("rust-unicode-xid" ,rust-unicode-xid-0.1))
10643 #:cargo-development-inputs
10644 (("rust-synstructure-test-traits" ,rust-synstructure-test-traits-0.1))))
10645 (home-page "https://github.com/mystor/synstructure")
10646 (synopsis "Helper methods and macros for custom derives")
10647 (description
10648 "Helper methods and macros for custom derives.")
10649 (license license:expat)))
10650
10651 (define-public rust-synstructure-test-traits-0.1
10652 (package
10653 (name "rust-synstructure-test-traits")
10654 (version "0.1.0")
10655 (source
10656 (origin
10657 (method url-fetch)
10658 (uri (crate-uri "synstructure_test_traits" version))
10659 (file-name (string-append name "-" version ".crate"))
10660 (sha256
10661 (base32
10662 "1b3fs2b9kc1gy9dilaxqjbdl4z0mlrbbxjzkprdx953rif1c3q66"))))
10663 (build-system cargo-build-system)
10664 (home-page "https://crates.io/crates/synstructure_test_traits")
10665 (synopsis "Helper test traits for synstructure doctests")
10666 (description
10667 "This package provides helper test traits for synstructure doctests.")
10668 (properties '((hidden? . #t)))
10669 (license license:expat)))
10670
10671 (define-public rust-sysctl-0.4
10672 (package
10673 (name "rust-sysctl")
10674 (version "0.4.0")
10675 (source
10676 (origin
10677 (method url-fetch)
10678 (uri (crate-uri "sysctl" version))
10679 (file-name
10680 (string-append name "-" version ".tar.gz"))
10681 (sha256
10682 (base32
10683 "0p6bfjsw3v12nb2qsgm6r9klwb5qyh4w55zzmccv8r5aqb8g0085"))))
10684 (build-system cargo-build-system)
10685 (arguments
10686 `(#:skip-build? #t
10687 #:cargo-inputs
10688 (("rust-bitflags" ,rust-bitflags-1)
10689 ("rust-byteorder" ,rust-byteorder-1.3)
10690 ("rust-failure" ,rust-failure-0.1)
10691 ("rust-libc" ,rust-libc-0.2)
10692 ("rust-walkdir" ,rust-walkdir-2.2))))
10693 (home-page "https://github.com/johalun/sysctl-rs")
10694 (synopsis "Simplified interface to libc::sysctl")
10695 (description
10696 "Simplified interface to libc::sysctl.")
10697 (license license:expat)))
10698
10699 (define-public rust-tar-0.4
10700 (package
10701 (name "rust-tar")
10702 (version "0.4.26")
10703 (source
10704 (origin
10705 (method url-fetch)
10706 (uri (crate-uri "tar" version))
10707 (file-name (string-append name "-" version ".crate"))
10708 (sha256
10709 (base32
10710 "1lr6v3cpkfxd2lk5ll2jd8wr1xdskwj35smnh5sfb8xvzzxnn6dk"))))
10711 (build-system cargo-build-system)
10712 (home-page "https://github.com/alexcrichton/tar-rs")
10713 (synopsis "Tar file reading/writing for Rust")
10714 (description
10715 "This package provides a Rust implementation of a TAR file reader and
10716 writer. This library does not currently handle compression, but it is abstract
10717 over all I/O readers and writers. Additionally, great lengths are taken to
10718 ensure that the entire contents are never required to be entirely resident in
10719 memory all at once.")
10720 (properties '((hidden? . #t)))
10721 (license (list license:asl2.0
10722 license:expat))))
10723
10724 (define-public rust-tempdir-0.3
10725 (package
10726 (name "rust-tempdir")
10727 (version "0.3.7")
10728 (source
10729 (origin
10730 (method url-fetch)
10731 (uri (crate-uri "tempdir" version))
10732 (file-name (string-append name "-" version ".crate"))
10733 (sha256
10734 (base32
10735 "1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm"))))
10736 (build-system cargo-build-system)
10737 (home-page "https://github.com/rust-lang-deprecated/tempdir")
10738 (synopsis "Temporary directory management for Rust")
10739 (description
10740 "This package provides a library for managing a temporary directory and
10741 deleting all contents when it's dropped.")
10742 (properties '((hidden? . #t)))
10743 (license (list license:asl2.0
10744 license:expat))))
10745
10746 (define-public rust-tempfile-3.1
10747 (package
10748 (name "rust-tempfile")
10749 (version "3.1.0")
10750 (source
10751 (origin
10752 (method url-fetch)
10753 (uri (crate-uri "tempfile" version))
10754 (file-name (string-append name "-" version ".crate"))
10755 (sha256
10756 (base32
10757 "1a9cfdqw70n7bcnkx05aih9xdba8lqazmqlkjpkmn2la6gcj8vks"))))
10758 (build-system cargo-build-system)
10759 (arguments
10760 `(#:skip-build? #t
10761 #:cargo-inputs
10762 (("rust-cfg-if" ,rust-cfg-if-0.1)
10763 ("rust-libc" ,rust-libc-0.2)
10764 ("rust-rand" ,rust-rand-0.7)
10765 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
10766 ("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
10767 ("rust-winapi" ,rust-winapi-0.3))))
10768 (home-page "http://stebalien.com/projects/tempfile-rs")
10769 (synopsis "Library for managing temporary files and directories")
10770 (description
10771 "This package provides a library for managing temporary files and
10772 directories.")
10773 (license (list license:asl2.0
10774 license:expat))))
10775
10776 (define-public rust-tempfile-3.0
10777 (package
10778 (inherit rust-tempfile-3.1)
10779 (name "rust-tempfile")
10780 (version "3.0.8")
10781 (source
10782 (origin
10783 (method url-fetch)
10784 (uri (crate-uri "tempfile" version))
10785 (file-name (string-append name "-" version ".crate"))
10786 (sha256
10787 (base32
10788 "1vqk7aq2l04my2r3jiyyxirnf8f90nzcvjasvrajivb85s7p7i3x"))))
10789 (arguments
10790 `(#:skip-build? #t
10791 #:cargo-inputs
10792 (("rust-cfg-if" ,rust-cfg-if-0.1)
10793 ("rust-libc" ,rust-libc-0.2)
10794 ("rust-rand" ,rust-rand-0.6)
10795 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
10796 ("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
10797 ("rust-winapi" ,rust-winapi-0.3))))))
10798
10799 (define-public rust-tendril-0.4
10800 (package
10801 (name "rust-tendril")
10802 (version "0.4.1")
10803 (source
10804 (origin
10805 (method url-fetch)
10806 (uri (crate-uri "tendril" version))
10807 (file-name
10808 (string-append name "-" version ".tar.gz"))
10809 (sha256
10810 (base32
10811 "0fsx7blrrzgca8aa2yqy8zxyi8s7amskhgkk1ml5sbaqyalyszvh"))))
10812 (build-system cargo-build-system)
10813 (arguments
10814 `(#:skip-build? #t
10815 #:cargo-inputs
10816 (("rust-encoding" ,rust-encoding-0.2)
10817 ("rust-encoding-rs" ,rust-encoding-rs-0.8)
10818 ("rust-futf" ,rust-futf-0.1)
10819 ("rust-mac" ,rust-mac-0.1)
10820 ("rust-utf-8" ,rust-utf-8-0.7))
10821 #:cargo-development-inputs
10822 (("rust-rand" ,rust-rand-0.4))))
10823 (home-page "https://github.com/servo/tendril")
10824 (synopsis "Compact buffer/string type for zero-copy parsing")
10825 (description
10826 "Compact buffer/string type for zero-copy parsing.")
10827 (license (list license:expat license:asl2.0))))
10828
10829 (define-public rust-term-0.5
10830 (package
10831 (name "rust-term")
10832 (version "0.5.2")
10833 (source
10834 (origin
10835 (method url-fetch)
10836 (uri (crate-uri "term" version))
10837 (file-name
10838 (string-append name "-" version ".tar.gz"))
10839 (sha256
10840 (base32
10841 "0hkgjrfisj6zjwz525639pmsvzhlc48a0h65nw87qrdp6jihdlgd"))))
10842 (build-system cargo-build-system)
10843 (arguments
10844 `(#:skip-build? #t
10845 #:cargo-inputs
10846 (("rust-byteorder" ,rust-byteorder-1.3)
10847 ("rust-dirs" ,rust-dirs-1.0)
10848 ("rust-winapi" ,rust-winapi-0.3))))
10849 (home-page "https://github.com/Stebalien/term")
10850 (synopsis "Terminal formatting library")
10851 (description
10852 "This package provides a terminal formatting library in rust.")
10853 (license (list license:asl2.0
10854 license:expat))))
10855
10856 (define-public rust-term-0.4
10857 (package
10858 (inherit rust-term-0.5)
10859 (name "rust-term")
10860 (version "0.4.6")
10861 (source
10862 (origin
10863 (method url-fetch)
10864 (uri (crate-uri "term" version))
10865 (file-name (string-append name "-" version ".crate"))
10866 (sha256
10867 (base32
10868 "1wbh8ngqkqr3f6wz902yplf60bd5yapnckvrkgmzp5nffi7n8qzs"))))
10869 (arguments
10870 `(#:skip-build? #t
10871 #:cargo-inputs
10872 (("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
10873 ("rust-winapi" ,rust-winapi-0.2))))))
10874
10875 (define-public rust-term-size-1.0
10876 (package
10877 (name "rust-term-size")
10878 (version "1.0.0-beta1")
10879 (source
10880 (origin
10881 (method url-fetch)
10882 (uri (crate-uri "term_size" version))
10883 (file-name
10884 (string-append name "-" version ".tar.gz"))
10885 (sha256
10886 (base32
10887 "13w9cqjhzh3mmx6zami8lxyf42xx53yy866zxhxqcm71k637v8d8"))))
10888 (build-system cargo-build-system)
10889 (arguments
10890 `(#:skip-build? #t
10891 #:cargo-inputs
10892 (("rust-clippy" ,rust-clippy-0.0)
10893 ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
10894 ("rust-libc" ,rust-libc-0.2)
10895 ("rust-winapi" ,rust-winapi-0.3))))
10896 (home-page "https://github.com/clap-rs/term_size-rs")
10897 (synopsis "Determine terminal sizes and dimensions")
10898 (description
10899 "Functions for determining terminal sizes and dimensions")
10900 (license (list license:asl2.0 license:expat))))
10901
10902 (define-public rust-term-size-0.3
10903 (package
10904 (inherit rust-term-size-1.0)
10905 (name "rust-term-size")
10906 (version "0.3.1")
10907 (source
10908 (origin
10909 (method url-fetch)
10910 (uri (crate-uri "term_size" version))
10911 (file-name
10912 (string-append name "-" version ".tar.gz"))
10913 (sha256
10914 (base32
10915 "09wk3173ngmb710qs9rwgibq4w250q8lgnwjvb9cypc1vdk9lnwy"))))
10916 (arguments
10917 `(#:skip-build? #t
10918 #:cargo-inputs
10919 (("rust-clippy" ,rust-clippy-0.0)
10920 ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
10921 ("rust-libc" ,rust-libc-0.2)
10922 ("rust-winapi" ,rust-winapi-0.2))))))
10923
10924 (define-public rust-termcolor-1.0
10925 (package
10926 (name "rust-termcolor")
10927 (version "1.0.5")
10928 (source
10929 (origin
10930 (method url-fetch)
10931 (uri (crate-uri "termcolor" version))
10932 (file-name (string-append name "-" version ".crate"))
10933 (sha256
10934 (base32
10935 "0vjfsn1a8zvqhnrbygrz1id6yckwv1dncw3w4zj65qdx0f00kmln"))))
10936 (build-system cargo-build-system)
10937 (arguments
10938 `(#:skip-build? #t
10939 #:cargo-inputs
10940 (("rust-wincolor" ,rust-wincolor-1.0))))
10941 (home-page "https://github.com/BurntSushi/termcolor")
10942 (synopsis "Library for writing colored text to a terminal")
10943 (description "This package provides a simple cross platform library for
10944 writing colored text to a terminal.")
10945 (license (list license:unlicense
10946 license:expat))))
10947
10948 (define-public rust-termion-1.5
10949 (package
10950 (name "rust-termion")
10951 (version "1.5.3")
10952 (source
10953 (origin
10954 (method url-fetch)
10955 (uri (crate-uri "termion" version))
10956 (file-name (string-append name "-" version ".crate"))
10957 (sha256
10958 (base32
10959 "0c634rg520zjjfhwnxrc2jbfjz7db0rcpsjs1qici0nyghpv53va"))))
10960 (build-system cargo-build-system)
10961 (home-page "https://gitlab.redox-os.org/redox-os/termion")
10962 (synopsis "Library for manipulating terminals")
10963 (description
10964 "This package provides a bindless library for manipulating terminals.")
10965 (properties '((hidden? . #t)))
10966 (license license:expat)))
10967
10968 (define-public rust-termios-0.3
10969 (package
10970 (name "rust-termios")
10971 (version "0.3.1")
10972 (source
10973 (origin
10974 (method url-fetch)
10975 (uri (crate-uri "termios" version))
10976 (file-name (string-append name "-" version ".crate"))
10977 (sha256
10978 (base32
10979 "09any1p4jp4bphvb5ikagnvwjc3xn2djchy96nkpa782xb2j1dkj"))))
10980 (build-system cargo-build-system)
10981 (home-page "https://github.com/dcuddeback/termios-rs")
10982 (synopsis "Safe bindings for the termios library")
10983 (description
10984 "The termios crate provides safe bindings for the Rust programming language
10985 to the terminal I/O interface implemented by Unix operating systems. The safe
10986 bindings are a small wrapper around the raw C functions, which converts integer
10987 return values to @code{std::io::Result} to indicate success or failure.")
10988 (properties '((hidden? . #t)))
10989 (license license:expat)))
10990
10991 (define-public rust-test-assembler-0.1
10992 (package
10993 (name "rust-test-assembler")
10994 (version "0.1.5")
10995 (source
10996 (origin
10997 (method url-fetch)
10998 (uri (crate-uri "test-assembler" version))
10999 (file-name
11000 (string-append name "-" version ".tar.gz"))
11001 (sha256
11002 (base32
11003 "1sdx9hk0dk3z9crm8834ysyxsi92chls8arpd0gs796kis6lik2w"))))
11004 (build-system cargo-build-system)
11005 (arguments
11006 `(#:skip-build? #t
11007 #:cargo-inputs
11008 (("rust-byteorder" ,rust-byteorder-1.3))))
11009 (home-page "https://github.com/luser/rust-test-assembler")
11010 (synopsis "Build complex binary streams")
11011 (description
11012 "This package provides a set of types for building complex binary
11013 streams.")
11014 (license license:expat)))
11015
11016 (define-public rust-tester-0.5
11017 (package
11018 (name "rust-tester")
11019 (version "0.5.0")
11020 (source
11021 (origin
11022 (method url-fetch)
11023 (uri (crate-uri "tester" version))
11024 (file-name
11025 (string-append name "-" version ".tar.gz"))
11026 (sha256
11027 (base32
11028 "1xkgapz2i4j977f6kh1zp6sa5llbhy5vbnr6kfj8czsrdjr2r0ay"))))
11029 (build-system cargo-build-system)
11030 (arguments
11031 `(#:skip-build? #t
11032 #:cargo-inputs
11033 (("rust-getopts" ,rust-getopts-0.2)
11034 ("rust-libc" ,rust-libc-0.2)
11035 ("rust-term" ,rust-term-0.4))))
11036 (home-page
11037 "https://github.com/messense/rustc-test")
11038 (synopsis
11039 "Fork of Rust's test crate")
11040 (description
11041 "This package provides a fork of Rust's test crate that doesn't require
11042 unstable language features.")
11043 (license (list license:expat license:asl2.0))))
11044
11045 (define-public rust-textwrap-0.11
11046 (package
11047 (name "rust-textwrap")
11048 (version "0.11.0")
11049 (source
11050 (origin
11051 (method url-fetch)
11052 (uri (crate-uri "textwrap" version))
11053 (file-name (string-append name "-" version ".crate"))
11054 (sha256
11055 (base32
11056 "0q5hky03ik3y50s9sz25r438bc4nwhqc6dqwynv4wylc807n29nk"))))
11057 (build-system cargo-build-system)
11058 (home-page "https://github.com/mgeisler/textwrap")
11059 (synopsis "Library for word wrapping, indenting, and dedenting strings")
11060 (description
11061 "Textwrap is a small library for word wrapping, indenting, and dedenting
11062 strings. You can use it to format strings (such as help and error messages)
11063 for display in commandline applications. It is designed to be efficient and
11064 handle Unicode characters correctly.")
11065 (properties '((hidden? . #t)))
11066 (license license:expat)))
11067
11068 (define-public rust-thread-id-3.3
11069 (package
11070 (name "rust-thread-id")
11071 (version "3.3.0")
11072 (source
11073 (origin
11074 (method url-fetch)
11075 (uri (crate-uri "thread-id" version))
11076 (file-name (string-append name "-" version ".crate"))
11077 (sha256
11078 (base32
11079 "1h90v19fjz3x9b25ywh68z5yf2zsmm6h5zb4rl302ckbsp4z9yy7"))))
11080 (build-system cargo-build-system)
11081 (home-page "https://github.com/ruuda/thread-id")
11082 (synopsis "Get a unique ID for the current thread in Rust")
11083 (description
11084 "For diagnostics and debugging it can often be useful to get an ID that is
11085 different for every thread.")
11086 (properties '((hidden? . #t)))
11087 (license (list license:asl2.0
11088 license:expat))))
11089
11090 (define-public rust-thread-local-0.3
11091 (package
11092 (name "rust-thread-local")
11093 (version "0.3.6")
11094 (source
11095 (origin
11096 (method url-fetch)
11097 (uri (crate-uri "thread_local" version))
11098 (file-name (string-append name "-" version ".crate"))
11099 (sha256
11100 (base32
11101 "06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
11102 (build-system cargo-build-system)
11103 (home-page "https://github.com/Amanieu/thread_local-rs")
11104 (synopsis "Per-object thread-local storage")
11105 (description "Per-object thread-local storage")
11106 (properties '((hidden? . #t)))
11107 (license (list license:asl2.0
11108 license:expat))))
11109
11110 (define-public rust-threadpool-1.7
11111 (package
11112 (name "rust-threadpool")
11113 (version "1.7.1")
11114 (source
11115 (origin
11116 (method url-fetch)
11117 (uri (crate-uri "threadpool" version))
11118 (file-name (string-append name "-" version ".crate"))
11119 (sha256
11120 (base32
11121 "0rd89n1q7vy47w4c32cnynibffv9kj3jy3dwr0536n9lbw5ckw72"))))
11122 (build-system cargo-build-system)
11123 (home-page "https://github.com/rust-threadpool/rust-threadpool")
11124 (synopsis "Thread pool for running jobs on a fixed set of worker threads")
11125 (description
11126 "This package provides a thread pool for running a number of jobs on a
11127 fixed set of worker threads.")
11128 (properties '((hidden? . #t)))
11129 (license (list license:asl2.0
11130 license:expat))))
11131
11132 (define-public rust-time-0.1
11133 (package
11134 (name "rust-time")
11135 (version "0.1.42")
11136 (source
11137 (origin
11138 (method url-fetch)
11139 (uri (crate-uri "time" version))
11140 (file-name (string-append name "-" version ".crate"))
11141 (sha256
11142 (base32
11143 "0vsbvsz0ryxb35dy9j4anxvy8zlaplmjmi0a4z4l64bc135cz3fv"))))
11144 (build-system cargo-build-system)
11145 (arguments
11146 `(#:skip-build? #t
11147 #:cargo-inputs
11148 (("rust-libc" ,rust-libc-0.2)
11149 ("rust-redox-syscall" ,rust-redox-syscall-0.1)
11150 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
11151 ("rust-winapi" ,rust-winapi-0.3))
11152 #:cargo-development-inputs
11153 (("rust-log" ,rust-log-0.4)
11154 ("rust-winapi" ,rust-winapi-0.3))))
11155 (home-page "https://github.com/time-rs/time")
11156 (synopsis "Simple time handling in Rust")
11157 (description
11158 "This package provides utilities for working with time-related functions
11159 in Rust.")
11160 (license (list license:asl2.0
11161 license:expat))))
11162
11163 (define-public rust-tinytemplate-1.0
11164 (package
11165 (name "rust-tinytemplate")
11166 (version "1.0.2")
11167 (source
11168 (origin
11169 (method url-fetch)
11170 (uri (crate-uri "tinytemplate" version))
11171 (file-name
11172 (string-append name "-" version ".tar.gz"))
11173 (sha256
11174 (base32
11175 "084w41m75i95sdid1wwlnav80jsl1ggyryl4nawxvb6amigvfx25"))))
11176 (build-system cargo-build-system)
11177 (arguments
11178 `(#:skip-build? #t
11179 #:cargo-inputs
11180 (("rust-serde" ,rust-serde-1.0)
11181 ("rust-serde-json" ,rust-serde-json-1.0))
11182 #:cargo-development-inputs
11183 (("rust-criterion" ,rust-criterion-0.2)
11184 ("rust-serde-derive" ,rust-serde-derive-1.0))))
11185 (home-page "https://github.com/bheisler/TinyTemplate")
11186 (synopsis "Simple, lightweight template engine")
11187 (description
11188 "Simple, lightweight template engine.")
11189 (license (list license:asl2.0 license:expat))))
11190
11191 (define-public rust-tokio-0.1
11192 (package
11193 (name "rust-tokio")
11194 (version "0.1.21")
11195 (source
11196 (origin
11197 (method url-fetch)
11198 (uri (crate-uri "tokio" version))
11199 (file-name
11200 (string-append name "-" version ".tar.gz"))
11201 (sha256
11202 (base32
11203 "11ra8jp3fj70a2zrqmd6as7wgpwiiyzjf50gz89i8r7wpksgqbzc"))))
11204 (build-system cargo-build-system)
11205 (arguments
11206 `(#:skip-build? #t
11207 #:cargo-inputs
11208 (("rust-bytes" ,rust-bytes-0.4)
11209 ("rust-futures" ,rust-futures-0.1)
11210 ("rust-mio" ,rust-mio-0.6)
11211 ("rust-miow" ,rust-miow-0.3)
11212 ("rust-num-cpus" ,rust-num-cpus-1.10)
11213 ("rust-tokio-codec" ,rust-tokio-codec-0.1)
11214 ("rust-tokio-current-thread" ,rust-tokio-current-thread-0.1)
11215 ("rust-tokio-executor" ,rust-tokio-executor-0.1)
11216 ("rust-tokio-fs" ,rust-tokio-fs-0.1)
11217 ("rust-tokio-io" ,rust-tokio-io-0.1)
11218 ("rust-tokio-reactor" ,rust-tokio-reactor-0.1)
11219 ("rust-tokio-sync" ,rust-tokio-sync-0.1)
11220 ("rust-tokio-tcp" ,rust-tokio-tcp-0.1)
11221 ("rust-tokio-threadpool" ,rust-tokio-threadpool-0.1)
11222 ("rust-tokio-timer" ,rust-tokio-timer-0.2)
11223 ("rust-tokio-trace-core" ,rust-tokio-trace-core-0.2)
11224 ("rust-tokio-udp" ,rust-tokio-udp-0.1)
11225 ("rust-tokio-uds" ,rust-tokio-uds-0.2))
11226 #:cargo-development-inputs
11227 (("rust-env-logger" ,rust-env-logger-0.6)
11228 ("rust-flate2" ,rust-flate2-1.0)
11229 ("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
11230 ("rust-http" ,rust-http-0.1)
11231 ("rust-httparse" ,rust-httparse-1.3)
11232 ("rust-libc" ,rust-libc-0.2)
11233 ("rust-num-cpus" ,rust-num-cpus-1.10)
11234 ("rust-serde" ,rust-serde-1.0)
11235 ("rust-serde-derive" ,rust-serde-derive-1.0)
11236 ("rust-serde-json" ,rust-serde-json-1.0)
11237 ("rust-time" ,rust-time-0.1))))
11238 (home-page "https://tokio.rs")
11239 (synopsis "Event-driven, non-blocking I/O platform")
11240 (description
11241 "An event-driven, non-blocking I/O platform for writing asynchronous I/O
11242 backed applications.")
11243 (license license:expat)))
11244
11245 ;; Cyclic dependency with tokio-io
11246 (define-public rust-tokio-codec-0.1
11247 (package
11248 (name "rust-tokio-codec")
11249 (version "0.1.1")
11250 (source
11251 (origin
11252 (method url-fetch)
11253 (uri (crate-uri "tokio-codec" version))
11254 (file-name
11255 (string-append name "-" version ".tar.gz"))
11256 (sha256
11257 (base32
11258 "17y3hi3dd0bdfkrzshx9qhwcf49xv9iynszj7iwy3w4nmz71wl2w"))))
11259 (build-system cargo-build-system)
11260 (arguments
11261 `(#:skip-build? #t
11262 #:cargo-inputs
11263 (("rust-bytes" ,rust-bytes-0.4)
11264 ("rust-futures" ,rust-futures-0.1)
11265 ("rust-tokio-io" ,rust-tokio-io-0.1))))
11266 (home-page "https://tokio.rs")
11267 (synopsis
11268 "Utilities for encoding and decoding frames")
11269 (description
11270 "Utilities for encoding and decoding frames.")
11271 (license license:expat)))
11272
11273 (define-public rust-tokio-current-thread-0.1
11274 (package
11275 (name "rust-tokio-current-thread")
11276 (version "0.1.6")
11277 (source
11278 (origin
11279 (method url-fetch)
11280 (uri (crate-uri "tokio-current-thread" version))
11281 (file-name
11282 (string-append name "-" version ".tar.gz"))
11283 (sha256
11284 (base32
11285 "0hx4c8v88kk0ih8x5s564gsgwwf8n11kryvxm72l1f7isz51fqni"))))
11286 (build-system cargo-build-system)
11287 (arguments
11288 `(#:skip-build? #t
11289 #:cargo-inputs
11290 (("rust-futures" ,rust-futures-0.1)
11291 ("rust-tokio-executor" ,rust-tokio-executor-0.1))))
11292 (home-page "https://github.com/tokio-rs/tokio")
11293 (synopsis
11294 "Manage many tasks concurrently on the current thread")
11295 (description
11296 "Single threaded executor which manage many tasks concurrently on
11297 the current thread.")
11298 (license license:expat)))
11299
11300 ;; Cyclic dependency with rust-tokio.
11301 (define-public rust-tokio-executor-0.1
11302 (package
11303 (name "rust-tokio-executor")
11304 (version "0.1.7")
11305 (source
11306 (origin
11307 (method url-fetch)
11308 (uri (crate-uri "tokio-executor" version))
11309 (file-name
11310 (string-append name "-" version ".tar.gz"))
11311 (sha256
11312 (base32
11313 "0pjmgpg58k3hf5q9w6xjljsv8xy66lf734qnfwsc0g3pq3349sl3"))))
11314 (build-system cargo-build-system)
11315 (arguments
11316 `(#:skip-build? #t
11317 #:cargo-inputs
11318 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
11319 ("rust-futures" ,rust-futures-0.1))
11320 #:cargo-development-inputs
11321 (("rust-tokio" ,rust-tokio-0.1))))
11322 (home-page "https://github.com/tokio-rs/tokio")
11323 (synopsis "Future execution primitives")
11324 (description "Future execution primitives.")
11325 (license license:expat)))
11326
11327 (define-public rust-tokio-fs-0.1
11328 (package
11329 (name "rust-tokio-fs")
11330 (version "0.1.6")
11331 (source
11332 (origin
11333 (method url-fetch)
11334 (uri (crate-uri "tokio-fs" version))
11335 (file-name
11336 (string-append name "-" version ".tar.gz"))
11337 (sha256
11338 (base32
11339 "1bxp8585pi4j5g39ci2gkk99qnyilyhhila7cs8r6scdn0idrriz"))))
11340 (build-system cargo-build-system)
11341 (arguments
11342 `(#:skip-build? #t
11343 #:cargo-inputs
11344 (("rust-futures" ,rust-futures-0.1)
11345 ("rust-tokio-io" ,rust-tokio-io-0.1)
11346 ("rust-tokio-threadpool" ,rust-tokio-threadpool-0.1))
11347 #:cargo-development-inputs
11348 (("rust-rand" ,rust-rand-0.4)
11349 ("rust-tempdir" ,rust-tempdir-0.3)
11350 ("rust-tempfile" ,rust-tempfile-3.0)
11351 ("rust-tokio" ,rust-tokio-0.1)
11352 ("rust-tokio-codec" ,rust-tokio-codec-0.1)
11353 ("rust-tokio-io" ,rust-tokio-io-0.1))))
11354 (home-page "https://tokio.rs")
11355 (synopsis "Filesystem API for Tokio")
11356 (description "Filesystem API for Tokio.")
11357 (license license:expat)))
11358
11359 ;; Cyclic dependencies with tokio and tokio-current-thread
11360 (define-public rust-tokio-io-0.1
11361 (package
11362 (name "rust-tokio-io")
11363 (version "0.1.12")
11364 (source
11365 (origin
11366 (method url-fetch)
11367 (uri (crate-uri "tokio-io" version))
11368 (file-name
11369 (string-append name "-" version ".tar.gz"))
11370 (sha256
11371 (base32
11372 "09jrz1hh4h1vj45qy09y7m7m8jsy1hl6g32clnky25mdim3dp42h"))))
11373 (build-system cargo-build-system)
11374 (arguments
11375 `(#:skip-build? #t
11376 #:cargo-inputs
11377 (("rust-bytes" ,rust-bytes-0.4)
11378 ("rust-futures" ,rust-futures-0.1)
11379 ("rust-log" ,rust-log-0.4))
11380 #:cargo-development-inputs
11381 (("rust-tokio-current-thread" ,rust-tokio-current-thread-0.1))))
11382 (home-page "https://tokio.rs")
11383 (synopsis
11384 "Core I/O primitives for asynchronous I/O in Rust")
11385 (description
11386 "Core I/O primitives for asynchronous I/O in Rust.")
11387 (license license:expat)))
11388
11389 (define-public rust-tokio-io-pool-0.1
11390 (package
11391 (name "rust-tokio-io-pool")
11392 (version "0.1.6")
11393 (source
11394 (origin
11395 (method url-fetch)
11396 (uri (crate-uri "tokio-io-pool" version))
11397 (file-name
11398 (string-append name "-" version ".tar.gz"))
11399 (sha256
11400 (base32
11401 "17lrjj7lcw13wchpbvr8cynmypd29h40clf9qxabh6fxva40kwm5"))))
11402 (build-system cargo-build-system)
11403 (arguments
11404 `(#:skip-build? #t
11405 #:cargo-inputs
11406 (("rust-futures" ,rust-futures-0.1)
11407 ("rust-num-cpus" ,rust-num-cpus-1.10)
11408 ("rust-tokio" ,rust-tokio-0.1)
11409 ("rust-tokio-executor" ,rust-tokio-executor-0.1))
11410 #:cargo-development-inputs
11411 (("rust-tokio-current-thread" ,rust-tokio-current-thread-0.1))))
11412 (home-page "https://github.com/jonhoo/tokio-io-pool")
11413 (synopsis "Execute short, I/O-heavy futures efficiently")
11414 (description
11415 "Alternative tokio thread pool for executing short, I/O-heavy
11416 futures efficiently")
11417 (license (list license:asl2.0 license:expat))))
11418
11419 (define-public rust-tokio-mock-task-0.1
11420 (package
11421 (name "rust-tokio-mock-task")
11422 (version "0.1.1")
11423 (source
11424 (origin
11425 (method url-fetch)
11426 (uri (crate-uri "tokio-mock-task" version))
11427 (file-name (string-append name "-" version ".crate"))
11428 (sha256
11429 (base32
11430 "1y7q83qfk9ljjfvs82b453pmz9x1v3d6kr4x55j8mal01s6790dw"))))
11431 (build-system cargo-build-system)
11432 (home-page "https://github.com/carllerche/tokio-mock-task")
11433 (synopsis "Mock a Tokio task")
11434 (description "Mock a Tokio task")
11435 (properties '((hidden? . #t)))
11436 (license license:expat)))
11437
11438 (define-public rust-tokio-reactor-0.1
11439 (package
11440 (name "rust-tokio-reactor")
11441 (version "0.1.9")
11442 (source
11443 (origin
11444 (method url-fetch)
11445 (uri (crate-uri "tokio-reactor" version))
11446 (file-name
11447 (string-append name "-" version ".tar.gz"))
11448 (sha256
11449 (base32
11450 "1khip64cn63xvayq1db68kxcnhgw3cb449a4n2lbw4p1qzx6pwba"))))
11451 (build-system cargo-build-system)
11452 (arguments
11453 `(#:skip-build? #t
11454 #:cargo-inputs
11455 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
11456 ("rust-futures" ,rust-futures-0.1)
11457 ("rust-lazy-static" ,rust-lazy-static-1.3)
11458 ("rust-log" ,rust-log-0.4)
11459 ("rust-mio" ,rust-mio-0.6)
11460 ("rust-num-cpus" ,rust-num-cpus-1.10)
11461 ("rust-parking-lot" ,rust-parking-lot-0.7)
11462 ("rust-slab" ,rust-slab-0.4)
11463 ("rust-tokio-executor" ,rust-tokio-executor-0.1)
11464 ("rust-tokio-io" ,rust-tokio-io-0.1)
11465 ("rust-tokio-sync" ,rust-tokio-sync-0.1))
11466 #:cargo-development-inputs
11467 (("rust-num-cpus" ,rust-num-cpus-1.10)
11468 ("rust-tokio" ,rust-tokio-0.1)
11469 ("rust-tokio-io-pool" ,rust-tokio-io-pool-0.1))))
11470 (home-page "https://tokio.rs")
11471 (synopsis
11472 "Event loop that drives Tokio I/O resources")
11473 (description
11474 "Event loop that drives Tokio I/O resources.")
11475 (license license:expat)))
11476
11477 (define-public rust-tokio-sync-0.1
11478 (package
11479 (name "rust-tokio-sync")
11480 (version "0.1.6")
11481 (source
11482 (origin
11483 (method url-fetch)
11484 (uri (crate-uri "tokio-sync" version))
11485 (file-name
11486 (string-append name "-" version ".tar.gz"))
11487 (sha256
11488 (base32
11489 "1ryalh7dcmnz46xj1va8aaw3if6vd4mj87r67dqvrqhpyf7j8qi1"))))
11490 (build-system cargo-build-system)
11491 (arguments
11492 `(#:skip-build? #t
11493 #:cargo-inputs
11494 (("rust-fnv" ,rust-fnv-1.0)
11495 ("rust-futures" ,rust-futures-0.1))
11496 #:cargo-development-inputs
11497 (("rust-env-logger" ,rust-env-logger-0.6)
11498 ("rust-loom" ,rust-loom-0.1)
11499 ("rust-tokio" ,rust-tokio-0.1)
11500 ("rust-tokio-mock-task" ,rust-tokio-mock-task-0.1))))
11501 (home-page "https://tokio.rs")
11502 (synopsis "Synchronization utilities")
11503 (description "Synchronization utilities.")
11504 (license license:expat)))
11505
11506 (define-public rust-tokio-tcp-0.1
11507 (package
11508 (name "rust-tokio-tcp")
11509 (version "0.1.3")
11510 (source
11511 (origin
11512 (method url-fetch)
11513 (uri (crate-uri "tokio-tcp" version))
11514 (file-name
11515 (string-append name "-" version ".tar.gz"))
11516 (sha256
11517 (base32
11518 "06a15vg8bcd33ng3h9ldzlq7wl4jsw0p9qpy7v22ls5yah3b250x"))))
11519 (build-system cargo-build-system)
11520 (arguments
11521 `(#:skip-build? #t
11522 #:cargo-inputs
11523 (("rust-bytes" ,rust-bytes-0.4)
11524 ("rust-futures" ,rust-futures-0.1)
11525 ("rust-iovec" ,rust-iovec-0.1)
11526 ("rust-mio" ,rust-mio-0.6)
11527 ("rust-tokio-io" ,rust-tokio-io-0.1)
11528 ("rust-tokio-reactor" ,rust-tokio-reactor-0.1))
11529 #:cargo-development-inputs
11530 (("rust-env-logger" ,rust-env-logger-0.6)
11531 ("rust-tokio" ,rust-tokio-0.1))))
11532 (home-page "https://tokio.rs")
11533 (synopsis "TCP bindings for tokio")
11534 (description "TCP bindings for tokio.")
11535 (license license:expat)))
11536
11537 (define-public rust-tokio-threadpool-0.1
11538 (package
11539 (name "rust-tokio-threadpool")
11540 (version "0.1.14")
11541 (source
11542 (origin
11543 (method url-fetch)
11544 (uri (crate-uri "tokio-threadpool" version))
11545 (file-name
11546 (string-append name "-" version ".tar.gz"))
11547 (sha256
11548 (base32
11549 "1wkj3wixicsqvllm8w74b24knw6mdn00zslm8l9fm1p81gr8lmbj"))))
11550 (build-system cargo-build-system)
11551 (arguments
11552 `(#:skip-build? #t
11553 #:cargo-inputs
11554 (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
11555 ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
11556 ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
11557 ("rust-futures" ,rust-futures-0.1)
11558 ("rust-log" ,rust-log-0.4)
11559 ("rust-num-cpus" ,rust-num-cpus-1.10)
11560 ("rust-rand" ,rust-rand-0.4)
11561 ("rust-slab" ,rust-slab-0.4)
11562 ("rust-tokio-executor" ,rust-tokio-executor-0.1))
11563 #:cargo-development-inputs
11564 (("rust-env-logger" ,rust-env-logger-0.6)
11565 ("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
11566 ("rust-threadpool" ,rust-threadpool-1.7))))
11567 (home-page "https://github.com/tokio-rs/tokio")
11568 (synopsis
11569 "Task scheduler backed by a work-stealing thread pool")
11570 (description
11571 "This package provides a task scheduler backed by a work-stealing thread
11572 pool.")
11573 (license license:expat)))
11574
11575 (define-public rust-tokio-timer-0.2
11576 (package
11577 (name "rust-tokio-timer")
11578 (version "0.2.11")
11579 (source
11580 (origin
11581 (method url-fetch)
11582 (uri (crate-uri "tokio-timer" version))
11583 (file-name
11584 (string-append name "-" version ".tar.gz"))
11585 (sha256
11586 (base32
11587 "03m68ainkdy3b5pf20rjyknhk2ppx35bjdc2yfj2bv80sl96h47j"))))
11588 (build-system cargo-build-system)
11589 (arguments
11590 `(#:skip-build? #t
11591 #:cargo-inputs
11592 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
11593 ("rust-futures" ,rust-futures-0.1)
11594 ("rust-slab" ,rust-slab-0.4)
11595 ("rust-tokio-executor" ,rust-tokio-executor-0.1))
11596 #:cargo-development-inputs
11597 (("rust-rand" ,rust-rand-0.4)
11598 ("rust-tokio" ,rust-tokio-0.1)
11599 ("rust-tokio-mock-task" ,rust-tokio-mock-task-0.1))))
11600 (home-page "https://github.com/tokio-rs/tokio")
11601 (synopsis "Timer facilities for Tokio")
11602 (description "Timer facilities for Tokio.")
11603 (license license:expat)))
11604
11605 (define-public rust-tokio-trace-core-0.2
11606 (package
11607 (name "rust-tokio-trace-core")
11608 (version "0.2.0")
11609 (source
11610 (origin
11611 (method url-fetch)
11612 (uri (crate-uri "tokio-trace-core" version))
11613 (file-name
11614 (string-append name "-" version ".tar.gz"))
11615 (sha256
11616 (base32
11617 "04y6c2r4ddzk02xb3hn60s9a1w92h0g8pzmxwaspqvwmsrba5j59"))))
11618 (build-system cargo-build-system)
11619 (arguments
11620 `(#:skip-build? #t
11621 #:cargo-inputs
11622 (("rust-lazy-static" ,rust-lazy-static-1.3))))
11623 (home-page "https://tokio.rs")
11624 (synopsis "Core primitives for tokio-trace")
11625 (description "Core primitives for tokio-trace.")
11626 (license license:expat)))
11627
11628 (define-public rust-tokio-udp-0.1
11629 (package
11630 (name "rust-tokio-udp")
11631 (version "0.1.3")
11632 (source
11633 (origin
11634 (method url-fetch)
11635 (uri (crate-uri "tokio-udp" version))
11636 (file-name
11637 (string-append name "-" version ".tar.gz"))
11638 (sha256
11639 (base32
11640 "14kfj35s465czcspayacnzlxrazfvxzhhggq1rqlljhgp1sqa9k6"))))
11641 (build-system cargo-build-system)
11642 (arguments
11643 `(#:skip-build? #t
11644 #:cargo-inputs
11645 (("rust-bytes" ,rust-bytes-0.4)
11646 ("rust-futures" ,rust-futures-0.1)
11647 ("rust-log" ,rust-log-0.4)
11648 ("rust-mio" ,rust-mio-0.6)
11649 ("rust-tokio-codec" ,rust-tokio-codec-0.1)
11650 ("rust-tokio-io" ,rust-tokio-io-0.1)
11651 ("rust-tokio-reactor" ,rust-tokio-reactor-0.1))
11652 #:cargo-development-inputs
11653 (("rust-env-logger" ,rust-env-logger-0.6))))
11654 (home-page "https://tokio.rs")
11655 (synopsis "UDP bindings for tokio")
11656 (description "UDP bindings for tokio.")
11657 (license license:expat)))
11658
11659 (define-public rust-tokio-uds-0.2
11660 (package
11661 (name "rust-tokio-uds")
11662 (version "0.2.5")
11663 (source
11664 (origin
11665 (method url-fetch)
11666 (uri (crate-uri "tokio-uds" version))
11667 (file-name
11668 (string-append name "-" version ".tar.gz"))
11669 (sha256
11670 (base32
11671 "0i94kxma6l7iy5hd5k7nvn7v9pnyw0s54bm9mjs0lap1l0xzqzq3"))))
11672 (build-system cargo-build-system)
11673 (arguments
11674 `(#:skip-build? #t
11675 #:cargo-inputs
11676 (("rust-bytes" ,rust-bytes-0.4)
11677 ("rust-futures" ,rust-futures-0.1)
11678 ("rust-iovec" ,rust-iovec-0.1)
11679 ("rust-libc" ,rust-libc-0.2)
11680 ("rust-log" ,rust-log-0.4)
11681 ("rust-mio" ,rust-mio-0.6)
11682 ("rust-mio-uds" ,rust-mio-uds-0.6)
11683 ("rust-tokio-codec" ,rust-tokio-codec-0.1)
11684 ("rust-tokio-io" ,rust-tokio-io-0.1)
11685 ("rust-tokio-reactor" ,rust-tokio-reactor-0.1))
11686 #:cargo-development-inputs
11687 (("rust-tempfile" ,rust-tempfile-3.0)
11688 ("rust-tokio" ,rust-tokio-0.1))))
11689 (home-page "https://github.com/tokio-rs/tokio")
11690 (synopsis "Unix Domain sockets for Tokio")
11691 (description "Unix Domain sockets for Tokio.")
11692 (license license:expat)))
11693
11694 (define-public rust-toml-0.5
11695 (package
11696 (name "rust-toml")
11697 (version "0.5.6")
11698 (source
11699 (origin
11700 (method url-fetch)
11701 (uri (crate-uri "toml" version))
11702 (file-name (string-append name "-" version ".crate"))
11703 (sha256
11704 (base32
11705 "06n7j8z63hj6g0kj2x6sqwxnm4q3s0q5d873bdk41vqy1cb2vjgz"))))
11706 (build-system cargo-build-system)
11707 (arguments
11708 `(#:skip-build? #t
11709 #:cargo-inputs
11710 (("rust-indexmap" ,rust-indexmap-1.0)
11711 ("rust-serde" ,rust-serde-1.0))
11712 #:cargo-development-inputs
11713 (("rust-serde-derive" ,rust-serde-derive-1.0)
11714 ("rust-serde-json" ,rust-serde-json-1.0))))
11715 (home-page "https://github.com/alexcrichton/toml-rs")
11716 (synopsis "Rust encoder and decoder of TOML-formatted files and streams")
11717 (description
11718 "This package provides a native Rust encoder and decoder of TOML-formatted
11719 files and streams. Provides implementations of the standard
11720 Serialize/Deserialize traits for TOML data to facilitate deserializing and
11721 serializing Rust structures.")
11722 (license (list license:asl2.0
11723 license:expat))))
11724
11725 (define-public rust-tracing-core-0.1
11726 (package
11727 (name "rust-tracing-core")
11728 (version "0.1.2")
11729 (source
11730 (origin
11731 (method url-fetch)
11732 (uri (crate-uri "tracing-core" version))
11733 (file-name (string-append name "-" version ".crate"))
11734 (sha256
11735 (base32
11736 "01fa73wzw2m5ybi3kkd52dgrw97mgc3i6inmhwys46ab28giwnxi"))))
11737 (build-system cargo-build-system)
11738 (home-page "https://tokio.rs")
11739 (synopsis "Core primitives for application-level tracing")
11740 (description
11741 "Core primitives for application-level tracing.")
11742 (properties '((hidden? . #t)))
11743 (license (list license:asl2.0
11744 license:expat))))
11745
11746 (define-public rust-traitobject-0.1
11747 (package
11748 (name "rust-traitobject")
11749 (version "0.1.0")
11750 (source
11751 (origin
11752 (method url-fetch)
11753 (uri (crate-uri "traitobject" version))
11754 (file-name (string-append name "-" version ".crate"))
11755 (sha256
11756 (base32
11757 "0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg"))))
11758 (build-system cargo-build-system)
11759 (home-page "https://github.com/reem/rust-traitobject")
11760 (synopsis "Unsafe helpers for dealing with raw trait objects")
11761 (description "Unsafe helpers for dealing with raw trait objects.")
11762 (properties '((hidden? . #t)))
11763 (license (list license:asl2.0
11764 license:expat))))
11765
11766 (define-public rust-try-from-0.3
11767 (package
11768 (name "rust-try-from")
11769 (version "0.3.2")
11770 (source
11771 (origin
11772 (method url-fetch)
11773 (uri (crate-uri "try_from" version))
11774 (file-name (string-append name "-" version ".crate"))
11775 (sha256
11776 (base32
11777 "12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
11778 (build-system cargo-build-system)
11779 (home-page "https://github.com/derekjw/try_from")
11780 (synopsis "TryFrom and TryInto traits for failable conversions")
11781 (description
11782 "TryFrom and TryInto traits for failable conversions that return a Result.")
11783 (properties '((hidden? . #t)))
11784 (license license:expat)))
11785
11786 (define-public rust-try-lock-0.2
11787 (package
11788 (name "rust-try-lock")
11789 (version "0.2.2")
11790 (source
11791 (origin
11792 (method url-fetch)
11793 (uri (crate-uri "try-lock" version))
11794 (file-name (string-append name "-" version ".crate"))
11795 (sha256
11796 (base32
11797 "10p36rx6pqi9d0zr876xa8vksx2m66ha45myakl50rn08dxyn176"))))
11798 (build-system cargo-build-system)
11799 (home-page "https://github.com/seanmonstar/try-lock")
11800 (synopsis "Lightweight atomic lock")
11801 (description
11802 "This package provides a lightweight atomic lock.")
11803 (properties '((hidden? . #t)))
11804 (license license:expat)))
11805
11806 (define-public rust-trybuild-1.0
11807 (package
11808 (name "rust-trybuild")
11809 (version "1.0.9")
11810 (source
11811 (origin
11812 (method url-fetch)
11813 (uri (crate-uri "trybuild" version))
11814 (file-name
11815 (string-append name "-" version ".tar.gz"))
11816 (sha256
11817 (base32
11818 "0df6ipayif05xn61iavdb0dcshm9y6wmcd140pp7dl91mirygs7j"))))
11819 (build-system cargo-build-system)
11820 (arguments
11821 `(#:skip-build? #t
11822 #:cargo-inputs
11823 (("rust-glob" ,rust-glob-0.3)
11824 ("rust-lazy-static" ,rust-lazy-static-1.3)
11825 ("rust-serde" ,rust-serde-1.0)
11826 ("rust-serde-json" ,rust-serde-json-1.0)
11827 ("rust-termcolor" ,rust-termcolor-1.0)
11828 ("rust-toml" ,rust-toml-0.5))))
11829 (home-page "https://github.com/dtolnay/trybuild")
11830 (synopsis "Test harness for ui tests of compiler diagnostics")
11831 (description
11832 "Test harness for ui tests of compiler diagnostics.")
11833 (license (list license:expat license:asl2.0))))
11834
11835 (define-public rust-typeable-0.1
11836 (package
11837 (name "rust-typeable")
11838 (version "0.1.2")
11839 (source
11840 (origin
11841 (method url-fetch)
11842 (uri (crate-uri "typeable" version))
11843 (file-name (string-append name "-" version ".crate"))
11844 (sha256
11845 (base32
11846 "11w8dywgnm32hb291izjvh4zjd037ccnkk77ahk63l913zwzc40l"))))
11847 (build-system cargo-build-system)
11848 (home-page "https://github.com/reem/rust-typeable")
11849 (synopsis "Exposes Typeable, for getting TypeIds at runtime")
11850 (description "Exposes Typeable, for getting TypeIds at runtime.")
11851 (properties '((hidden? . #t)))
11852 (license license:expat)))
11853
11854 (define-public rust-typed-arena-1.4
11855 (package
11856 (name "rust-typed-arena")
11857 (version "1.4.1")
11858 (source
11859 (origin
11860 (method url-fetch)
11861 (uri (crate-uri "typed-arena" version))
11862 (file-name
11863 (string-append name "-" version ".tar.gz"))
11864 (sha256
11865 (base32
11866 "1i8yczhwcy0nnrxqck1lql3i7hvg95l0vw0dbgfb92zkms96mh66"))))
11867 (build-system cargo-build-system)
11868 (arguments `(#:skip-build? #t))
11869 (home-page "https://github.com/SimonSapin/rust-typed-arena")
11870 (synopsis "The arena allocator")
11871 (description
11872 "The arena, a fast but limited type of allocator.")
11873 (license license:expat)))
11874
11875 (define-public rust-typemap-0.3
11876 (package
11877 (name "rust-typemap")
11878 (version "0.3.3")
11879 (source
11880 (origin
11881 (method url-fetch)
11882 (uri (crate-uri "typemap" version))
11883 (file-name (string-append name "-" version ".crate"))
11884 (sha256
11885 (base32
11886 "1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5"))))
11887 (build-system cargo-build-system)
11888 (home-page "https://github.com/reem/rust-typemap")
11889 (synopsis "Typesafe store for many value types")
11890 (description
11891 "A typesafe store for many value types.")
11892 (properties '((hidden? . #t)))
11893 (license license:expat)))
11894
11895 (define-public rust-typenum-1.10
11896 (package
11897 (name "rust-typenum")
11898 (version "1.10.0")
11899 (source
11900 (origin
11901 (method url-fetch)
11902 (uri (crate-uri "typenum" version))
11903 (file-name (string-append name "-" version ".crate"))
11904 (sha256
11905 (base32
11906 "0sc1jirllfhdi52z1xv9yqzxzpk6v7vadd13n7wvs1wnjipn6bb1"))))
11907 (build-system cargo-build-system)
11908 (home-page "https://github.com/paholg/typenum")
11909 (synopsis "Rust library for type-level numbers evaluated at compile time")
11910 (description "Typenum is a Rust library for type-level numbers evaluated at
11911 compile time. It currently supports bits, unsigned integers, and signed
11912 integers. It also provides a type-level array of type-level numbers, but its
11913 implementation is incomplete.")
11914 (properties '((hidden? . #t)))
11915 (license (list license:asl2.0
11916 license:expat))))
11917
11918 (define-public rust-ucd-parse-0.1
11919 (package
11920 (name "rust-ucd-parse")
11921 (version "0.1.3")
11922 (source
11923 (origin
11924 (method url-fetch)
11925 (uri (crate-uri "ucd-parse" version))
11926 (file-name
11927 (string-append name "-" version ".tar.gz"))
11928 (sha256
11929 (base32
11930 "13mq6c85r6ak10gjlq74mzdhsi0g0vps2y73by420513gfnipm97"))))
11931 (build-system cargo-build-system)
11932 (arguments
11933 `(#:skip-build? #t
11934 #:cargo-inputs
11935 (("rust-lazy-static" ,rust-lazy-static-1.3)
11936 ("rust-regex" ,rust-regex-1.1))))
11937 (home-page "https://github.com/BurntSushi/ucd-generate")
11938 (synopsis "Parse data files in the Unicode character database")
11939 (description
11940 "This package provides a library for parsing data files in the
11941 Unicode character database.")
11942 (license (list license:asl2.0 license:expat))))
11943
11944 (define-public rust-ucd-trie-0.1
11945 (package
11946 (name "rust-ucd-trie")
11947 (version "0.1.2")
11948 (source
11949 (origin
11950 (method url-fetch)
11951 (uri (crate-uri "ucd-trie" version))
11952 (file-name (string-append name "-" version ".crate"))
11953 (sha256
11954 (base32
11955 "1hh6kyzh5xygwy96wfmsf8v8czlzhps2lgbcyhj1xzy1w1xys04g"))))
11956 (build-system cargo-build-system)
11957 (home-page "https://github.com/BurntSushi/ucd-generate")
11958 (synopsis "Trie for storing Unicode codepoint sets and maps")
11959 (description
11960 "This package provides a trie for storing Unicode codepoint sets and maps.")
11961 (properties '((hidden? . #t)))
11962 (license (list license:asl2.0
11963 license:expat))))
11964
11965 (define-public rust-ucd-util-0.1
11966 (package
11967 (name "rust-ucd-util")
11968 (version "0.1.5")
11969 (source
11970 (origin
11971 (method url-fetch)
11972 (uri (crate-uri "ucd-util" version))
11973 (file-name (string-append name "-" version ".crate"))
11974 (sha256
11975 (base32
11976 "0x088q5z0m09a2jqcfgsnq955y8syn1mgn35cl78qinkxm4kp6zs"))))
11977 (build-system cargo-build-system)
11978 (home-page "https://github.com/BurntSushi/ucd-generate")
11979 (synopsis "library for working with the Unicode character database")
11980 (description "This package provides a small utility library for working
11981 with the Unicode character database.")
11982 (properties '((hidden? . #t)))
11983 (license (list license:asl2.0
11984 license:expat))))
11985
11986 (define-public rust-unchecked-index-0.2
11987 (package
11988 (name "rust-unchecked-index")
11989 (version "0.2.2")
11990 (source
11991 (origin
11992 (method url-fetch)
11993 (uri (crate-uri "unchecked-index" version))
11994 (file-name
11995 (string-append name "-" version ".tar.gz"))
11996 (sha256
11997 (base32
11998 "0p6qcai1mjayx59cpgk27d0zgw9hz9r1ira5jiqil66f4ba8dfpf"))))
11999 (build-system cargo-build-system)
12000 (arguments `(#:skip-build? #t))
12001 (home-page "https://github.com/bluss/unchecked-index")
12002 (synopsis "Unchecked indexing wrapper using regular index syntax")
12003 (description
12004 "Unchecked indexing wrapper using regular index syntax.")
12005 (license (list license:asl2.0 license:expat))))
12006
12007 (define-public rust-unicase-2.4
12008 (package
12009 (name "rust-unicase")
12010 (version "2.4.0")
12011 (source
12012 (origin
12013 (method url-fetch)
12014 (uri (crate-uri "unicase" version))
12015 (file-name (string-append name "-" version ".crate"))
12016 (sha256
12017 (base32
12018 "1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8"))))
12019 (build-system cargo-build-system)
12020 (home-page "https://github.com/seanmonstar/unicase")
12021 (synopsis "Case-insensitive wrapper around strings")
12022 (description
12023 "A case-insensitive wrapper around strings.")
12024 (properties '((hidden? . #t)))
12025 (license (list license:asl2.0
12026 license:expat))))
12027
12028 (define-public rust-unicode-bidi-0.3
12029 (package
12030 (name "rust-unicode-bidi")
12031 (version "0.3.4")
12032 (source
12033 (origin
12034 (method url-fetch)
12035 (uri (crate-uri "unicode-bidi" version))
12036 (file-name
12037 (string-append name "-" version ".tar.gz"))
12038 (sha256
12039 (base32
12040 "1malx8ljgm7v1gbaazkn7iicy5wj0bwcyadj3l727a38ch6bvwj9"))))
12041 (build-system cargo-build-system)
12042 (arguments
12043 `(#:skip-build? #t
12044 #:cargo-inputs
12045 (("rust-flame" ,rust-flame-0.2)
12046 ("rust-flamer" ,rust-flamer-0.3)
12047 ("rust-matches" ,rust-matches-0.1)
12048 ("rust-serde" ,rust-serde-1.0))
12049 #:cargo-development-inputs
12050 (("rust-serde-test" ,rust-serde-test-1.0))))
12051 (home-page "https://github.com/servo/unicode-bidi")
12052 (synopsis "Implementation of the Unicode Bidirectional Algorithm")
12053 (description
12054 "Implementation of the Unicode Bidirectional Algorithm.")
12055 (license (list license:asl2.0 license:expat))))
12056
12057 (define-public rust-unicode-normalization-0.1
12058 (package
12059 (name "rust-unicode-normalization")
12060 (version "0.1.8")
12061 (source
12062 (origin
12063 (method url-fetch)
12064 (uri (crate-uri "unicode-normalization" version))
12065 (file-name
12066 (string-append name "-" version ".tar.gz"))
12067 (sha256
12068 (base32
12069 "09i49va90rvia1agvgni4gicnqv50y5zy1naw8mr8bcqifh3j4ql"))))
12070 (build-system cargo-build-system)
12071 (arguments
12072 `(#:skip-build? #t
12073 #:cargo-inputs
12074 (("rust-smallvec" ,rust-smallvec-0.6))))
12075 (home-page "https://github.com/unicode-rs/unicode-normalization")
12076 (synopsis
12077 "This crate provides functions for normalization of Unicode strings")
12078 (description
12079 "This crate provides functions for normalization of Unicode strings,
12080 including Canonical and Compatible Decomposition and Recomposition, as
12081 described in Unicode Standard Annex #15.")
12082 (license (list license:expat license:asl2.0))))
12083
12084 (define-public rust-unicode-segmentation-1.3
12085 (package
12086 (name "rust-unicode-segmentation")
12087 (version "1.3.0")
12088 (source
12089 (origin
12090 (method url-fetch)
12091 (uri (crate-uri "unicode-segmentation" version))
12092 (file-name
12093 (string-append name "-" version ".tar.gz"))
12094 (sha256
12095 (base32
12096 "1a9jqg7rb1yq6w2xc9jgxcs111yk5vxm9afjfvykfnrmzk6z8rqr"))))
12097 (build-system cargo-build-system)
12098 (arguments
12099 `(#:skip-build? #t
12100 #:cargo-development-inputs
12101 (("rust-quickcheck" ,rust-quickcheck-0.8))))
12102 (home-page "https://github.com/unicode-rs/unicode-segmentation")
12103 (synopsis "Grapheme Cluster, Word and Sentence boundaries")
12104 (description
12105 "This crate provides Grapheme Cluster, Word and Sentence
12106 boundaries according to Unicode Standard Annex #29 rules.")
12107 (license (list license:expat license:asl2.0))))
12108
12109 (define-public rust-unicode-width-0.1
12110 (package
12111 (name "rust-unicode-width")
12112 (version "0.1.6")
12113 (source
12114 (origin
12115 (method url-fetch)
12116 (uri (crate-uri "unicode-width" version))
12117 (file-name (string-append name "-" version ".crate"))
12118 (sha256
12119 (base32
12120 "082f9hv1r3gcd1xl33whjhrm18p0w9i77zhhhkiccb5r47adn1vh"))))
12121 (build-system cargo-build-system)
12122 (home-page "https://github.com/unicode-rs/unicode-width")
12123 (synopsis "Determine displayed width according to Unicode rules")
12124 (description "This crate allows you to determine displayed width of
12125 @code{char} and @code{str} types according to Unicode Standard Annex #11 rules.")
12126 (properties '((hidden? . #t)))
12127 (license (list license:asl2.0
12128 license:expat))))
12129
12130 (define-public rust-unicode-xid-0.2
12131 (package
12132 (name "rust-unicode-xid")
12133 (version "0.2.0")
12134 (source
12135 (origin
12136 (method url-fetch)
12137 (uri (crate-uri "unicode-xid" version))
12138 (file-name
12139 (string-append name "-" version ".crate"))
12140 (sha256
12141 (base32
12142 "0z09fn515xm7zyr0mmdyxa9mx2f7azcpv74pqmg611iralwpcvl2"))))
12143 (build-system cargo-build-system)
12144 (home-page
12145 "https://github.com/unicode-rs/unicode-xid")
12146 (synopsis "Determine Unicode XID related properties")
12147 (description "Determine whether characters have the XID_Start
12148 or XID_Continue properties according to Unicode Standard Annex #31.")
12149 (properties '((hidden? . #t)))
12150 ;; Dual licensed.
12151 (license (list license:asl2.0 license:expat))))
12152
12153 (define-public rust-unicode-xid-0.1
12154 (package
12155 (inherit rust-unicode-xid-0.2)
12156 (name "rust-unicode-xid")
12157 (version "0.1.0")
12158 (source
12159 (origin
12160 (method url-fetch)
12161 (uri (crate-uri "unicode-xid" version))
12162 (file-name (string-append name "-" version ".crate"))
12163 (sha256
12164 (base32
12165 "1z57lqh4s18rr4x0j4fw4fmp9hf9346h0kmdgqsqx0fhjr3k0wpw"))))))
12166
12167 (define-public rust-unindent-0.1
12168 (package
12169 (name "rust-unindent")
12170 (version "0.1.5")
12171 (source
12172 (origin
12173 (method url-fetch)
12174 (uri (crate-uri "unindent" version))
12175 (file-name (string-append name "-" version ".crate"))
12176 (sha256
12177 (base32 "14s97blyqgf9hzxk22iazrghj60midajkw2801dfspz3n2iqmwb3"))))
12178 (build-system cargo-build-system)
12179 (home-page "https://github.com/dtolnay/indoc")
12180 (synopsis "Remove a column of leading whitespace from a string")
12181 (description "This crate allows you to remove a column of leading
12182 whitespace from a string.")
12183 (properties '((hidden? . #t)))
12184 (license (list license:asl2.0
12185 license:expat))))
12186
12187 (define-public rust-unreachable-1.0
12188 (package
12189 (name "rust-unreachable")
12190 (version "1.0.0")
12191 (source
12192 (origin
12193 (method url-fetch)
12194 (uri (crate-uri "unreachable" version))
12195 (file-name (string-append name "-" version ".crate"))
12196 (sha256
12197 (base32
12198 "0mps2il4xy2mjqc3appas27hhn2xmvixc3bzzhfrjj74gy3i0a1q"))))
12199 (build-system cargo-build-system)
12200 (home-page "https://github.com/reem/rust-unreachable")
12201 (synopsis "Unreachable code optimization hint in rust")
12202 (description
12203 "This package provides an unreachable code optimization hint in rust.")
12204 (properties '((hidden? . #t)))
12205 (license (list license:asl2.0
12206 license:expat))))
12207
12208 (define-public rust-unsafe-any-0.4
12209 (package
12210 (name "rust-unsafe-any")
12211 (version "0.4.2")
12212 (source
12213 (origin
12214 (method url-fetch)
12215 (uri (crate-uri "unsafe-any" version))
12216 (file-name (string-append name "-" version ".crate"))
12217 (sha256
12218 (base32
12219 "0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk"))))
12220 (build-system cargo-build-system)
12221 (home-page "https://tokio.rs")
12222 (synopsis "Traits and implementations for unchecked downcasting")
12223 (description
12224 "Traits and implementations for unchecked downcasting.")
12225 (properties '((hidden? . #t)))
12226 (license license:expat)))
12227
12228 (define-public rust-untrusted-0.7
12229 (package
12230 (name "rust-untrusted")
12231 (version "0.7.0")
12232 (source
12233 (origin
12234 (method url-fetch)
12235 (uri (crate-uri "untrusted" version))
12236 (file-name (string-append name "-" version ".crate"))
12237 (sha256
12238 (base32
12239 "1kmfykcwif6ashkwg54gcnhxj03kpba2i9vc7z5rpr0xlgvrwdk0"))))
12240 (build-system cargo-build-system)
12241 (home-page "https://github.com/briansmith/untrusted")
12242 (synopsis "Zero-allocation parsing of untrusted inputs in Rust")
12243 (description
12244 "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of
12245 untrusted inputs in Rust.")
12246 (properties '((hidden? . #t)))
12247 (license license:isc)))
12248
12249 (define-public rust-url-2.1
12250 (package
12251 (name "rust-url")
12252 (version "2.1.1")
12253 (source
12254 (origin
12255 (method url-fetch)
12256 (uri (crate-uri "url" version))
12257 (file-name
12258 (string-append name "-" version ".tar.gz"))
12259 (sha256
12260 (base32
12261 "1jw7cw8br4xvjb92ddrrh1r7jvqhyhiknnnfpgq9np63fs24m7c2"))))
12262 (build-system cargo-build-system)
12263 (arguments
12264 `(#:skip-build? #t
12265 #:cargo-inputs
12266 (("rust-idna" ,rust-idna-0.2)
12267 ("rust-matches" ,rust-matches-0.1)
12268 ("rust-percent-encoding" ,rust-percent-encoding-2.1)
12269 ("rust-serde" ,rust-serde-1.0))
12270 #:cargo-development-inputs
12271 (("rust-bencher" ,rust-bencher-0.1)
12272 ("rust-rustc-test" ,rust-rustc-test-0.3)
12273 ("rust-serde-json" ,rust-serde-json-1.0))))
12274 (home-page "https://github.com/servo/rust-url")
12275 (synopsis "URL library for Rust, based on the WHATWG URL Standard")
12276 (description
12277 "URL library for Rust, based on the WHATWG URL Standard.")
12278 (license (list license:asl2.0 license:expat))))
12279
12280 (define-public rust-url-1.7
12281 (package
12282 (inherit rust-url-2.1)
12283 (name "rust-url")
12284 (version "1.7.2")
12285 (source
12286 (origin
12287 (method url-fetch)
12288 (uri (crate-uri "url" version))
12289 (file-name
12290 (string-append name "-" version ".tar.gz"))
12291 (sha256
12292 (base32
12293 "0nim1c90mxpi9wgdw2xh8dqd72vlklwlzam436akcrhjac6pqknx"))))
12294 (arguments
12295 `(#:skip-build? #t
12296 #:cargo-inputs
12297 (("rust-encoding" ,rust-encoding-0.2)
12298 ("rust-heapsize" ,rust-heapsize-0.4)
12299 ("rust-idna" ,rust-idna-0.1)
12300 ("rust-matches" ,rust-matches-0.1)
12301 ("rust-percent-encoding" ,rust-percent-encoding-1.0)
12302 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
12303 ("rust-serde" ,rust-serde-1.0))
12304 #:cargo-development-inputs
12305 (("rust-bencher" ,rust-bencher-0.1)
12306 ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
12307 ("rust-rustc-test" ,rust-rustc-test-0.3)
12308 ("rust-serde-json" ,rust-serde-json-1.0))))))
12309
12310 (define-public rust-utf-8-0.7
12311 (package
12312 (name "rust-utf-8")
12313 (version "0.7.5")
12314 (source
12315 (origin
12316 (method url-fetch)
12317 (uri (crate-uri "utf-8" version))
12318 (file-name
12319 (string-append name "-" version ".tar.gz"))
12320 (sha256
12321 (base32
12322 "1iw5rp4i3mfi9k51picbr5bgjqhjcmnxx7001clh5ydq31y2zr05"))))
12323 (build-system cargo-build-system)
12324 (arguments `(#:skip-build? #t))
12325 (home-page "https://github.com/SimonSapin/rust-utf8")
12326 (synopsis
12327 "Incremental, zero-copy UTF-8 decoding with error handling")
12328 (description
12329 "Incremental, zero-copy UTF-8 decoding with error handling.")
12330 (license (list license:expat license:asl2.0))))
12331
12332 (define-public rust-utf8-ranges-1.0
12333 (package
12334 (name "rust-utf8-ranges")
12335 (version "1.0.3")
12336 (source
12337 (origin
12338 (method url-fetch)
12339 (uri (crate-uri "utf8-ranges" version))
12340 (file-name
12341 (string-append name "-" version ".tar.gz"))
12342 (sha256
12343 (base32
12344 "1ppzjsxmv1p1xfid8wwn07ciikk84k30frl28bwsny6za1vall4x"))))
12345 (build-system cargo-build-system)
12346 (arguments
12347 `(#:skip-build? #t
12348 #:cargo-development-inputs
12349 (("rust-doc-comment" ,rust-doc-comment-0.3)
12350 ("rust-quickcheck" ,rust-quickcheck-0.8))))
12351 (home-page "https://github.com/BurntSushi/utf8-ranges")
12352 (synopsis
12353 "Convert ranges of Unicode codepoints to UTF-8 byte ranges")
12354 (description
12355 "Convert ranges of Unicode codepoints to UTF-8 byte ranges.")
12356 (license (list license:expat license:unlicense))))
12357
12358 (define-public rust-uuid-0.7
12359 (package
12360 (name "rust-uuid")
12361 (version "0.7.4")
12362 (source
12363 (origin
12364 (method url-fetch)
12365 (uri (crate-uri "uuid" version))
12366 (file-name
12367 (string-append name "-" version ".tar.gz"))
12368 (sha256
12369 (base32
12370 "0ank4xk20x3nrz926w8j9mz53bi3v8bykxmhlq2pffa8xc8wdnwh"))))
12371 (build-system cargo-build-system)
12372 (arguments
12373 `(#:skip-build? #t
12374 #:cargo-inputs
12375 (("rust-byteorder" ,rust-byteorder-1.3)
12376 ("rust-md5" ,rust-md5-0.6)
12377 ("rust-rand" ,rust-rand-0.6)
12378 ("rust-serde" ,rust-serde-1.0)
12379 ("rust-sha1" ,rust-sha1-0.6)
12380 ("rust-slog" ,rust-slog-2.4)
12381 ("rust-winapi" ,rust-winapi-0.3))
12382 #:cargo-development-inputs
12383 (("rust-bincode" ,rust-bincode-1.1)
12384 ("rust-serde-derive" ,rust-serde-derive-1.0)
12385 ("rust-serde-json" ,rust-serde-json-1.0)
12386 ("rust-serde-test" ,rust-serde-test-1.0))))
12387 (home-page "https://github.com/uuid-rs/uuid")
12388 (synopsis "Generate and parse UUIDs")
12389 (description
12390 "This package provides a library to generate and parse UUIDs.")
12391 (license (list license:asl2.0 license:expat))))
12392
12393 (define-public rust-vcpkg-0.2
12394 (package
12395 (name "rust-vcpkg")
12396 (version "0.2.7")
12397 (source
12398 (origin
12399 (method url-fetch)
12400 (uri (crate-uri "vcpkg" version))
12401 (file-name (string-append name "-" version ".crate"))
12402 (sha256
12403 (base32
12404 "15dzk1b96q946v9aisbd1bbhi33n93wvgziwh1shmscn1xflbp9k"))))
12405 (build-system cargo-build-system)
12406 (home-page "https://github.com/mcgoo/vcpkg-rs")
12407 (synopsis "Find native dependencies in a vcpkg tree at build time")
12408 (description
12409 "This package provides a library to find native dependencies in a
12410 @code{vcpkg} tree at build time in order to be used in Cargo build scripts.")
12411 (properties '((hidden? . #t)))
12412 (license (list license:asl2.0
12413 license:expat))))
12414
12415 (define-public rust-vec-map-0.8
12416 (package
12417 (name "rust-vec-map")
12418 (version "0.8.1")
12419 (source
12420 (origin
12421 (method url-fetch)
12422 (uri (crate-uri "vec_map" version))
12423 (file-name (string-append name "-" version ".crate"))
12424 (sha256
12425 (base32
12426 "06n8hw4hlbcz328a3gbpvmy0ma46vg1lc0r5wf55900szf3qdiq5"))))
12427 (build-system cargo-build-system)
12428 (home-page "https://github.com/contain-rs/vec-map")
12429 (synopsis "Simple map based on a vector for small integer keys")
12430 (description
12431 "This package provides a simple map based on a vector for small integer keys.")
12432 (properties '((hidden? . #t)))
12433 (license (list license:asl2.0
12434 license:expat))))
12435
12436 (define-public rust-version-check-0.9
12437 (package
12438 (name "rust-version-check")
12439 (version "0.9.1")
12440 (source
12441 (origin
12442 (method url-fetch)
12443 (uri (crate-uri "version_check" version))
12444 (file-name (string-append name "-" version ".crate"))
12445 (sha256
12446 (base32
12447 "1kikqlnggii1rvnxrbls55sc46lxvinz5k3giscgncjj4p87b1q7"))))
12448 (build-system cargo-build-system)
12449 (home-page "https://github.com/SergioBenitez/version_check")
12450 (synopsis "Check that the installed rustc meets some version requirements")
12451 (description
12452 "This tiny crate checks that the running or installed rustc meets some
12453 version requirements. The version is queried by calling the Rust compiler with
12454 @code{--version}. The path to the compiler is determined first via the
12455 @code{RUSTC} environment variable. If it is not set, then @code{rustc} is used.
12456 If that fails, no determination is made, and calls return None.")
12457 (properties '((hidden? . #t)))
12458 (license (list license:asl2.0
12459 license:expat))))
12460
12461 (define-public rust-version-check-0.1
12462 (package
12463 (inherit rust-version-check-0.9)
12464 (name "rust-version-check")
12465 (version "0.1.5")
12466 (source
12467 (origin
12468 (method url-fetch)
12469 (uri (crate-uri "version_check" version))
12470 (file-name (string-append name "-" version ".crate"))
12471 (sha256
12472 (base32
12473 "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
12474
12475 (define-public rust-version-sync-0.8
12476 (package
12477 (name "rust-version-sync")
12478 (version "0.8.1")
12479 (source
12480 (origin
12481 (method url-fetch)
12482 (uri (crate-uri "version-sync" version))
12483 (file-name
12484 (string-append name "-" version ".tar.gz"))
12485 (sha256
12486 (base32
12487 "01pq0ia7ak7d69c3chjgdmaaq271yrspgbzmk6wmrwb74hx3skw4"))))
12488 (build-system cargo-build-system)
12489 (arguments
12490 `(#:skip-build? #t
12491 #:cargo-inputs
12492 (("rust-itertools" ,rust-itertools-0.8)
12493 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
12494 ("rust-pulldown-cmark" ,rust-pulldown-cmark-0.4)
12495 ("rust-regex" ,rust-regex-1.1)
12496 ("rust-semver-parser" ,rust-semver-parser-0.9)
12497 ("rust-syn" ,rust-syn-0.15)
12498 ("rust-toml" ,rust-toml-0.5)
12499 ("rust-url" ,rust-url-1.7))))
12500 (home-page "https://github.com/mgeisler/version-sync")
12501 (synopsis
12502 "Ensure that version numbers are updated when the crate version changes")
12503 (description
12504 "Simple crate for ensuring that version numbers in README files are
12505 updated when the crate version changes.")
12506 (license license:expat)))
12507
12508 (define-public rust-void-1.0
12509 (package
12510 (name "rust-void")
12511 (version "1.0.2")
12512 (source
12513 (origin
12514 (method url-fetch)
12515 (uri (crate-uri "void" version))
12516 (file-name (string-append name "-" version ".crate"))
12517 (sha256
12518 (base32
12519 "0zc8f0ksxvmhvgx4fdg0zyn6vdnbxd2xv9hfx4nhzg6kbs4f80ka"))))
12520 (build-system cargo-build-system)
12521 (home-page "https://github.com/reem/rust-void")
12522 (synopsis "Void type for use in statically impossible cases")
12523 (description
12524 "The uninhabited void type for use in statically impossible cases.")
12525 (properties '((hidden? . #t)))
12526 (license license:expat)))
12527
12528 (define-public rust-wait-timeout-0.2
12529 (package
12530 (name "rust-wait-timeout")
12531 (version "0.2.0")
12532 (source
12533 (origin
12534 (method url-fetch)
12535 (uri (crate-uri "wait-timeout" version))
12536 (file-name
12537 (string-append name "-" version ".tar.gz"))
12538 (sha256
12539 (base32
12540 "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z"))))
12541 (build-system cargo-build-system)
12542 (arguments
12543 `(#:skip-build? #t
12544 #:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
12545 (home-page "https://github.com/alexcrichton/wait-timeout")
12546 (synopsis "Wait on a child process with a timeout")
12547 (description
12548 "This package provides a crate to wait on a child process with a timeout
12549 specified across Unix and Windows platforms.")
12550 (license (list license:expat license:asl2.0))))
12551
12552 (define-public rust-walkdir-2.2
12553 (package
12554 (name "rust-walkdir")
12555 (version "2.2.9")
12556 (source
12557 (origin
12558 (method url-fetch)
12559 (uri (crate-uri "walkdir" version))
12560 (file-name (string-append name "-" version ".crate"))
12561 (sha256
12562 (base32
12563 "07ppalpvxkf8cnqr64np422792y4z5bs9m8b4nrflh5rm17wjn4n"))))
12564 (build-system cargo-build-system)
12565 (home-page "https://github.com/BurntSushi/walkdir")
12566 (synopsis "Recursively walk a directory")
12567 (description "Recursively walk a directory.")
12568 (properties '((hidden? . #t)))
12569 (license (list license:unlicense
12570 license:expat))))
12571
12572 (define-public rust-wasi-0.5
12573 (package
12574 (name "rust-wasi")
12575 (version "0.5.0")
12576 (source
12577 (origin
12578 (method url-fetch)
12579 (uri (crate-uri "wasi" version))
12580 (file-name
12581 (string-append name "-" version ".crate"))
12582 (sha256
12583 (base32
12584 "1ir3pd4phdfml0cbziw9bqp7mnk0vfp9biy8bh25lln6raml4m7x"))))
12585 (build-system cargo-build-system)
12586 (home-page "https://github.com/CraneStation/rust-wasi")
12587 (synopsis "Experimental WASI API bindings for Rust")
12588 (description "This package contains experimental WASI API bindings
12589 in Rust.")
12590 (properties '((hidden? . #t)))
12591 (license license:asl2.0)))
12592
12593 (define-public rust-wasm-bindgen-0.2
12594 (package
12595 (name "rust-wasm-bindgen")
12596 (version "0.2.48")
12597 (source
12598 (origin
12599 (method url-fetch)
12600 (uri (crate-uri "wasm-bindgen" version))
12601 (file-name
12602 (string-append name "-" version ".tar.gz"))
12603 (sha256
12604 (base32
12605 "0m8vq3jkhz04fn3wjvb7ii7xql60w32nlvr10jcskcbbh2hpzsad"))))
12606 (build-system cargo-build-system)
12607 (arguments
12608 `(#:skip-build? #t
12609 #:cargo-inputs
12610 (("rust-serde" ,rust-serde-1.0)
12611 ("rust-serde-json" ,rust-serde-json-1.0)
12612 ("rust-wasm-bindgen-macro"
12613 ,rust-wasm-bindgen-macro-0.2))))
12614 (home-page "https://rustwasm.github.io/")
12615 (synopsis "Easy support for interacting between JS and Rust")
12616 (description
12617 "Easy support for interacting between JS and Rust.")
12618 (license (list license:asl2.0 license:expat))))
12619
12620 (define-public rust-wasm-bindgen-backend-0.2
12621 (package
12622 (name "rust-wasm-bindgen-backend")
12623 (version "0.2.48")
12624 (source
12625 (origin
12626 (method url-fetch)
12627 (uri (crate-uri "wasm-bindgen-backend" version))
12628 (file-name
12629 (string-append name "-" version ".tar.gz"))
12630 (sha256
12631 (base32
12632 "1qxqkbjkjg4pphhcr91nk95c0gizx77dyq24mmijqnwzxxqc30jx"))))
12633 (build-system cargo-build-system)
12634 (arguments
12635 `(#:skip-build? #t
12636 #:cargo-inputs
12637 (("rust-bumpalo" ,rust-bumpalo-2.5)
12638 ("rust-lazy-static" ,rust-lazy-static-1.3)
12639 ("rust-log" ,rust-log-0.4)
12640 ("rust-proc-macro2" ,rust-proc-macro2-0.4)
12641 ("rust-quote" ,rust-quote-1.0)
12642 ("rust-syn" ,rust-syn-0.15)
12643 ("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
12644 (home-page "https://rustwasm.github.io/wasm-bindgen/")
12645 (synopsis "Backend code generation of the wasm-bindgen tool")
12646 (description
12647 "Backend code generation of the wasm-bindgen tool.")
12648 (license (list license:expat license:asl2.0))))
12649
12650 (define-public rust-wasm-bindgen-futures-0.3
12651 (package
12652 (name "rust-wasm-bindgen-futures")
12653 (version "0.3.24")
12654 (source
12655 (origin
12656 (method url-fetch)
12657 (uri (crate-uri "wasm-bindgen-futures" version))
12658 (file-name
12659 (string-append name "-" version ".tar.gz"))
12660 (sha256
12661 (base32
12662 "0bf9x6qfjczspc4zs605z1n4j15cdd8kk2z7rah0yggw8b6zl5nc"))))
12663 (build-system cargo-build-system)
12664 (arguments
12665 `(#:skip-build? #t
12666 #:cargo-inputs
12667 (("rust-futures" ,rust-futures-0.1)
12668 ("rust-futures-channel-preview"
12669 ,rust-futures-channel-preview-0.3)
12670 ("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
12671 ("rust-js-sys" ,rust-js-sys-0.3)
12672 ("rust-lazy-static" ,rust-lazy-static-1.3)
12673 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
12674 #:cargo-development-inputs
12675 (("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
12676 (home-page "https://rustwasm.github.io/wasm-bindgen/")
12677 (synopsis
12678 "Bridging the gap between Rust Futures and JavaScript Promises")
12679 (description
12680 "Bridging the gap between Rust Futures and JavaScript Promises.")
12681 (license (list license:expat license:asl2.0))))
12682
12683 (define-public rust-wasm-bindgen-macro-0.2
12684 (package
12685 (name "rust-wasm-bindgen-macro")
12686 (version "0.2.48")
12687 (source
12688 (origin
12689 (method url-fetch)
12690 (uri (crate-uri "wasm-bindgen-macro" version))
12691 (file-name
12692 (string-append name "-" version ".tar.gz"))
12693 (sha256
12694 (base32
12695 "07fqzzlbncccmnxbbkg9v4n53qc1lps5g0bb9wq3i9zp9gvm0zgh"))))
12696 (build-system cargo-build-system)
12697 (arguments
12698 `(#:skip-build? #t
12699 #:cargo-inputs
12700 (("rust-quote" ,rust-quote-1.0)
12701 ("rust-wasm-bindgen-macro-support"
12702 ,rust-wasm-bindgen-macro-support-0.2))
12703 #:cargo-development-inputs
12704 (("rust-trybuild" ,rust-trybuild-1.0)
12705 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
12706 (home-page "https://rustwasm.github.io/wasm-bindgen/")
12707 (synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
12708 (description
12709 "Definition of the @code{#[wasm_bindgen]} attribute, an internal
12710 dependency.")
12711 (license (list license:expat license:asl2.0))))
12712
12713 (define-public rust-wasm-bindgen-macro-support-0.2
12714 (package
12715 (name "rust-wasm-bindgen-macro-support")
12716 (version "0.2.48")
12717 (source
12718 (origin
12719 (method url-fetch)
12720 (uri (crate-uri "wasm-bindgen-macro-support" version))
12721 (file-name
12722 (string-append name "-" version ".tar.gz"))
12723 (sha256
12724 (base32
12725 "1mxi6rj11k67sks88pfqiqylnijxmb1s0gcgpj8mzfj5gvkqzkwm"))))
12726 (build-system cargo-build-system)
12727 (arguments
12728 `(#:skip-build? #t
12729 #:cargo-inputs
12730 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
12731 ("rust-quote" ,rust-quote-1.0)
12732 ("rust-syn" ,rust-syn-0.15)
12733 ("rust-wasm-bindgen-backend" ,rust-wasm-bindgen-backend-0.2)
12734 ("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
12735 (home-page "https://rustwasm.github.io/wasm-bindgen/")
12736 (synopsis "The @code{#[wasm_bindgen]} macro")
12737 (description
12738 "The part of the implementation of the @code{#[wasm_bindgen]}
12739 attribute that is not in the shared backend crate.")
12740 (license (list license:asl2.0 license:expat))))
12741
12742 (define-public rust-wasm-bindgen-shared-0.2
12743 (package
12744 (name "rust-wasm-bindgen-shared")
12745 (version "0.2.48")
12746 (source
12747 (origin
12748 (method url-fetch)
12749 (uri (crate-uri "wasm-bindgen-shared" version))
12750 (file-name (string-append name "-" version ".crate"))
12751 (sha256
12752 (base32
12753 "08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
12754 (build-system cargo-build-system)
12755 (arguments '(#:skip-build? #t))
12756 (home-page "https://rustwasm.github.io/wasm-bindgen/")
12757 (synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
12758 (description "This package provides shared support between
12759 @code{wasm-bindgen} and @code{wasm-bindgen} cli, an internal dependency.")
12760 (license (list license:asl2.0
12761 license:expat))))
12762
12763 (define-public rust-wasm-bindgen-test-0.2
12764 (package
12765 (name "rust-wasm-bindgen-test")
12766 (version "0.2.48")
12767 (source
12768 (origin
12769 (method url-fetch)
12770 (uri (crate-uri "wasm-bindgen-test" version))
12771 (file-name
12772 (string-append name "-" version ".tar.gz"))
12773 (sha256
12774 (base32
12775 "0gwslc2sfkghzzb3r0gvd8i5rig2nlqgpl1rn43y2w4mr1ci494k"))))
12776 (build-system cargo-build-system)
12777 (arguments
12778 `(#:skip-build? #t
12779 #:cargo-inputs
12780 (("rust-console-error-panic-hook" ,rust-console-error-panic-hook-0.1)
12781 ("rust-futures" ,rust-futures-0.1)
12782 ("rust-js-sys" ,rust-js-sys-0.3)
12783 ("rust-scoped-tls" ,rust-scoped-tls-1.0)
12784 ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
12785 ("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.3)
12786 ("rust-wasm-bindgen-test-macro" ,rust-wasm-bindgen-test-macro-0.2))))
12787 (home-page "https://github.com/rustwasm/wasm-bindgen")
12788 (synopsis "Internal testing crate for wasm-bindgen")
12789 (description
12790 "Internal testing crate for wasm-bindgen.")
12791 (license (list license:expat license:asl2.0))))
12792
12793 (define-public rust-wasm-bindgen-test-macro-0.2
12794 (package
12795 (name "rust-wasm-bindgen-test-macro")
12796 (version "0.2.48")
12797 (source
12798 (origin
12799 (method url-fetch)
12800 (uri (crate-uri "wasm-bindgen-test-macro" version))
12801 (file-name (string-append name "-" version ".crate"))
12802 (sha256
12803 (base32
12804 "0n28mr6vncf1k1qr2b5bvfxq4jvqkjdzq0z0ab6w2f5d6v8q3q3l"))))
12805 (build-system cargo-build-system)
12806 (arguments
12807 `(#:skip-build? #t
12808 #:cargo-inputs
12809 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
12810 ("rust-quote" ,rust-quote-0.6))))
12811 (home-page "https://github.com/rustwasm/wasm-bindgen")
12812 (synopsis "Internal testing macro for wasm-bindgen")
12813 (description
12814 "This library contains the internal testing macro for wasm-bindgen.")
12815 (license (list license:asl2.0
12816 license:expat))))
12817
12818 (define-public rust-which-2.0
12819 (package
12820 (name "rust-which")
12821 (version "2.0.1")
12822 (source
12823 (origin
12824 (method url-fetch)
12825 (uri (crate-uri "which" version))
12826 (file-name
12827 (string-append name "-" version ".tar.gz"))
12828 (sha256
12829 (base32
12830 "0r7i793sc0xqnd2fxnqbksj7j1kx65bwn81b8z49750v4c8cnymm"))))
12831 (build-system cargo-build-system)
12832 (arguments
12833 `(#:skip-build? #t
12834 #:cargo-inputs
12835 (("rust-failure" ,rust-failure-0.1)
12836 ("rust-libc" ,rust-libc-0.2))
12837 #:cargo-development-inputs
12838 (("rust-tempdir" ,rust-tempdir-0.3))))
12839 (home-page "https://github.com/harryfei/which-rs")
12840 (synopsis "Rust equivalent of Unix command \"which\"")
12841 (description
12842 "This package provides a Rust equivalent of Unix command \"which\".
12843 Locate installed execuable in cross platforms.")
12844 (license license:expat)))
12845
12846 (define-public rust-widestring-0.4
12847 (package
12848 (name "rust-widestring")
12849 (version "0.4.0")
12850 (source
12851 (origin
12852 (method url-fetch)
12853 (uri (crate-uri "widestring" version))
12854 (file-name (string-append name "-" version ".crate"))
12855 (sha256
12856 (base32
12857 "1dhx6dndjsz1y7c9w06922412kdxyrrkqblvggm76mh8z17hxz7g"))))
12858 (build-system cargo-build-system)
12859 (arguments
12860 `(#:skip-build? #t
12861 #:cargo-development-inputs
12862 (("rust-winapi" ,rust-winapi-0.3))))
12863 (home-page "https://github.com/starkat99/widestring-rs")
12864 (synopsis "Wide string Rust FFI library")
12865 (description
12866 "A wide string Rust FFI library for converting to and from wide strings,
12867 such as those often used in Windows API or other FFI libraries. Both UTF-16 and
12868 UTF-32 types are provided, including support for malformed encoding.")
12869 (license (list license:asl2.0
12870 license:expat))))
12871
12872 (define-public rust-winapi-0.3
12873 (package
12874 (name "rust-winapi")
12875 (version "0.3.8")
12876 (source
12877 (origin
12878 (method url-fetch)
12879 (uri (crate-uri "winapi" version))
12880 (file-name (string-append name "-" version ".crate"))
12881 (sha256
12882 (base32
12883 "1ii9j9lzrhwri0902652awifzx9fpayimbp6hfhhc296xcg0k4w0"))))
12884 (build-system cargo-build-system)
12885 ;; This package depends unconditionally on these two crates.
12886 (arguments
12887 `(#:skip-build? #t
12888 #:cargo-inputs
12889 (("winapi-i686-pc-windows-gnu" ,rust-winapi-i686-pc-windows-gnu-0.4)
12890 ("winapi-x86-64-pc-windows-gnu" ,rust-winapi-x86-64-pc-windows-gnu-0.4))))
12891 (home-page "https://github.com/retep998/winapi-rs")
12892 (synopsis "Raw FFI bindings for all of Windows API")
12893 (description
12894 "Raw FFI bindings for all of Windows API.")
12895 (license (list license:asl2.0
12896 license:expat))))
12897
12898 (define-public rust-winapi-0.2
12899 (package
12900 (inherit rust-winapi-0.3)
12901 (name "rust-winapi")
12902 (version "0.2.8")
12903 (source
12904 (origin
12905 (method url-fetch)
12906 (uri (crate-uri "winapi" version))
12907 (file-name (string-append name "-" version ".crate"))
12908 (sha256
12909 (base32
12910 "0yh816lh6lf56dpsgxy189c2ai1z3j8mw9si6izqb6wsjkbcjz8n"))))
12911 (arguments '(#:skip-build? #t))))
12912
12913 (define-public rust-winapi-build-0.1
12914 (package
12915 (name "rust-winapi-build")
12916 (version "0.1.1")
12917 (source
12918 (origin
12919 (method url-fetch)
12920 (uri (crate-uri "winapi-build" version))
12921 (file-name (string-append name "-" version ".crate"))
12922 (sha256
12923 (base32
12924 "1g4rqsgjky0a7530qajn2bbfcrl2v0zb39idgdws9b1l7gp5wc9d"))))
12925 (build-system cargo-build-system)
12926 (arguments '(#:skip-build? #t))
12927 (home-page "https://github.com/retep998/winapi-rs")
12928 (synopsis "Common code for build.rs in WinAPI -sys crates")
12929 (description
12930 "Common code for build.rs in WinAPI -sys crates.")
12931 (license license:expat)))
12932
12933 (define-public rust-winapi-i686-pc-windows-gnu-0.4
12934 (package
12935 (name "rust-winapi-i686-pc-windows-gnu")
12936 (version "0.4.0")
12937 (source
12938 (origin
12939 (method url-fetch)
12940 (uri (crate-uri "winapi-i686-pc-windows-gnu" version))
12941 (file-name (string-append name "-" version ".crate"))
12942 (sha256
12943 (base32
12944 "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc"))))
12945 (build-system cargo-build-system)
12946 (home-page "https://github.com/retep998/winapi-rs")
12947 (synopsis "Import libraries for the i686-pc-windows-gnu target")
12948 (description "This crate provides import libraries for the
12949 i686-pc-windows-gnu target. Please don't use this crate directly, depend on
12950 @code{winapi} instead.")
12951 (properties '((hidden? . #t)))
12952 (license (list license:asl2.0
12953 license:expat))))
12954
12955 (define-public rust-winapi-util-0.1
12956 (package
12957 (name "rust-winapi-util")
12958 (version "0.1.2")
12959 (source
12960 (origin
12961 (method url-fetch)
12962 (uri (crate-uri "winapi-util" version))
12963 (file-name (string-append name "-" version ".crate"))
12964 (sha256
12965 (base32
12966 "1j839dc6y8vszvrsb7yk0qvs0w6asnahxzbyans37vnsw6vbls3i"))))
12967 (build-system cargo-build-system)
12968 (arguments
12969 `(#:skip-build? #t
12970 #:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
12971 (home-page "https://github.com/BurntSushi/winapi-util")
12972 (synopsis "Dumping ground for high level safe wrappers over winapi")
12973 (description
12974 "This package provides a dumping ground for high level safe wrappers over
12975 winapi.")
12976 (license (list license:unlicense
12977 license:expat))))
12978
12979 (define-public rust-winapi-x86-64-pc-windows-gnu-0.4
12980 (package
12981 (name "rust-winapi-x86-64-pc-windows-gnu")
12982 (version "0.4.0")
12983 (source
12984 (origin
12985 (method url-fetch)
12986 (uri (crate-uri "winapi-x86_64-pc-windows-gnu" version))
12987 (file-name (string-append name "-" version ".crate"))
12988 (sha256
12989 (base32
12990 "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki"))))
12991 (build-system cargo-build-system)
12992 (home-page "https://github.com/retep998/winapi-rs")
12993 (synopsis "Import libraries for the x86_64-pc-windows-gnu target")
12994 (description "This package provides import libraries for the
12995 x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on
12996 @code{winapi} instead.")
12997 (properties '((hidden? . #t)))
12998 (license (list license:asl2.0
12999 license:expat))))
13000
13001 (define-public rust-wincolor-1.0
13002 (package
13003 (name "rust-wincolor")
13004 (version "1.0.2")
13005 (source
13006 (origin
13007 (method url-fetch)
13008 (uri (crate-uri "wincolor" version))
13009 (file-name (string-append name "-" version ".crate"))
13010 (sha256
13011 (base32
13012 "1agaf3hcav113i86912ajnw6jxcy4rvkrgyf8gdj8kc031mh3xcn"))))
13013 (build-system cargo-build-system)
13014 (arguments
13015 `(#:skip-build? #t
13016 #:cargo-inputs
13017 (("rust-winapi" ,rust-winapi-0.3)
13018 ("rust-winapi-util" ,rust-winapi-util-0.1))))
13019 (home-page "https://github.com/BurntSushi/termcolor/tree/master/wincolor")
13020 (synopsis "Windows API for controlling text color in a Windows console")
13021 (description
13022 "This package provides a simple Windows specific API for controlling text
13023 color in a Windows console.")
13024 (license (list license:unlicense
13025 license:expat))))
13026
13027 (define-public rust-winutil-0.1
13028 (package
13029 (name "rust-winutil")
13030 (version "0.1.1")
13031 (source
13032 (origin
13033 (method url-fetch)
13034 (uri (crate-uri "winutil" version))
13035 (file-name (string-append name "-" version ".crate"))
13036 (sha256
13037 (base32
13038 "0vkyl3fbbf05n5ph5yz8sfaccrk9x3qsr25560w6w68ldf5i7bvx"))))
13039 (arguments
13040 `(#:skip-build? #t
13041 #:cargo-inputs
13042 (("rust-winapi" ,rust-winapi-0.3))))
13043 (build-system cargo-build-system)
13044 (home-page "https://bitbucket.org/DaveLancaster/winutil")
13045 (synopsis "Library wrapping a handful of useful winapi functions")
13046 (description
13047 "A simple library wrapping a handful of useful winapi functions.")
13048 (license license:expat)))
13049
13050 (define-public rust-ws2-32-sys-0.2
13051 (package
13052 (name "rust-ws2-32-sys")
13053 (version "0.2.1")
13054 (source
13055 (origin
13056 (method url-fetch)
13057 (uri (crate-uri "ws2_32-sys" version))
13058 (file-name (string-append name "-" version ".crate"))
13059 (sha256
13060 (base32
13061 "0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m"))))
13062 (build-system cargo-build-system)
13063 (arguments
13064 `(#:skip-build? #t
13065 #:cargo-inputs
13066 (("rust-winapi" ,rust-winapi-0.2))
13067 #:cargo-development-inputs
13068 (("rust-winapi-build" ,rust-winapi-build-0.1))))
13069 (home-page "https://github.com/retep998/winapi-rs")
13070 (synopsis "Function definitions for the Windows API library ws2_32")
13071 (description
13072 "Contains function definitions for the Windows API library ws2_32.")
13073 (license license:expat)))
13074
13075 (define-public rust-xattr-0.2
13076 (package
13077 (name "rust-xattr")
13078 (version "0.2.2")
13079 (source
13080 (origin
13081 (method url-fetch)
13082 (uri (crate-uri "xattr" version))
13083 (file-name (string-append name "-" version ".crate"))
13084 (sha256
13085 (base32
13086 "0k556fb6f5jc907975j9c8iynl2fqz3rf0w6fiig83i4yi0kfk14"))))
13087 (build-system cargo-build-system)
13088 (arguments
13089 `(#:skip-build? #t
13090 #:cargo-inputs
13091 (("rust-libc" ,rust-libc-0.2))
13092 #:cargo-development-inputs
13093 (("rust-tempfile" ,rust-tempfile-3.0))))
13094 (home-page "https://github.com/Stebalien/xattr")
13095 (synopsis "Unix extended filesystem attributes")
13096 (description
13097 "This package provide a small library for setting, getting, and listing
13098 extended attributes.")
13099 (license (list license:asl2.0
13100 license:expat))))
13101
13102 (define-public rust-xdg-2.2
13103 (package
13104 (name "rust-xdg")
13105 (version "2.2.0")
13106 (source
13107 (origin
13108 (method url-fetch)
13109 (uri (crate-uri "xdg" version))
13110 (file-name (string-append name "-" version ".crate"))
13111 (sha256
13112 (base32
13113 "0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
13114 (build-system cargo-build-system)
13115 (arguments '(#:skip-build? #t))
13116 (home-page "https://github.com/whitequark/rust-xdg")
13117 (synopsis "Store and retrieve files according to XDG specification")
13118 (description
13119 "This package provides a library for storing and retrieving files according
13120 to XDG Base Directory specification")
13121 (license (list license:asl2.0
13122 license:expat))))
13123
13124 (define-public rust-yaml-rust-0.4
13125 (package
13126 (name "rust-yaml-rust")
13127 (version "0.4.3")
13128 (source
13129 (origin
13130 (method url-fetch)
13131 (uri (crate-uri "yaml-rust" version))
13132 (file-name
13133 (string-append name "-" version ".tar.gz"))
13134 (sha256
13135 (base32
13136 "0ka3qhqc5lvk3hz14wmsj32jhmh44blcbfrx5hfxli2gg38kv4k5"))))
13137 (build-system cargo-build-system)
13138 (arguments
13139 `(#:skip-build? #t
13140 #:cargo-inputs
13141 (("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
13142 #:cargo-development-inputs
13143 (("rust-quickcheck" ,rust-quickcheck-0.8))))
13144 (home-page "http://chyh1990.github.io/yaml-rust/")
13145 (synopsis "The missing YAML 1.2 parser for rust")
13146 (description
13147 "The missing YAML 1.2 parser for rust.")
13148 (license (list license:asl2.0 license:expat))))