We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331abcc commit cc45c06Copy full SHA for cc45c06
Cargo.toml
@@ -14,7 +14,9 @@ all-features = true
14
rustdoc-args = ["--cfg", "docsrs"]
15
16
[features]
17
-default = []
+default = ["ring"]
18
+ring = ["testcontainers/ring"]
19
+aws-lc-rs = ["testcontainers/aws-lc-rs"]
20
azurite = []
21
blocking = ["testcontainers/blocking"]
22
docker-compose = ["testcontainers/docker-compose"]
@@ -79,7 +81,7 @@ rcgen = { version = "0.14.5", features = [
79
81
], default-features = false, optional = true }
80
82
serde = { version = "1.0.217", features = ["derive"], optional = true }
83
serde_json = { version = "1.0.138", optional = true }
-testcontainers = { version = "0.26.0" }
84
+testcontainers = { version = "0.26.0", default-features = false }
85
86
87
[dev-dependencies]
0 commit comments