[package] name = "equivs3_crate" version = "0.1.0" authors = ["strombrg@gmail.com"] [dependencies] # rust-crypto's md5, ripemd160 and sha256 implementations were very slow. About 2x slower than CPython's md5. rust-crypto = "^0.2" # This too was much slower than CPython. # md5 = "^0.5" fasthash = "0.3.2" flame = "^0.2" clap = "^2.32"