Skip to content

Commit cc45c06

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ 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"]
1820
azurite = []
1921
blocking = ["testcontainers/blocking"]
2022
docker-compose = ["testcontainers/docker-compose"]
@@ -79,7 +81,7 @@ rcgen = { version = "0.14.5", features = [
7981
], default-features = false, optional = true }
8082
serde = { version = "1.0.217", features = ["derive"], optional = true }
8183
serde_json = { version = "1.0.138", optional = true }
82-
testcontainers = { version = "0.26.0" }
84+
testcontainers = { version = "0.26.0", default-features = false }
8385

8486

8587
[dev-dependencies]

0 commit comments

Comments
 (0)