mgdm / htmlq

Like jq, but for HTML.
MIT License
7k stars 107 forks source link

Kuchiki is unmaintained #61

Open SimonSapin opened 1 year ago

SimonSapin commented 1 year ago

This is to let you know that your dependency https://crates.io/crates/kuchiki will not receive new versions. I’ve archived its source repository: https://github.com/kuchiki-rs/kuchiki#archived

No immediate action is required as I’m not planning the yank the crate. If and when you look into replacing the dependency, I’d like to encourage you to experiment with data structures since Rc+Weak is only one of many ways to represent trees in Rust.