We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d8985 commit 9be256eCopy full SHA for 9be256e
quinn-proto/Cargo.toml
@@ -30,6 +30,8 @@ ring = ["dep:ring"]
30
platform-verifier = ["dep:rustls-platform-verifier"]
31
# Configure `tracing` to log events via `log` if no `tracing` subscriber exists.
32
log = ["tracing/log"]
33
+# Enable rustls logging
34
+rustls-log = ["rustls?/logging"]
35
36
[dependencies]
37
arbitrary = { workspace = true, optional = true }
quinn/Cargo.toml
@@ -38,6 +38,8 @@ runtime-smol = ["async-io", "smol"]
38
39
40
log = ["tracing/log", "proto/log", "udp/log"]
41
42
43
44
45
async-io = { workspace = true, optional = true }
0 commit comments