I'm developing cargo-nix, which builds Rust binaries using Nix.
I've completed implementing the minimal functionality and tried it with several crates.
I found out that some crates, like ripgrep and bat, can be built with cargo-nix, while others cannot.
I want to test cargo-nix on popular crates.
How can I get the list of binary crates and the number of downloads from crates.io?
Thanks!