You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run cargo doc, it builds the documentation for all the dependencies of the project. The problem is that I don't want all the documentation for every crate. I only want the documentation for the crates that are direct dependencies of my project and not the dependencies of my project's dependencies.
Describe the solution you'd like
I would prefer if the default behavior of cargo doc only builds the documentation for my project and its direct dependencies.
neysofu, Diomendius, krooq, hberntsen, ArifRoktim and 8 more