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