diff --git a/src/read.rs b/src/read.rs index 7db40f93..01b043a1 100644 --- a/src/read.rs +++ b/src/read.rs @@ -976,6 +976,7 @@ impl ZipArchive { /// Holds the AES information of a file in the zip archive #[derive(Debug)] +#[cfg(feature = "aes-crypto")] pub struct AesInfo { /// The AES encryption mode pub aes_mode: AesMode,