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
somewhere in the dependency tree.default-features = false - 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