Feature request: Check non-dev dependencies for default-features
toggled off
#482
Labels
Feat
Feature
default-features
toggled off
#482
First of all, I would like to give thanks to you for this great tool. Been mainly using the
check features
feature which came in super nifty whentry-runtime
feats became more restrictive.Anyway, I was wondering whether it would be much overhead to add a new feature which just lists/checks non develop dependencies for
default-features
toggled off. It still happens way too often that some dependency is loaded withstd
not turned off by mistake. As you know, finding that needle in the hay can be super fiddly. I envisionsubalfred
to once again come to the rescue for such cases.As an example, we imported a dependency
example-dep
in non-dev environment and added all missing featuresexample-dep/std
,example-dep/runtime-benchmarks
as well asexample-dep/try-runtime
derived viasubalfed
as part of a Substrate update. However, by mistake theexample-dep
dependency was configured withdefault-features = true
which we only found after digging through all 50 Cargo.toml diffs.The text was updated successfully, but these errors were encountered: