Cargo Features

[dependencies]
testfixtures = { version = "0.1.2", default-features = false, features = ["runtime-tokio", "runtime-async-std", "mysql"] }
default = runtime-async-std

The runtime-async-std feature is set by default whenever testfixtures is added without default-features = false somewhere in the dependency tree.

runtime-tokio

Enables runtime-tokio of sqlx ^0.3

runtime-async-std default

Enables runtime-async-std of sqlx ^0.3

sqlx:

Base runtime features without TLS

mysql

testfixtures has 4 features without comments.