mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-serde-json-1.0: Remove minor version from package name.
* gnu/packages/crates-io.scm (rust-serde-json-1.0): Rename to rust-serde-json-1. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
parent
271161db25
commit
40908e02f3
3 changed files with 70 additions and 70 deletions
|
@ -463,7 +463,7 @@ (define-public rust-ansi-term-0.12
|
|||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/ogham/rust-ansi-term")
|
||||
(synopsis "Library for ANSI terminal colours and styles")
|
||||
(description
|
||||
|
@ -893,7 +893,7 @@ (define-public rust-assert-cli-0.6
|
|||
("rust-environment" ,rust-environment-0.1)
|
||||
("rust-failure" ,rust-failure-0.1)
|
||||
("rust-failure-derive" ,rust-failure-derive-0.1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-docmatic" ,rust-docmatic-0.1))))
|
||||
(home-page "https://github.com/assert-rs/assert_cli")
|
||||
|
@ -1093,7 +1093,7 @@ (define-public rust-average-0.10
|
|||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-rand-distr" ,rust-rand-distr-0.2)
|
||||
("rust-rand-xoshiro" ,rust-rand-xoshiro-0.4)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-streaming-stats" ,rust-streaming-stats-0.2))))
|
||||
(home-page "https://github.com/vks/average")
|
||||
(synopsis "Calculate statistics iteratively")
|
||||
|
@ -1127,7 +1127,7 @@ (define-public rust-average-0.9
|
|||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-quantiles" ,rust-quantiles-0.7)
|
||||
("rust-rand" ,rust-rand-0.6)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-streaming-stats" ,rust-streaming-stats-0.2))))))
|
||||
|
||||
(define-public rust-backtrace-0.3
|
||||
|
@ -1749,7 +1749,7 @@ (define-public rust-bit-vec-0.5
|
|||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
(("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/contain-rs/bit-vec")
|
||||
(synopsis "Vector of bits")
|
||||
(description
|
||||
|
@ -2808,7 +2808,7 @@ (define-public rust-cargo-metadata-0.9
|
|||
(("rust-semver" ,rust-semver-0.9)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-clap" ,rust-clap-2)
|
||||
("rust-docopt" ,rust-docopt-1.1)
|
||||
|
@ -2841,7 +2841,7 @@ (define-public rust-cargo-metadata-0.6
|
|||
("rust-semver" ,rust-semver-0.9)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(;("rust-docopt" ,rust-docopt-0.8)
|
||||
("rust-clap" ,rust-clap-2))))))
|
||||
|
@ -3131,7 +3131,7 @@ (define-public rust-cgmath-0.17
|
|||
("rust-simd" ,rust-simd-0.2))
|
||||
#:cargo-development-inputs
|
||||
(;("rust-glium" ,rust-glium-0.23)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/brendanzab/cgmath")
|
||||
(synopsis "Linear algebra and mathematics library")
|
||||
(description
|
||||
|
@ -3164,7 +3164,7 @@ (define-public rust-cgmath-0.16
|
|||
("rust-simd" ,rust-simd-0.2))
|
||||
#:cargo-development-inputs
|
||||
(;("rust-glium" ,rust-glium-0.19)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-chrono-0.4
|
||||
(package
|
||||
|
@ -3196,7 +3196,7 @@ (define-public rust-chrono-0.4
|
|||
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-num-iter" ,rust-num-iter-0.1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
|
||||
(home-page
|
||||
"https://github.com/chronotope/chrono")
|
||||
|
@ -3756,7 +3756,7 @@ (define-public rust-compiletest-rs-0.3
|
|||
("rust-rustfix" ,rust-rustfix-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-tester" ,rust-tester-0.5)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
|
@ -4212,7 +4212,7 @@ (define-public rust-crates-index-0.13
|
|||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(home-page
|
||||
|
@ -4281,7 +4281,7 @@ (define-public rust-criterion-0.3
|
|||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tinytemplate" ,rust-tinytemplate-1.0)
|
||||
("rust-walkdir" ,rust-walkdir-2.3))
|
||||
#:cargo-development-inputs
|
||||
|
@ -4327,7 +4327,7 @@ (define-public rust-criterion-0.2
|
|||
("rust-rayon-core" ,rust-rayon-core-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tinytemplate" ,rust-tinytemplate-1.0)
|
||||
("rust-walkdir" ,rust-walkdir-2.3))
|
||||
#:cargo-development-inputs
|
||||
|
@ -4793,7 +4793,7 @@ (define-public rust-cssparser-0.27
|
|||
#:cargo-development-inputs
|
||||
(("rust-difference" ,rust-difference-2.0)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/servo/rust-cssparser")
|
||||
(synopsis "Rust implementation of CSS Syntax Level 3")
|
||||
(description
|
||||
|
@ -4833,7 +4833,7 @@ (define-public rust-cssparser-0.25
|
|||
#:cargo-development-inputs
|
||||
(("rust-difference" ,rust-difference-2.0)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-cssparser-macros-0.6
|
||||
(package
|
||||
|
@ -5143,7 +5143,7 @@ (define-public rust-data-url-0.1
|
|||
#:cargo-development-inputs
|
||||
(("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/servo/rust-url")
|
||||
(synopsis "Processing of data: URL according to WHATWG's Fetch Standard")
|
||||
(description
|
||||
|
@ -5242,7 +5242,7 @@ (define-public rust-decimal-2.0
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-cc" ,rust-cc-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
(("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/alkis/decimal")
|
||||
(synopsis "Decimal floating point arithmetic for Rust")
|
||||
(description
|
||||
|
@ -6447,7 +6447,7 @@ (define-public rust-encoding-rs-0.8
|
|||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://docs.rs/encoding_rs/")
|
||||
(synopsis "Gecko-oriented implementation of the Encoding Standard")
|
||||
(description
|
||||
|
@ -6656,7 +6656,7 @@ (define-public rust-erased-serde-0.3
|
|||
#:cargo-development-inputs
|
||||
(;("rust-serde-cbor" ,rust-serde-cbor-0.9)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/dtolnay/erased-serde")
|
||||
(synopsis "Type-erased Serialize and Serializer traits")
|
||||
(description
|
||||
|
@ -6827,7 +6827,7 @@ (define-public rust-escargot-0.5
|
|||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-assert-fs" ,rust-assert-fs-0.11))))
|
||||
(home-page "https://github.com/crate-ci/escargot")
|
||||
|
@ -7196,7 +7196,7 @@ (define-public rust-flame-0.2
|
|||
(("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-thread-id" ,rust-thread-id-3.3))))
|
||||
(home-page "https://github.com/llogiq/flame")
|
||||
(synopsis "Profiling and flamegraph library")
|
||||
|
@ -8617,7 +8617,7 @@ (define-public rust-generic-array-0.14
|
|||
("rust-version-check" ,rust-version-check-0.9))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/fizyk20/generic-array.git")
|
||||
(synopsis
|
||||
"Generic types implementing functionality of arrays")
|
||||
|
@ -8645,7 +8645,7 @@ (define-public rust-generic-array-0.13
|
|||
("rust-typenum" ,rust-typenum-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-generic-array-0.12
|
||||
(package
|
||||
|
@ -9525,7 +9525,7 @@ (define-public rust-globset-0.4
|
|||
#:cargo-development-inputs
|
||||
(("rust-glob" ,rust-glob-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page
|
||||
"https://github.com/BurntSushi/ripgrep/tree/master/globset")
|
||||
(synopsis
|
||||
|
@ -9995,7 +9995,7 @@ (define-public rust-grep-printer-0.1
|
|||
("rust-grep-searcher" ,rust-grep-searcher-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-termcolor" ,rust-termcolor-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-grep-regex" ,rust-grep-regex-0.1))))
|
||||
|
@ -10146,7 +10146,7 @@ (define-public rust-h2-0.1
|
|||
("rust-rand" ,rust-rand-0.3)
|
||||
;;("rust-rustls" ,rust-rustls-0.12) requires 0.5
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tokio" ,rust-tokio-0.1)
|
||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
|
||||
("rust-walkdir" ,rust-walkdir-1.0)
|
||||
|
@ -10204,7 +10204,7 @@ (define-public rust-handlebars-2.0
|
|||
("rust-pest-derive" ,rust-pest-derive-2.1)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-walkdir" ,rust-walkdir-2.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.2)
|
||||
|
@ -10686,7 +10686,7 @@ (define-public rust-http-0.2
|
|||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-seahash" ,rust-seahash-3.0)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/hyperium/http")
|
||||
(synopsis "Set of types for representing HTTP requests and responses")
|
||||
(description "This package provides a set of types for representing HTTP
|
||||
|
@ -10718,7 +10718,7 @@ (define-public rust-http-0.1
|
|||
("rust-rand" ,rust-rand-0.4)
|
||||
("rust-seahash" ,rust-seahash-3.0)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-http-body-0.3
|
||||
(package
|
||||
|
@ -10906,7 +10906,7 @@ (define-public rust-hyper-0.12
|
|||
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-spmc" ,rust-spmc-0.3)
|
||||
("rust-tokio-fs" ,rust-tokio-fs-0.1)
|
||||
("rust-tokio-mockstream" ,rust-tokio-mockstream-1)
|
||||
|
@ -10968,7 +10968,7 @@ (define-public rust-idna-0.2
|
|||
("rust-unicode-normalization" ,rust-unicode-normalization-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/servo/rust-url/")
|
||||
(synopsis "Internationalizing Domain Names in Applications and Punycode")
|
||||
(description
|
||||
|
@ -11307,7 +11307,7 @@ (define-public rust-insta-0.8
|
|||
("rust-pest-derive" ,rust-pest-derive-2.1)
|
||||
("rust-ron" ,rust-ron-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
||||
("rust-uuid" ,rust-uuid-0.7))))
|
||||
(home-page "https://github.com/mitsuhiko/insta")
|
||||
|
@ -12865,7 +12865,7 @@ (define-public rust-loom-0.3
|
|||
("rust-generator" ,rust-generator-0.6)
|
||||
("rust-scoped-tls" ,rust-scoped-tls-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/tokio-rs/loom")
|
||||
(synopsis "Permutation testing for concurrent code")
|
||||
(description "Permutation testing for concurrent code")
|
||||
|
@ -12891,7 +12891,7 @@ (define-public rust-loom-0.2
|
|||
("rust-scoped-tls" ,rust-scoped-tls-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-test" ,rust-serde-test-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-loom-0.1
|
||||
(package/inherit rust-loom-0.3
|
||||
|
@ -12914,7 +12914,7 @@ (define-public rust-loom-0.1
|
|||
("rust-scoped-tls" ,rust-scoped-tls-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-lru-cache-0.1
|
||||
(package
|
||||
|
@ -13207,7 +13207,7 @@ (define-public rust-markup5ever-0.10
|
|||
("rust-phf-codegen" ,rust-phf-codegen-0.8)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-string-cache-codegen" ,rust-string-cache-codegen-0.5))))
|
||||
(home-page "https://github.com/servo/html5ever")
|
||||
(synopsis "Common code for xml5ever and html5ever")
|
||||
|
@ -13238,7 +13238,7 @@ (define-public rust-markup5ever-0.9
|
|||
("rust-phf-codegen" ,rust-phf-codegen-0.7)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-string-cache-codegen" ,rust-string-cache-codegen-0.4))))))
|
||||
|
||||
(define-public rust-markup5ever-0.8
|
||||
|
@ -14191,7 +14191,7 @@ (define-public rust-nalgebra-0.19
|
|||
("rust-typenum" ,rust-typenum-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://nalgebra.org")
|
||||
(synopsis "Linear algebra library")
|
||||
(description
|
||||
|
@ -14233,7 +14233,7 @@ (define-public rust-nalgebra-0.18
|
|||
("rust-typenum" ,rust-typenum-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-named-pipe-0.4
|
||||
(package
|
||||
|
@ -17052,7 +17052,7 @@ (define-public rust-pest-2.1
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-ucd-trie" ,rust-ucd-trie-0.1))))
|
||||
(home-page "https://pest.rs/")
|
||||
(synopsis "The Elegant Parser")
|
||||
|
@ -19269,7 +19269,7 @@ (define-public rust-racer-cargo-metadata-0.1
|
|||
#:cargo-inputs
|
||||
(("rust-racer-interner" ,rust-racer-interner-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/racer-rust/racer")
|
||||
(synopsis "Lightweight cargo metadata parser for racer")
|
||||
(description
|
||||
|
@ -20662,7 +20662,7 @@ (define-public rust-rgb-0.8
|
|||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
(("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://lib.rs/crates/rgb")
|
||||
(synopsis "Struct for sharing pixels between crates")
|
||||
(description
|
||||
|
@ -20797,7 +20797,7 @@ (define-public rust-ron-0.4
|
|||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(;("rust-serde-bytes" ,rust-serde-bytes-0.10)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/ron-rs/ron")
|
||||
(synopsis "Rusty Object Notation")
|
||||
(description "Rusty Object Notation.")
|
||||
|
@ -20881,7 +20881,7 @@ (define-public rust-rusqlite-0.19
|
|||
("rust-libsqlite3-sys" ,rust-libsqlite3-sys-0.15)
|
||||
("rust-lru-cache" ,rust-lru-cache-0.1)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1)
|
||||
("rust-url" ,rust-url-1.7)
|
||||
("rust-uuid" ,rust-uuid-0.7))
|
||||
|
@ -21705,7 +21705,7 @@ (define-public rust-rustfix-0.4
|
|||
(("rust-failure" ,rust-failure-0.1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-difference" ,rust-difference-2.0)
|
||||
("rust-duct" ,rust-duct-0.13)
|
||||
|
@ -22563,7 +22563,7 @@ (define-public rust-semver-0.9
|
|||
#:cargo-development-inputs
|
||||
(("rust-crates-index" ,rust-crates-index-0.13)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(home-page "https://docs.rs/crate/semver")
|
||||
(synopsis
|
||||
|
@ -22712,7 +22712,7 @@ (define-public rust-serde-big-array-0.2
|
|||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
(("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/est31/serde-big-array")
|
||||
(synopsis "Big array helper for serde")
|
||||
(description "This package provides a big array helper for serde.")
|
||||
|
@ -22916,7 +22916,7 @@ (define-public rust-serde-derive-0.9
|
|||
("rust-serde-codegen-internals" ,rust-serde-codegen-internals-0.14)
|
||||
("rust-syn" ,rust-syn-0.11))))))
|
||||
|
||||
(define-public rust-serde-json-1.0
|
||||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.50")
|
||||
|
@ -22951,7 +22951,7 @@ (define-public rust-serde-json-1.0
|
|||
|
||||
(define-public rust-serde-json-0.9
|
||||
(package
|
||||
(inherit rust-serde-json-1.0)
|
||||
(inherit rust-serde-json-1)
|
||||
(name "rust-serde-json")
|
||||
(version "0.9.10")
|
||||
(source
|
||||
|
@ -23358,7 +23358,7 @@ (define-public rust-sha1-0.6
|
|||
#:cargo-development-inputs
|
||||
(("rust-openssl" ,rust-openssl-0.10)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/mitsuhiko/rust-sha1")
|
||||
(synopsis "Minimal implementation of SHA1 for Rust")
|
||||
(description
|
||||
|
@ -23830,7 +23830,7 @@ (define-public rust-skeptic-0.13
|
|||
("rust-tempdir" ,rust-tempdir-0.3)
|
||||
("rust-bytecount" ,rust-bytecount-0.4)
|
||||
("rust-cargo-metadata" ,rust-cargo-metadata-0.6)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-walkdir" ,rust-walkdir-2.3))))
|
||||
(home-page "https://github.com/budziq/rust-skeptic")
|
||||
(synopsis "Test your Rust markdown documentation via Cargo")
|
||||
|
@ -24405,7 +24405,7 @@ (define-public rust-stdweb-0.4
|
|||
("rust-futures-executor-preview" ,rust-futures-executor-preview-0.3)
|
||||
("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-stdweb-derive" ,rust-stdweb-derive-0.5)
|
||||
("rust-stdweb-internal-macros" ,rust-stdweb-internal-macros-0.2)
|
||||
("rust-stdweb-internal-runtime" ,rust-stdweb-internal-runtime-0.1)
|
||||
|
@ -24413,7 +24413,7 @@ (define-public rust-stdweb-0.4
|
|||
("rust-rustc-version" ,rust-rustc-version-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-stdweb-internal-test-macro" ,rust-stdweb-internal-test-macro-0.1)
|
||||
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
|
||||
(home-page "https://github.com/koute/stdweb")
|
||||
|
@ -24473,7 +24473,7 @@ (define-public rust-stdweb-internal-macros-0.2
|
|||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-sha1" ,rust-sha1-0.6)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
(home-page "https://github.com/koute/stdweb")
|
||||
|
@ -25226,7 +25226,7 @@ (define-public rust-syntect-3.3
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-flate2" ,rust-flate2-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-fnv" ,rust-fnv-1.0)
|
||||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-lazycell" ,rust-lazycell-1.2)
|
||||
|
@ -26307,7 +26307,7 @@ (define-public rust-tinytemplate-1.0
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0))))
|
||||
|
@ -26406,7 +26406,7 @@ (define-public rust-tokio-0.1
|
|||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1))))
|
||||
(home-page "https://tokio.rs")
|
||||
(synopsis "Event-driven, non-blocking I/O platform")
|
||||
|
@ -26504,7 +26504,7 @@ (define-public rust-tokio-core-0.1
|
|||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1))))
|
||||
(home-page "https://tokio.rs")
|
||||
(synopsis
|
||||
|
@ -27163,7 +27163,7 @@ (define-public rust-toml-0.5
|
|||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/alexcrichton/toml-rs")
|
||||
(synopsis "Rust encoder and decoder of TOML-formatted files and streams")
|
||||
(description
|
||||
|
@ -27325,7 +27325,7 @@ (define-public rust-trybuild-1.0
|
|||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-termcolor" ,rust-termcolor-1)
|
||||
("rust-toml" ,rust-toml-0.5))))
|
||||
(home-page "https://github.com/dtolnay/trybuild")
|
||||
|
@ -27862,7 +27862,7 @@ (define-public rust-url-2.1
|
|||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/servo/rust-url")
|
||||
(synopsis "URL library for Rust, based on the WHATWG URL Standard")
|
||||
(description
|
||||
|
@ -27897,7 +27897,7 @@ (define-public rust-url-1.7
|
|||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||
("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||
("rust-serde-json" ,rust-serde-json-1))))))
|
||||
|
||||
(define-public rust-urlocator-0.1
|
||||
(package
|
||||
|
@ -28135,7 +28135,7 @@ (define-public rust-uuid-0.7
|
|||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-test" ,rust-serde-test-1.0))))
|
||||
(home-page "https://github.com/uuid-rs/uuid")
|
||||
(synopsis "Generate and parse UUIDs")
|
||||
|
@ -28588,7 +28588,7 @@ (define-public rust-wasm-bindgen-0.2
|
|||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-wasm-bindgen-macro" ,rust-wasm-bindgen-macro-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-js-sys" ,rust-js-sys-0.3)
|
||||
|
|
|
@ -229,7 +229,7 @@ (define-public ripgrep
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-termcolor" ,rust-termcolor-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
|
@ -282,7 +282,7 @@ (define-public rust-cbindgen
|
|||
("proc-macro2" ,rust-proc-macro2-1.0)
|
||||
("quote" ,rust-quote-1.0)
|
||||
("serde" ,rust-serde-1)
|
||||
("serde-json" ,rust-serde-json-1.0)
|
||||
("serde-json" ,rust-serde-json-1)
|
||||
("syn" ,rust-syn-1.0)
|
||||
("tempfile" ,rust-tempfile-3)
|
||||
("toml" ,rust-toml-0.5))))
|
||||
|
@ -336,7 +336,7 @@ (define-public tokei
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-cbor" ,rust-serde-cbor-0.10)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
||||
("rust-term-size" ,rust-term-size-0.3)
|
||||
("rust-toml" ,rust-toml-0.5))
|
||||
|
@ -346,7 +346,7 @@ (define-public tokei
|
|||
("rust-ignore" ,rust-ignore-0.4)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tempfile" ,rust-tempfile-3))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
@ -1157,7 +1157,7 @@ (define-public alacritty
|
|||
("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-glutin" ,rust-glutin-0.22) ; adjust 'patch-glutin-libgl-path as needed
|
||||
("rust-notify" ,rust-notify-4)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Loading…
Reference in a new issue