mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
b421c5b5b0
commit
2040d55fd5
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue