Cargo complains over yanked dependency

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • oscore

    Experimental OSCORE implementation with EDHOC key exchange

  • Hi, I'm currently trying to build this project.

  • crates.io

    The Rust package registry

  • When I go to crates.io and look at the missing lib. Here I can see that the crate in question has been yanked, but should still be possible to download for usage.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • block-ciphers

    Collection of block cipher algorithms written in pure Rust

  • If you are trying to use it as a library in your own crate then I would suggest looking at the [patch.crates-io] section of your Cargo.toml. It should allow you to override the dependency and point it to something else. Under that section set aes = { git = 'https://github.com/RustCrypto/block-ciphers', rev = 'e59142b26edcaa5e287c7e5067be8a501b42f9cb' }, changing the rev key to whichever commit has the right version of the crate when it was published. Then do the same for block-cipher and any others that it cannot find the version for but with the correct repository and commit.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: A graph based arbitrage calculator

    1 project | news.ycombinator.com | 11 May 2024
  • Secure Pattern for Deploying WASM on S3

    2 projects | dev.to | 11 May 2024
  • Stalwart Mail Server

    1 project | news.ycombinator.com | 11 May 2024
  • Minimalistic habit tracker CLI app written in Rust and ratatui

    1 project | news.ycombinator.com | 11 May 2024
  • Implement React v18 from Scratch Using WASM and Rust - [12] Implement Update for Multi Node

    1 project | dev.to | 11 May 2024