Cargo Features
[dependencies]
protoc-plugin-by-closure = { version = "0.1.3", default-features = false, features = ["on-memory"] }
- default = on-memory
-
The
on-memory
feature is set by default wheneverprotoc-plugin-by-closure
is added without
somewhere in the dependency tree.default-features = false - on-memory default = tempfile
-
Affects
protoc-plugin-by-closure::ProtocOnMemory
…
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.