Cargo Features

[dependencies]
sg-prost = { version = "0.11.3", default-features = false, features = ["std", "no-recursion-limit", "sg-prost-derive"] }
default = sg-prost-derive, std

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

std default

Affects encoding::hash_map

no-recursion-limit

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.

sg-prost-derive default