Cargo Features
Testcontainers has no features set by default.
[dependencies]
testcontainers = { version = "0.23.1", features = ["blocking", "watchdog", "http_wait", "properties-config"] }
- blocking
- watchdog = conquer-once, signal-hook
- http_wait = reqwest
- properties-config = serde-java-properties
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.