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>master
parent
b421c5b5b0
commit
2040d55fd5
|
@ -56465,6 +56465,29 @@ the file-system during development.")
|
||||||
(description "Linux Ethtool Communication Library.")
|
(description "Linux Ethtool Communication Library.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-rust-hawktracer-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-rust-hawktracer")
|
(name "rust-rust-hawktracer")
|
||||||
|
|
Reference in New Issue