gnu: Add rust-slog-kvfilter-0.7.

* gnu/packages/crates-io.scm (rust-slog-kvfilter-0.7): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
aecepoglu 2021-02-04 15:21:37 +01:00 committed by Nicolas Goaziou
parent 6e58cc05de
commit ec6ac6bb36
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33504,6 +33504,29 @@ (define-public rust-slog-async-2
(description "This package provides an asynchronous drain for slog.")
(license (list license:mpl2.0 license:expat license:asl2.0))))
(define-public rust-slog-kvfilter-0.7
(package
(name "rust-slog-kvfilter")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "slog-kvfilter" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1q3mq6a9aq8iscy9xh97zifxrxa6y10d8p2gkxlxkvk9s7brx4xf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-regex" ,rust-regex-1)
("rust-slog" ,rust-slog-2))))
(home-page "https://github.com/slog-rs/slog")
(synopsis "Key values and regex based filter drain for @code{slog-rs}")
(description
"This is a key values and regex based filter drain for slog.")
(license (list license:mpl2.0 license:expat license:asl2.0))))
(define-public rust-slog-term-2
(package
(name "rust-slog-term")