Skip to content

Commit c5209c2

Browse files
committed
Configuring docs.rs metadata
1 parent 145606a commit c5209c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

smb/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ sign_gmac = ["dep:aes-gcm"]
8282
sign_cmac = ["dep:cmac"]
8383
sign_hmac = []
8484
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

Comments
 (0)