Disable all default features instead of individual

Hello, I noticed that all my Cargo.toml files are filled with default-features = false, for almost every dependency I have. Is there a way to disable them for all dependencies of a crate/workspace?

No, default features need to be disabled on a per-dependency basis. There is an issue requesting this as a feature though: