summaryrefslogtreecommitdiff
path: root/rust-keylime-adjust-features.patch
blob: 68229507a5c5465c8d9d6cfb07269ddca5ffa160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- a/keylime-agent/Cargo.toml	2023-05-25 11:34:50.849496112 +0200
+++ b/keylime-agent/Cargo.toml	2023-05-25 11:35:38.163793600 +0200
@@ -34,11 +34,6 @@
 tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
 thiserror = "1.0"
 uuid = {version = "1.3", features = ["v4"]}
-zmq = {version = "0.9.2", optional = true}
-# wiremock was moved to be a regular dependency because optional
-# dev-dependencies are not supported
-# see: https://github.com/rust-lang/cargo/issues/1596
-wiremock = {version = "0.5", optional = true}
 
 [dev-dependencies]
 actix-rt = "2"
@@ -46,20 +41,6 @@
 [features]
 # The features enabled by default
 default = []
-# this should change to dev-dependencies when we have integration testing
-testing = ["wiremock"]
-# Whether the agent should be compiled with support to listen for notification
-# messages on ZeroMQ
-#
-# This feature is deprecated and will be removed on next major release
-with-zmq = ["zmq"]
-# Whether the agent should be compiled with support for python revocation
-# actions loaded as modules, which is the only kind supported by the python
-# agent (unless the enhancement-55 is implemented). See:
-# https://github.com/keylime/enhancements/blob/master/55_revocation_actions_without_python.md
-#
-# This feature is deprecated and will be removed on next major release
-legacy-python-actions = []
 
 [package.metadata.deb]
 section = "net"