Cargo Features
[dependencies]
charted-testkit = { version = "0.1.1", default-features = false, features = ["testcontainers", "macros", "http2"] }
- default = macros
-
The
macros
feature is set by default whenevercharted-testkit
is added without
somewhere in the dependency tree.default-features = false - testcontainers
-
Enables testcontainers ^0.21.0, testcontainers of optional charted-testkit-macros
- macros default
-
Enables charted-testkit-macros
- http2
-
Enables http2 of axum, hyper, and hyper-util
charted-testkit has 4 features without comments.