@@ -29,7 +29,7 @@ zeroize = { version = "1", default-features = false }
2929argon2 = { version = " 0.6.0-rc.0" , optional = true , default-features = false , features = [" alloc" ] }
3030bcrypt-pbkdf = { version = " 0.11.0-rc.0" , optional = true , default-features = false , features = [" alloc" ] }
3131dsa = { version = " 0.7.0-rc.0" , optional = true , default-features = false , features = [" hazmat" ] }
32- # ed25519-dalek = { version = "=2.2.0-pre", optional = true, default-features = false }
32+ ed25519-dalek = { version = " =2.2.0-pre" , optional = true , default-features = false }
3333hex = { version = " 0.4" , optional = true , default-features = false , features = [" alloc" ] }
3434hmac = { version = " 0.13.0-rc.0" , optional = true }
3535home = { version = " 0.5" , optional = true }
@@ -51,10 +51,10 @@ default = ["ecdsa", "rand_core", "std"]
5151alloc = [" encoding/alloc" , " signature/alloc" , " zeroize/alloc" , ]
5252std = [" alloc" , " p256?/std" , " p384?/std" , " p521?/std" , " rsa?/std" , " sec1?/std" , " dep:home" ]
5353
54- crypto = [" p256" , " p384" , " p521" , " rsa" ] # ... "ed25519" ] NOTE: `dsa` is obsolete/weak
54+ crypto = [" ed25519 " , " p256" , " p384" , " p521" , " rsa" ] # NOTE: `dsa` is obsolete/weak
5555dsa = [" dep:dsa" , " dep:sha1" , " alloc" , " encoding/bigint" , " signature/rand_core" ]
5656ecdsa = [" dep:sec1" ]
57- # ed25519 = ["dep:ed25519-dalek", "rand_core"]
57+ ed25519 = [" dep:ed25519-dalek" , " rand_core" ]
5858encryption = [
5959 " dep:bcrypt-pbkdf" ,
6060 " alloc" ,
0 commit comments