Open
Description
When trying to run the top 100 "crypto" crates, there are two crates that fail to build due to external dependencies, rust_sodium-sys and gpgme-sys which need libsodium and gnupg respectively.
We should consider adding these to the build environment for Windows. Both are made available on Linux.