mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-syn: Don't include minor version in variable name.
* gnu/packages/crates-io.scm (rust-syn-1.0): Rename to... (rust-syn-1): ...this. * gnu/packagess/rust-apps.scm (rust-cbindgen): Fixup dependency list.
This commit is contained in:
parent
d0faf9c203
commit
12c6b558eb
2 changed files with 44 additions and 44 deletions
|
@ -384,7 +384,7 @@ (define-public rust-alga-derive-0.9
|
|||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.9)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/rustsim/alga")
|
||||
(synopsis "Dutomatic deriving of abstract algebra traits")
|
||||
(description "Derive attribute for implementing algebraic traits from the
|
||||
|
@ -681,7 +681,7 @@ (define-public rust-arg-enum-proc-macro-0.3
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/lu-zero/arg_enum_proc_macro")
|
||||
(synopsis "Procedural macro compatible with clap arg_enum")
|
||||
|
@ -4789,7 +4789,7 @@ (define-public rust-cssparser-0.27
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-difference" ,rust-difference-2.0)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
|
@ -4829,7 +4829,7 @@ (define-public rust-cssparser-0.25
|
|||
("rust-autocfg" ,rust-autocfg-0.1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-difference" ,rust-difference-2.0)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
|
@ -4852,7 +4852,7 @@ (define-public rust-cssparser-macros-0.6
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/servo/rust-cssparser")
|
||||
(synopsis "Procedural macros for cssparser")
|
||||
(description
|
||||
|
@ -4879,7 +4879,7 @@ (define-public rust-cssparser-macros-0.3
|
|||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-procedural-masquerade" ,rust-procedural-masquerade-0.1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))))
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-csv-1.1
|
||||
(package
|
||||
|
@ -4995,7 +4995,7 @@ (define-public rust-ctor-0.1
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-syn" ,rust-syn-1.0)
|
||||
(("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-libc-print" ,rust-libc-print-0.1))))
|
||||
|
@ -5453,7 +5453,7 @@ (define-public rust-derive-more-0.99
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-peg" ,rust-peg-0.5)
|
||||
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
||||
|
@ -5488,7 +5488,7 @@ (define-public rust-derive-new-0.5
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/nrc/derive-new")
|
||||
(synopsis "Simple constructor functions for structs and enums")
|
||||
(description "`#[derive(new)]` implements simple constructor functions for
|
||||
|
@ -6683,7 +6683,7 @@ (define-public rust-err-derive-0.2
|
|||
("rust-skeptic" ,rust-skeptic-0.13)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-0.4)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-rustversion" ,rust-rustversion-1.0)
|
||||
("rust-quote" ,rust-quote-1))
|
||||
#:cargo-development-inputs
|
||||
|
@ -6977,7 +6977,7 @@ (define-public rust-failure-derive-0.1
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-synstructure" ,rust-synstructure-0.12))
|
||||
#:cargo-development-inputs
|
||||
(("rust-failure" ,rust-failure-0.1))))
|
||||
|
@ -7472,7 +7472,7 @@ (define-public rust-foreign-types-macros-0.2
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/sfackler/foreign-types")
|
||||
(synopsis "Internal crate used by foreign-types")
|
||||
(description
|
||||
|
@ -8175,7 +8175,7 @@ (define-public rust-futures-macro-0.3
|
|||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||
(synopsis "Futures-rs procedural macro implementations")
|
||||
(description
|
||||
|
@ -11363,7 +11363,7 @@ (define-public rust-interpolate-name-0.2
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/lu-zero/interpolate_name")
|
||||
(synopsis "Simple procedural macro attribute for repetitive tests")
|
||||
|
@ -14562,7 +14562,7 @@ (define-public rust-no-panic-0.1
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/dtolnay/no-panic")
|
||||
|
@ -15049,7 +15049,7 @@ (define-public rust-num-derive-0.3
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/rust-num/num-derive")
|
||||
(synopsis "Numeric syntax extensions")
|
||||
|
@ -16192,7 +16192,7 @@ (define-public rust-palette-derive-0.5
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/Ogeon/palette")
|
||||
(synopsis "Automatically implement traits from the palette crate")
|
||||
|
@ -16738,7 +16738,7 @@ (define-public rust-paste-impl-0.1
|
|||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dtolnay/paste")
|
||||
(synopsis "Implementation detail of the paste crate")
|
||||
(description
|
||||
|
@ -17111,7 +17111,7 @@ (define-public rust-pest-generator-2.1
|
|||
("rust-pest-meta" ,rust-pest-meta-2.1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://pest.rs/")
|
||||
(synopsis "Pest code generator")
|
||||
(description "Pest code generator.")
|
||||
|
@ -17378,7 +17378,7 @@ (define-public rust-phf-macros-0.8
|
|||
("rust-phf-generator" ,rust-phf-generator-0.8)
|
||||
("rust-phf-shared" ,rust-phf-shared-0.8)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/sfackler/rust-phf")
|
||||
(synopsis "Macros to generate types in the phf crate")
|
||||
|
@ -18472,7 +18472,7 @@ (define-public rust-proc-macro-error-0.4
|
|||
(("rust-proc-macro-error-attr" ,rust-proc-macro-error-attr-0.4)
|
||||
("rust-version-check" ,rust-version-check-0.9)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://gitlab.com/CreepySkeleton/proc-macro-error")
|
||||
(synopsis "Almost drop-in replacement to panics in proc-macros")
|
||||
|
@ -18500,7 +18500,7 @@ (define-public rust-proc-macro-error-attr-0.4
|
|||
(("rust-syn-mid" ,rust-syn-mid-0.5)
|
||||
("rust-version-check" ,rust-version-check-0.9)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://gitlab.com/CreepySkeleton/proc-macro-error")
|
||||
(synopsis "Attribute macro for proc-macro-error crate")
|
||||
|
@ -18526,7 +18526,7 @@ (define-public rust-proc-macro-hack-0.5
|
|||
`(#:cargo-development-inputs
|
||||
(("rust-quote" ,rust-quote-1)
|
||||
("rust-rustversion" ,rust-rustversion-1.0)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-trybuild" ,rust-trybuild-1.0)
|
||||
("rust-demo-hack" ,rust-demo-hack-0.0)
|
||||
("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0))))
|
||||
|
@ -20326,7 +20326,7 @@ (define-public rust-ref-cast-impl-1.0
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dtolnay/ref-cast")
|
||||
(synopsis "Derive implementation for @code{ref_cast::RefCast}")
|
||||
(description
|
||||
|
@ -21272,7 +21272,7 @@ (define-public rust-rustc-ap-rustc-macros-654
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-synstructure" ,rust-synstructure-0.12))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-auto-publish")
|
||||
(synopsis "Automatically published versions of rustc macros")
|
||||
|
@ -21869,7 +21869,7 @@ (define-public rust-rustversion-1.0
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dtolnay/rustversion")
|
||||
(synopsis "Conditional compilation according to rustc compiler version")
|
||||
(description
|
||||
|
@ -21895,7 +21895,7 @@ (define-public rust-rustversion-0.1
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dtolnay/rustversion")
|
||||
(synopsis "Conditional compilation according to rustc compiler version")
|
||||
(description "This package provides conditional compilation according to
|
||||
|
@ -22305,7 +22305,7 @@ (define-public rust-scroll-derive-0.10
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/m4b/scroll")
|
||||
(synopsis "Pread and Pwrite traits from the scroll crate")
|
||||
|
@ -22886,7 +22886,7 @@ (define-public rust-serde-derive-1
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://serde.rs")
|
||||
|
@ -24451,7 +24451,7 @@ (define-public rust-stdweb-derive-0.5
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/koute/stdweb")
|
||||
(synopsis "Derive macros for the stdweb crate")
|
||||
(description
|
||||
|
@ -24482,7 +24482,7 @@ (define-public rust-stdweb-internal-macros-0.2
|
|||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-sha1" ,rust-sha1-0.6)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/koute/stdweb")
|
||||
(synopsis "Internal procedural macros for the stdweb crate")
|
||||
(description
|
||||
|
@ -24858,7 +24858,7 @@ (define-public rust-structopt-derive-0.4
|
|||
(("rust-heck" ,rust-heck-0.3)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-0.4)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/TeXitoi/structopt")
|
||||
(synopsis "Parse command line argument by defining a struct, derive crate")
|
||||
|
@ -24973,14 +24973,14 @@ (define-public rust-sval-derive-0.4
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/sval-rs/sval")
|
||||
(synopsis "Custom derive for sval")
|
||||
(description "Custom derive for sval.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-syn-1.0
|
||||
(define-public rust-syn-1
|
||||
(package
|
||||
(name "rust-syn")
|
||||
(version "1.0.17")
|
||||
|
@ -25017,7 +25017,7 @@ (define-public rust-syn-1.0
|
|||
|
||||
(define-public rust-syn-0.15
|
||||
(package
|
||||
(inherit rust-syn-1.0)
|
||||
(inherit rust-syn-1)
|
||||
(name "rust-syn")
|
||||
(version "0.15.44")
|
||||
(source
|
||||
|
@ -25094,7 +25094,7 @@ (define-public rust-syn-mid-0.5
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/taiki-e/syn-mid")
|
||||
(synopsis
|
||||
|
@ -25155,7 +25155,7 @@ (define-public rust-synstructure-0.12
|
|||
#:cargo-inputs
|
||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))
|
||||
(home-page "https://github.com/mystor/synstructure")
|
||||
(synopsis "Helper methods and macros for custom derives")
|
||||
|
@ -26060,7 +26060,7 @@ (define-public rust-thiserror-impl-1.0
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/dtolnay/thiserror")
|
||||
(synopsis "Implementation detail of the thiserror crate")
|
||||
(description "This package provides an implementation detail of the
|
||||
|
@ -26683,7 +26683,7 @@ (define-public rust-tokio-macros-0.2
|
|||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0))
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tokio" ,rust-tokio-0.2))))
|
||||
(home-page "https://tokio.rs")
|
||||
|
@ -28633,7 +28633,7 @@ (define-public rust-wasm-bindgen-backend-0.2
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||
(synopsis "Backend code generation of the wasm-bindgen tool")
|
||||
|
@ -28747,7 +28747,7 @@ (define-public rust-wasm-bindgen-macro-support-0.2
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-wasm-bindgen-backend" ,rust-wasm-bindgen-backend-0.2)
|
||||
("rust-wasm-bindgen-shared" ,rust-wasm-bindgen-shared-0.2))))
|
||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||
|
@ -28943,7 +28943,7 @@ (define-public rust-wasm-bindgen-webidl-0.2
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-wasm-bindgen-backend" ,rust-wasm-bindgen-backend-0.2)
|
||||
("rust-weedle" ,rust-weedle-0.10))))
|
||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||
|
@ -30184,7 +30184,7 @@ (define-public rust-zeroize-derive-1
|
|||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1.0)
|
||||
("rust-syn" ,rust-syn-1)
|
||||
("rust-synstructure" ,rust-synstructure-0.12))))
|
||||
(home-page "https://github.com/iqlusioninc/crates/")
|
||||
(synopsis "Custom derive support for zeroize")
|
||||
|
|
|
@ -283,7 +283,7 @@ (define-public rust-cbindgen
|
|||
("quote" ,rust-quote-1)
|
||||
("serde" ,rust-serde-1)
|
||||
("serde-json" ,rust-serde-json-1)
|
||||
("syn" ,rust-syn-1.0)
|
||||
("syn" ,rust-syn-1)
|
||||
("tempfile" ,rust-tempfile-3)
|
||||
("toml" ,rust-toml-0.5))))
|
||||
(home-page "https://github.com/eqrion/cbindgen/")
|
||||
|
|
Loading…
Reference in a new issue