There is likely a more efficient way, but to at least get you started would using [local dependencies via a nimbledeps folder](https://github.com/nim-lang/nimble#nimbles-folder-structure-and-packages) and then listing all installed packages via [nimble list --installed --ver](https://github.com/nim-lang/nimble/blob/master/changelog.markdown#062---19062015) get you the information you require?
- Is it possible to generate a list of all transient dependencies ... adnan
- Is it possible to generate a list of all transient dependen... saem