gnu: Add rust-etherparse-0.13.

* gnu/packages/crates-io.scm (rust-etherparse-0.13): New variable.

Change-Id: I06afa106197f5547d744092ced03d6327bb77315
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tomas Volf 2024-02-15 21:26:45 +01:00 committed by Efraim Flashner
parent b421c5b5b0
commit 2040d55fd5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -56465,6 +56465,29 @@ (define-public rust-ethtool-0.2
(description "Linux Ethtool Communication Library.")
(license license:expat)))
(define-public rust-etherparse-0.13
(package
(name "rust-etherparse")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "etherparse" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "146rcbnhlpcbl6c6csfhvz0227wbiwhk13md6acq8211b7m94wl2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.7))
#:cargo-development-inputs (("rust-assert-matches" ,rust-assert-matches-1)
("rust-proptest" ,rust-proptest-1))))
(home-page "https://github.com/JulianSchmid/etherparse")
(synopsis "Library for parsing & writing a bunch of packet based protocols")
(description
"This package provides a library for parsing & writing a bunch of packet
based protocols (@code{EthernetII}, IPv4, IPv6, UDP, TCP ...).")
(license (list license:expat license:asl2.0))))
(define-public rust-rust-hawktracer-0.7
(package
(name "rust-rust-hawktracer")