We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145606a commit c5209c2Copy full SHA for c5209c2
smb/Cargo.toml
@@ -82,3 +82,7 @@ sign_gmac = ["dep:aes-gcm"]
82
sign_cmac = ["dep:cmac"]
83
sign_hmac = []
84
sign = ["sign_gmac", "sign_cmac", "sign_hmac"]
85
+
86
+[package.metadata.docs.rs]
87
+features = ["async", "sign", "encrypt", "compress"]
88
+no-default-features = true
0 commit comments