File gnu/packages/crates-io.scm changed (mode: 100644) (index ce0e0419d6..e871eb8ba6) |
... |
... |
O(1)-in-practice, if not in theory, but obviously not as fast as a |
6599 |
6599 |
non-persistent vector.") |
non-persistent vector.") |
6600 |
6600 |
(license (list license:asl2.0 license:expat)))) |
(license (list license:asl2.0 license:expat)))) |
6601 |
6601 |
|
|
|
6602 |
|
(define-public rust-dotenv-0.15 |
|
6603 |
|
(package |
|
6604 |
|
(name "rust-dotenv") |
|
6605 |
|
(version "0.15.0") |
|
6606 |
|
(source |
|
6607 |
|
(origin |
|
6608 |
|
(method url-fetch) |
|
6609 |
|
(uri (crate-uri "dotenv" version)) |
|
6610 |
|
(file-name (string-append name "-" version ".tar.gz")) |
|
6611 |
|
(sha256 |
|
6612 |
|
(base32 |
|
6613 |
|
"13ysjx7n2bqxxqydvnnbdwgik7i8n6h5c1qhr9g11x6cxnnhpjbp")))) |
|
6614 |
|
(build-system cargo-build-system) |
|
6615 |
|
(arguments |
|
6616 |
|
`(#:cargo-inputs |
|
6617 |
|
(("rust-clap" ,rust-clap-2)) |
|
6618 |
|
#:cargo-development-inputs |
|
6619 |
|
(("rust-tempfile" ,rust-tempfile-3)))) |
|
6620 |
|
(home-page "https://github.com/dotenv-rs/dotenv") |
|
6621 |
|
(synopsis "@code{dotenv} implementation for Rust") |
|
6622 |
|
(description "This package provides a @code{dotenv} implementation for |
|
6623 |
|
Rust.") |
|
6624 |
|
(license license:expat))) |
|
6625 |
|
|
|
6626 |
|
(define-public rust-dotenv-0.10 |
|
6627 |
|
(package |
|
6628 |
|
(inherit rust-dotenv-0.15) |
|
6629 |
|
(name "rust-dotenv") |
|
6630 |
|
(version "0.10.1") |
|
6631 |
|
(source |
|
6632 |
|
(origin |
|
6633 |
|
(method url-fetch) |
|
6634 |
|
(uri (crate-uri "dotenv" version)) |
|
6635 |
|
(file-name (string-append name "-" version ".tar.gz")) |
|
6636 |
|
(sha256 |
|
6637 |
|
(base32 |
|
6638 |
|
"1ww0wfnilz4cy789fni06gckm45xsb9fplrih26l4qyi4jxy5w6n")))) |
|
6639 |
|
(arguments |
|
6640 |
|
`(#:cargo-inputs |
|
6641 |
|
(("rust-derive-error-chain" ,rust-derive-error-chain-0.10) |
|
6642 |
|
("rust-error-chain" ,rust-error-chain-0.10) |
|
6643 |
|
("rust-regex" ,rust-regex-0.2)))))) |
|
6644 |
|
|
6602 |
6645 |
(define-public rust-draw-state-0.8 |
(define-public rust-draw-state-0.8 |
6603 |
6646 |
(package |
(package |
6604 |
6647 |
(name "rust-draw-state") |
(name "rust-draw-state") |
6605 |
6648 |
(version "0.8.0") |
(version "0.8.0") |
6606 |
6649 |
(source |
(source |
6607 |
|
(origin |
|
6608 |
|
(method url-fetch) |
|
6609 |
|
(uri (crate-uri "draw_state" version)) |
|
6610 |
|
(file-name |
|
6611 |
|
(string-append name "-" version ".tar.gz")) |
|
6612 |
|
(sha256 |
|
6613 |
|
(base32 |
|
6614 |
|
"0lfng4fz9x7bwsmzv9r20ply10w0iid6vfcrhx292s6hw8vrbkrk")))) |
|
|
6650 |
|
(origin |
|
6651 |
|
(method url-fetch) |
|
6652 |
|
(uri (crate-uri "draw_state" version)) |
|
6653 |
|
(file-name |
|
6654 |
|
(string-append name "-" version ".tar.gz")) |
|
6655 |
|
(sha256 |
|
6656 |
|
(base32 |
|
6657 |
|
"0lfng4fz9x7bwsmzv9r20ply10w0iid6vfcrhx292s6hw8vrbkrk")))) |
6615 |
6658 |
(build-system cargo-build-system) |
(build-system cargo-build-system) |
6616 |
6659 |
(arguments |
(arguments |
6617 |
6660 |
`(#:cargo-inputs |
`(#:cargo-inputs |