File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ all-features = true
1414rustdoc-args = [" --cfg" , " docsrs" ]
1515
1616[features ]
17- default = []
17+ default = [" ring" ]
18+ ring = [" testcontainers/ring" ]
19+ aws-lc-rs = [" testcontainers/aws-lc-rs" ]
20+ ssl = [" testcontainers/ssl" ]
1821azurite = []
1922blocking = [" testcontainers/blocking" ]
2023docker-compose = [" testcontainers/docker-compose" ]
@@ -79,7 +82,7 @@ rcgen = { version = "0.14.5", features = [
7982], default-features = false , optional = true }
8083serde = { version = " 1.0.217" , features = [" derive" ], optional = true }
8184serde_json = { version = " 1.0.138" , optional = true }
82- testcontainers = { version = " 0.26.0" }
85+ testcontainers = { version = " 0.26.0" , default-features = false }
8386
8487
8588[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments