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 whenever charted-testkit is added without default-features = false somewhere in the dependency tree.

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.