Closed
Description
For our binary packages, we use cargo-about to generate a list of all licenses of dependencies.
Our rust user can easily do the same donloat all the licenses of their program.
What we should do anyway is to have this generated list on our documentation so that one can see all the dependencies. And maybe user can take this list for their C++ or Js/python.
Ideally we run cargo-about when generating the docs to generate something that can be shown in a section of the docs.
We can also try to see if we can generate machine readable format that can be consumed by users.