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/8832 Example: ```toml [dependencies] serde = { version = "1.0", optional = true, default-features = false } [features] std = ["serde?/std"] ```
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 0 comments.