cargo-freeze

Crates.iocargo-freeze
lib.rscargo-freeze
version0.0.3
sourcesrc
created_at2017-09-05 21:27:00.774555
updated_at2017-09-05 22:08:08.356751
descriptionEdit Cargo.toml from Cargo.lock to freeze dependencies
homepagehttps://github.com/jmcomets/cargo-freeze
repositoryhttps://github.com/jmcomets/cargo-freeze
max_upload_size
id30691
size1,975
crates-io (github:technocreatives:crates-io)

documentation

https://docs.rs/cargo-freeze

README

cargo-freeze

Important note

I started this because I wanted to freeze all dependencies in my projects' Cargo.toml manifests to match the version I'd compiled in the Cargo.lock lock files.

While searching for existing cargo manifest libraries, I stumbled upon cargo-edit, which has an cargo-upgrade subcommand that accomplishes something similar, but instead of reading from the project's lock file, I queries crates.io for the latest version.

I'd suggest using it instead of mine.

Commit count: 0

cargo fmt