ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
706 stars 49 forks source link

Paste dependency is no longer maintained #145

Open tenzap opened 1 month ago

tenzap commented 1 month ago

paste crate is no longer maintained according to https://github.com/dtolnay/paste/commit/6a302522990cbfd9de4e0c61d91854622f7b2999

The GitHub repo is now also marked as 'archived'.

Maybe you could replace it by something else.

HEnquist commented 1 month ago

This affects a very large number of crates! The latest version of paste works fine so it's not super urgent to replace it, but it will for sure be needed at some point. The question is with what.. I'm not aware of any alternatives other than just removing it and doing the things manually instead.