dtolnay / cargo-tally

Graph the number of crates that depend on your crate over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Cargo's "weak dependency features"

dtolnay opened this issue · comments

Reference:

Example:

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }

[features]
std = ["serde?/std"]