Describe the bug
The generated code refers to modules once_cell and colored that might not be dependencies of the consuming project. Since the user may never use these crates directly, they shouldn't be required to import them either.
FWIW I think it's common to republish the dependencies used by generated code and have the generated code refer to them within the republished namespace.
Describe the bug The generated code refers to modules
once_cell
andcolored
that might not be dependencies of the consuming project. Since the user may never use these crates directly, they shouldn't be required to import them either.FWIW I think it's common to republish the dependencies used by generated code and have the generated code refer to them within the republished namespace.