parity-zcash
parity-zcash copied to clipboard
Map out non-rust dependencies and make an elimination list
We have lots of non-rust dependencies. Some of these, like libsecp256, have minimal dependencies and basically just need a C compiler, while others have heavier dependencies and require various build dependencies. A library like libsecp256 probably isn't worth replacing, but it's worth seeing if we have any dependencies with heavy build dependencies that we could remove with relatively little work.