Skip to content

Commit 7316a72

Browse files
committed
chore(deps): expose compile feature to pass through testcontainers/ring or aws-lc-rs
1 parent 331abcc commit 7316a72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ all-features = true
1414
rustdoc-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"]
1821
azurite = []
1922
blocking = ["testcontainers/blocking"]
2023
docker-compose = ["testcontainers/docker-compose"]
@@ -79,7 +82,7 @@ rcgen = { version = "0.14.5", features = [
7982
], default-features = false, optional = true }
8083
serde = { version = "1.0.217", features = ["derive"], optional = true }
8184
serde_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]

0 commit comments

Comments
 (0)