Cargo Features

[dependencies]
bin-proto = { version = "0.7.1", default-features = false, features = ["std", "derive"] }
default = derive, std

These default features are set whenever bin-proto is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bitstream-io

derive default = bin-proto-derive

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.

bin-proto-derive derive