The one_collect crate is currently only available via a git clone/path dependency. Downstream potential consumers (e.g. https://github.com/open-telemetry/otel-arrow) cannot publish their crates to crates.io as long as one_collect is not on the registry, since crates.io rejects both path and git dependencies.
What are the plans to publish one_collect to crates.io so it can be used as a versioned registry dependency?
The
one_collectcrate is currently only available via a git clone/path dependency. Downstream potential consumers (e.g. https://github.com/open-telemetry/otel-arrow) cannot publish their crates to crates.io as long asone_collectis not on the registry, since crates.io rejects both path and git dependencies.What are the plans to publish
one_collectto crates.io so it can be used as a versioned registry dependency?