unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 68754@debbugs.gnu.org
Cc: Herman Rimm <herman@rimm.ee>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#68754] [PATCH 2/4] gnu: Add rust-cargo-toml-0.16.
Date: Sat, 27 Jan 2024 09:50:36 +0100	[thread overview]
Message-ID: <da4b23a1da712570692e152b790d0a2a656c4fa9.1706344764.git.herman@rimm.ee> (raw)
In-Reply-To: <cover.1706344764.git.herman@rimm.ee>

* gnu/packages/crates-io.scm (rust-cargo-toml-0.16): New variable.

Change-Id: I8f98d72d84b18f74a75107ca51c473eb633362df
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c05f3457ba..5acd32748f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9264,6 +9264,27 @@ (define-public rust-cargo-platform-0.1
 supported by Cargo.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-cargo-toml-0.16
+  (package
+    (name "rust-cargo-toml")
+    (version "0.16.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cargo_toml" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1lxgiwha2kqbk60iq5cvczbnd5xrqa4cj7bqk6k8wf64qsdn5yg3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-serde" ,rust-serde-1)
+                       ("rust-toml" ,rust-toml-0.8))))
+    (home-page "https://lib.rs/cargo_toml")
+    (synopsis "`Cargo.toml` struct definitions for parsing with Serde")
+    (description "This package provides `Cargo.toml` struct definitions for
+parsing with Serde.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-cargo-util-0.2
   (package
     (name "rust-cargo-util")
-- 
2.41.0





  parent reply	other threads:[~2024-01-27  8:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27  8:39 [bug#68754] [PATCH 0/4 rust-team] Add cargo-machete and dependencies Herman Rimm via Guix-patches via
2024-01-27  8:50 ` [bug#68754] [PATCH 1/4] gnu: rust-argh: Update to 0.1.12 Herman Rimm via Guix-patches via
2024-01-27  8:50 ` Herman Rimm via Guix-patches via [this message]
2024-01-27  8:50 ` [bug#68754] [PATCH 3/4] gnu: Add rust-pretty-env-logger-0.5 Herman Rimm via Guix-patches via
2024-01-27  8:50 ` [bug#68754] [PATCH 4/4] gnu: Add cargo-machete Herman Rimm via Guix-patches via
2024-01-28 13:34 ` bug#68754: [PATCH 0/4 rust-team] Add cargo-machete and dependencies Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da4b23a1da712570692e152b790d0a2a656c4fa9.1706344764.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=68754@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).