Compile pbkdf2 without default features

Enables the library to be compiled for target wasm32-unknown-unknown.

Closes #46.
This commit is contained in:
Jack Grigg 2020-01-01 19:33:02 -05:00
parent 62e9328b82
commit dcae60439b
No known key found for this signature in database
GPG key ID: 9E8255172BBF9898
2 changed files with 1 additions and 35 deletions

View file

@ -74,7 +74,7 @@ curve25519-dalek = "2"
blowfish = { version = "0.4", features = ["bcrypt"] }
byteorder = "1"
crypto-mac = "0.7"
pbkdf2 = "0.3"
pbkdf2 = { version = "0.3", default-features = false }
# - Encrypted keys
aes-ctr = "0.3"