Cargo Features
[dependencies]
bollard-next-buildkit-proto = { version = "0.4.0", default-features = false, features = ["build", "fetch"] }
- default = fetch
-
The
fetch
feature is set by default wheneverbollard-next-buildkit-proto
is added without
somewhere in the dependency tree.default-features = false - build = tonic-build
-
Required by the gen binary
- fetch default = ureq
-
Required by the fetch binary
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.
- tonic-build build?
-
Enables tonic-build ^0.11
- ureq fetch