Cargo Features

[dependencies]
pssh-box = { version = "0.1.5", default-features = false, features = ["vendored-protoc"] }
default = vendored-protoc

The vendored-protoc feature is set by default whenever pssh-box is added without default-features = false somewhere in the dependency tree.

vendored-protoc build default

Enables protobuf-src

PsshBox has 2 features without comments.