Index: maturin/Cargo.toml
===================================================================
--- maturin.orig/Cargo.toml
+++ maturin/Cargo.toml
@@ -119,21 +119,12 @@ trycmd = "0.15.0"
 which = "6.0.0"
 
 [features]
-default = ["full", "rustls"]
+default = ["full"]
 
 full = ["scaffolding"]
 
 schemars = ["dep:schemars", "dep:pretty_assertions"]
 
-rustls = [
-    "dep:rustls",
-    "dep:rustls-pemfile",
-]
-native-tls = [
-    "dep:native-tls",
-    "dep:rustls-pemfile",
-]
-
 # project scaffolding
 scaffolding = ["dialoguer", "console", "minijinja", "unicode-xid"]
 
