Skip to content
Discussion options

You must be logged in to vote

Unfortunately, cargo install does not honor the [patch.crates.io] section of Cargo.toml as noted in Installation Option 3.

https://github.com/dathere/qsv?tab=readme-ov-file#option-3-install-with-rust

You'll need compile from source.

https://github.com/dathere/qsv?tab=readme-ov-file#option-4-compile-from-source

Notice that I heavily comment the patch.crates.io section as to why qsv is using patched versions of several crates. I also often create PRs for the patched crates, and remove the patches once my PRs are merged.

qsv/Cargo.toml

Lines 306 to 354 in f14f15b

[patch.crates-io]
# use our tweaked fork of csv crate
# the csv crate underpins a lot of qsv's functionality…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@gcflymoto
Comment options

Answer selected by jqnatividad
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2694 on April 14, 2025 22:37.