We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pem
alloc
1 parent bf211c8 commit 8d29e28Copy full SHA for 8d29e28
pkcs8/src/lib.rs
@@ -70,7 +70,7 @@
70
//! [PKCS#5v2 Password Based Encryption Scheme 2 (RFC 8018)]: https://tools.ietf.org/html/rfc8018#section-6.2
71
//! [scrypt]: https://en.wikipedia.org/wiki/Scrypt
72
73
-#[cfg(feature = "pem")]
+#[cfg(feature = "alloc")]
74
extern crate alloc;
75
#[cfg(feature = "std")]
76
extern crate std;
0 commit comments