Skip to content

Commit

Permalink
Cargo.toml: make rustls-platform-verifier feature as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev authored Mar 12, 2024
1 parent 68c7d05 commit cb0fad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ http1 = ["hyper-util/http1"]
http2 = ["hyper-util/http2"]
webpki-tokio = ["webpki-roots"]
native-tokio = ["rustls-native-certs"]
rustls-platform-verifier = ["rustls-platform-verifier"]
ring = ["rustls/ring"]
tls12 = ["tokio-rustls/tls12", "rustls/tls12"]
logging = ["log", "tokio-rustls/logging", "rustls/logging"]
Expand Down

0 comments on commit cb0fad2

Please sign in to comment.