We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ring
ssl
1 parent f13d4ea commit f61aeb4Copy full SHA for f61aeb4
testcontainers/Cargo.toml
@@ -44,10 +44,10 @@ ulid = { version = "1.1.3", optional = true }
44
url = { version = "2", features = ["serde"] }
45
46
[features]
47
-default = ["ssl"]
48
-ssl = ["bollard/ssl"]
+default = ["ring"]
+ring = ["bollard/ssl"]
49
aws-lc-rs = ["bollard/aws-lc-rs"]
50
-ssl_providerless = ["bollard/ssl_providerless"]
+ssl = ["bollard/ssl_providerless"]
51
blocking = []
52
watchdog = ["signal-hook", "conquer-once"]
53
http_wait = ["reqwest"]
0 commit comments