Graph the number of crates that depend on your crate over time
Reference: - https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html - https://github.com/rust-lang/cargo/issues/5565 Example: ```toml [dependencies] ravif = { version = "0.6.3", optional = true } rgb = { version = "0.8.25", optional = true } [features] avif = ["dep:ravif", "dep:rgb"] ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dtolnay and has received 1 comments.