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 whenever protoc-plugin-by-closure is added without default-features = false somewhere in the dependency tree.

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.

tempfile on-memory