Cargo Features
[dependencies]
kpostgres_fixture = { version = "0.2.0", default-features = false, features = ["docker"] }
- default = docker
-
The
docker
feature is set by default wheneverkpostgres_fixture
is added without
somewhere in the dependency tree.default-features = false - docker default = dockworker
-
Affects
kpostgres_fixture::with_temporary_postgres
…
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.
- dockworker docker
-
Enables dockworker ^0.0.13