1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Add rust-cloud-file-0.2.

* gnu/packages/crates-io.scm (rust-cloud-file-0.2): New variable.

Change-Id: Ib41346daa3a225a88549c320c4f46600c6276526
This commit is contained in:
Ricardo Wurmus 2025-01-16 22:48:39 +01:00
parent 15474f0e5c
commit d73b77e619
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13374,6 +13374,34 @@ or to a file as well.")
descriptors.")
(license license:expat)))
(define-public rust-cloud-file-0.2
(package
(name "rust-cloud-file")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cloud-file" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xvqmizskv88c9mgb78y2aclkbmq1bhlvsnk20xkx6x2wnlwyd51"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bytecount" ,rust-bytecount-0.6)
("rust-bytes" ,rust-bytes-1)
("rust-futures" ,rust-futures-0.3)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-object-store" ,rust-object-store-0.11)
("rust-thiserror" ,rust-thiserror-1)
("rust-tokio" ,rust-tokio-1)
("rust-url" ,rust-url-2))))
(home-page "https://github.com/CarlKCarlK/cloud-file")
(synopsis "Simple reading of cloud files in Rust")
(description
"This package is for simple reading of cloud files in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-cloudabi-0.1
(package
(name "rust-cloudabi")