File Cargo_toml.patch of Package rust-keylime
diff --git i/Cargo.toml w/Cargo.toml
index 40469ae..e52ad57 100644
--- i/Cargo.toml
+++ w/Cargo.toml
@@ -56,7 +56,7 @@ static_assertions = "1"
tempfile = "3.4.0"
thiserror = "2.0"
tokio = {version = "1", features = ["rt", "sync", "macros"]}
-tss-esapi = {version = "7.6.0"}
+tss-esapi = {version = "7.6.0", features = ["generate-bindings"]}
url = "2.5.4"
uuid = {version = "1.3", features = ["v4"]}
zip = {version = "0.6", default-features = false, features= ["deflate"]}