forked from Lainports/freebsd-ports
Changelog: https://github.com/NLnetLabs/krill/releases/tag/v0.14.1 Changelog: https://github.com/NLnetLabs/krill/releases/tag/v0.14.2 PR: 274907
17 lines
426 B
TOML
17 lines
426 B
TOML
--- 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"]
|
|
|