We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e69f92 commit a3c9309Copy full SHA for a3c9309
ml-dsa/Cargo.toml
@@ -13,6 +13,16 @@ repository = "https://github.com/RustCrypto/signatures"
13
readme = "README.md"
14
categories = ["cryptography"]
15
keywords = ["crypto", "signature"]
16
+# Exclude these large files in published crate:
17
+exclude = [
18
+ "tests/key-gen.json",
19
+ "tests/key-gen.rs",
20
+ "tests/proptests.proptest-regressions",
21
+ "tests/sig-gen.json",
22
+ "tests/sig-gen.rs",
23
+ "tests/sig-ver.json",
24
+ "tests/sig-ver.rs",
25
+]
26
27
[features]
28
default = ["rand_core", "alloc", "pkcs8"]
0 commit comments