blob: 3a765ec593a78d923b0e0bf414fd62a844717f98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Cargo.toml.orig 2023-11-09 10:16:19 UTC
+++ Cargo.toml
@@ -101,13 +101,12 @@ multi-user = [
"unicode-normalization",
"urlparse",
]
-static-openssl = ["openssl/vendored"]
# Preview features - not ready for production use
rta = []
# Internal features - not for external use
-all = ["multi-user", "rta", "static-openssl"]
+all = ["multi-user", "rta"]
hsm-tests-kmip = ["hsm"]
hsm-tests-pkcs11 = ["hsm"]
|