Skip to content

Sparse registry support #87

@Shnatsel

Description

@Shnatsel

Cargo is currently testing a sparse registry served over HTTPS, instead of downloading the entire git repo: https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html

Are there any plans to support it in this crate?

I'm looking to use it in cargo audit for two reasons:

  1. Shorter CI times without having to download the entire registry
  2. Removing the dependency on OpenSSL via libgit2 and replacing it with rustls. (Although Replace git2 with gitoxide #82 would also solve this)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions