logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: cargo-edit

https://lib.rs/crates/cargo-edit/

Add the last reviewed version to Cargo.toml / [dependencies]:

cargo-edit = "0.4.0"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
2
1
1
crate version
rating
date
reviewer
thoroughness, understanding
cargo-edit 0.4.0
neutral
2019-09-24
low, medium

Add/remove/update Cargo.toml dependencies from the command line.

Pros:

  • Safe, probably works

Cons:

  • Lots of code
  • Lots of dependencies, some of which I haven't fully audited.
  • License ambiguity (is this MIT or Apache-2.0/MIT licensed?)

0.4.0

crev
thoroughnesslow
understandingmedium
ratingneutral
DiffRatingNotes
Cargo.lock+1Added since 0.3.3, enabling frozen installs. Approx 200 indirect deps.
Cargo.toml+1Version bumps
Cargo.toml.orig+1Version bumps
README.md+1Mentions new --sort option
appveyor.yml+1Disables gnu targets
src/bin/add/args.rs+1New --sort and --offline options
src/bin/add/main.rs+1
src/bin/upgrade/main.rs+1
src/errors.rs+1
src/fetch.rs+1
src/lib.rs+1
src/manifest.rs+1
src/registry.rs+1
tests/cargo-add.rs+1
tests/fixtures/add/Cargo.toml.unsorted+1

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/