EmbarkStudios / cargo-about

📜 Cargo plugin to generate list of all licenses for a crate 🦀
http://embark.rs
Apache License 2.0
545 stars 32 forks source link

Unused configuration should warn #232

Open Jake-Shadle opened 1 year ago

Jake-Shadle commented 1 year ago

If you for example have a <crate>.accepted configuration for a crate not in the graph, nothing will be outputted, even though it should show a warning that that config entry is not being used. This applies to other parts as well.