File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ hex-literal = "1"
3535[features ]
3636default = [" alloc" , " getrandom" , " simple" ]
3737alloc = [" password-hash?/alloc" ]
38- std = [" alloc" , " base64ct/std" ]
3938
4039getrandom = [" simple" , " phc/getrandom" ]
4140parallel = [" dep:rayon" ]
Original file line number Diff line number Diff line change @@ -134,9 +134,6 @@ compile_error!("this crate builds on 32-bit and 64-bit platforms only");
134134#[ cfg( feature = "alloc" ) ]
135135extern crate alloc;
136136
137- #[ cfg( feature = "std" ) ]
138- extern crate std;
139-
140137mod algorithm;
141138mod blake2b_long;
142139mod block;
Original file line number Diff line number Diff line change @@ -30,10 +30,9 @@ sha2 = "0.11.0-rc.3"
3030[features ]
3131default = [" alloc" , " getrandom" , " password-hash" ]
3232alloc = [" password-hash/alloc" ]
33- std = [" alloc" , " getrandom" ]
3433
3534getrandom = [" phc/getrandom" ]
36- parallel = [" rayon" , " std " ]
35+ parallel = [" dep: rayon" ]
3736password-hash = [" dep:password-hash" , " dep:phc" ]
3837zeroize = [" dep:zeroize" ]
3938
Original file line number Diff line number Diff line change 5858#[ cfg( feature = "alloc" ) ]
5959extern crate alloc;
6060
61- #[ cfg( feature = "std" ) ]
62- extern crate std;
63-
6461mod algorithm;
6562mod balloon;
6663mod error;
You can’t perform that action at this time.
0 commit comments