The ModuleInfo proto does not export the full path/label of the symbols, nor the other info protos. I'd like to write templates that automatically add load usage, e.g:
load('//foo/bar:baz.bzl', 'qux')
But the /foo/bar:baz.bzl part is not available for the template.