Closed
Description
Problem
I know that git dependencies cause problems for publishing a crate, but what if the git dependency is optional and not included in the release of the crate? Then you ought to be able to publish the crate.
Proposed Solution
If the only git dependencies are optional and not included when publishing the crate allow publishing the crate.
Notes
No response