kube-rs / kube

Rust Kubernetes client and controller runtime
https://kube.rs
Apache License 2.0
2.91k stars 304 forks source link

replace `derivative` dependency #1583

Closed clux closed 1 week ago

clux commented 1 week ago

derivative dependency is unmtaintained, and used in a few places in kube-runtime.

keeping it forces multiple versions of syn (1 via derivative, 2 via everything else).

https://github.com/mcarton/rust-derivative/issues/117

alternatives from a quick search:

out of the 3, derive-more has by far the most use/stars/engagement and "is stable", so if that can be made to work, then that would probably be good.