@@ -4,13 +4,13 @@ members = [
44 " base16ct" ,
55 " base32ct" ,
66 " base64ct" ,
7- " cmpv2" ,
8- " cms" ,
7+ # "cmpv2",
8+ # "cms",
99 " const-oid" ,
10- " crmf" ,
10+ # "crmf",
1111 " der" ,
1212 " der_derive" ,
13- " gss-api" ,
13+ # "gss-api",
1414 " pem-rfc7468" ,
1515 " pkcs1" ,
1616 " pkcs5" ,
@@ -22,6 +22,16 @@ members = [
2222 " tai64" ,
2323 " tls_codec" ,
2424 " tls_codec/derive" ,
25+ # "x509-tsp",
26+ # "x509-cert",
27+ # "x509-cert/test-support",
28+ # "x509-ocsp"
29+ ]
30+ exclude = [
31+ " cmpv2" ,
32+ " cms" ,
33+ " crmf" ,
34+ " gss-api" ,
2535 " x509-tsp" ,
2636 " x509-cert" ,
2737 " x509-cert/test-support" ,
@@ -58,56 +68,3 @@ tls_codec_derive = { path = "./tls_codec/derive" }
5868x509-tsp = { path = " ./x509-tsp" }
5969x509-cert = { path = " ./x509-cert" }
6070x509-ocsp = { path = " ./x509-ocsp" }
61-
62-
63- # https://github.com/RustCrypto/signatures/pull/913
64- # https://github.com/RustCrypto/signatures/pull/923
65- ecdsa = { git = " https://github.com/RustCrypto/signatures.git" }
66- rfc6979 = { git = " https://github.com/RustCrypto/signatures.git" }
67- # https://github.com/RustCrypto/key-wraps/pull/34
68- # https://github.com/RustCrypto/key-wraps/pull/35
69- # https://github.com/RustCrypto/key-wraps/pull/39
70- aes-kw = { git = " https://github.com/RustCrypto/key-wraps.git" }
71-
72-
73- # https://github.com/RustCrypto/KDFs/pull/102
74- ansi-x963-kdf = { git = " https://github.com/RustCrypto/KDFs.git" }
75- hkdf = { git = " https://github.com/RustCrypto/KDFs.git" }
76-
77-
78- # https://github.com/RustCrypto/traits/pull/1777
79- crypto-common = { git = " https://github.com/RustCrypto/traits.git" }
80- elliptic-curve = { git = " https://github.com/RustCrypto/traits.git" }
81- signature = { git = " https://github.com/RustCrypto/traits.git" }
82- aead = { git = " https://github.com/RustCrypto/traits.git" }
83- digest = { git = " https://github.com/RustCrypto/traits.git" }
84-
85- # https://github.com/RustCrypto/RSA/pull/478
86- # https://github.com/RustCrypto/RSA/pull/504
87- rsa = { git = " https://github.com/RustCrypto/RSA.git" }
88-
89- # https://github.com/RustCrypto/password-hashes/pull/577
90- # https://github.com/RustCrypto/password-hashes/pull/578
91- # https://github.com/RustCrypto/password-hashes/pull/592
92- pbkdf2 = { git = " https://github.com/RustCrypto/password-hashes.git" }
93- scrypt = { git = " https://github.com/RustCrypto/password-hashes.git" }
94-
95- crypto-bigint = { git = " https://github.com/RustCrypto/crypto-bigint.git" }
96- crypto-primes = { git = " https://github.com/entropyxyz/crypto-primes.git" }
97-
98- # https://github.com/RustCrypto/elliptic-curves/pull/1125
99- # https://github.com/RustCrypto/elliptic-curves/pull/1131
100- primefield = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
101- p256 = { git = " https://github.com/RustCrypto/elliptic-curves.git" }
102-
103- cbc = { git = " https://github.com/RustCrypto/block-modes.git" }
104- ctr = { git = " https://github.com/RustCrypto/block-modes.git" }
105- aes-gcm = { git = " https://github.com/RustCrypto/AEADs.git" }
106- salsa20 = { git = " https://github.com/RustCrypto/stream-ciphers.git" }
107-
108- sha1 = { git = " https://github.com/RustCrypto/hashes.git" }
109- sha2 = { git = " https://github.com/RustCrypto/hashes.git" }
110- sha3 = { git = " https://github.com/RustCrypto/hashes.git" }
111- whirlpool = { git = " https://github.com/RustCrypto/hashes.git" }
112-
113- hmac = { git = " https://github.com/RustCrypto/MACs.git" }
0 commit comments