Cargo Features
[dependencies]
prost-wkt-types = { version = "0.6.0", default-features = false, features = ["std", "vendored-protoc", "vendored-protox"] }
- default = std
-
The
std
feature is set by default wheneverprost-wkt-types
is added without
somewhere in the dependency tree.default-features = false - std default
- vendored-protoc = protobuf-src
- vendored-protox = protox
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.
- protobuf-src build vendored-protoc?
-
Enables protobuf-src ^1.1.0
- protox build vendored-protox?
-
Enables protox ^0.6.0