gnu: Add rust-jwalk-0.8.

* gnu/packages/crates-io.scm (rust-jwalk-0.8): New variable.

Change-Id: I334353f2913eb15a522fefbda3a165f9e47ed98a
This commit is contained in:
Efraim Flashner 2023-10-24 09:10:37 +03:00
parent 91616a5f3d
commit 1de187c9e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32374,6 +32374,37 @@ (define-public rust-hts-sys-2
(description "This library provides Rust bindings to HTSlib.")
(license license:expat)))
(define-public rust-jwalk-0.8
(package
(name "rust-jwalk")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "jwalk" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-crossbeam" ,rust-crossbeam-0.8)
("rust-rayon" ,rust-rayon-1))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.4)
("rust-fs-extra" ,rust-fs-extra-1)
("rust-ignore" ,rust-ignore-0.4)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-cpus" ,rust-num-cpus-1)
("rust-tempfile" ,rust-tempfile-3)
("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/byron/jwalk")
(synopsis
"Filesystem walk performed in parallel with streamed and sorted results")
(description
"Filesystem walk performed in parallel with streamed and sorted results.")
(license license:expat)))
(define-public rust-kuchiki-0.8
(package
(name "rust-kuchiki")