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
|
Description: avoid testing-only not-in-Debian crate hpke-rs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-12-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,16 +10,12 @@
"examples",
# Tests that require OpenSSL
"openssl-tests",
- # example of custom provider
- "provider-example",
# the main library and tests
"rustls",
# common code for testing the core crate
"rustls-test",
# benchmarking tool
"rustls-bench",
- # rustls cryptography provider integration tests
- "rustls-provider-test",
# rustls cryptography provider for fuzzing
"rustls-fuzzing-provider",
]
|