Cargo Features
[dependencies]
nova-api = { version = "0.1.4", default-features = false, features = ["protobuf-codec", "prost-codec"] }
- default = protobuf-codec
-
The
protobuf-codec
feature is set by default whenevernova-api
is added without
somewhere in the dependency tree.default-features = false - protobuf-codec default = bytes
-
Enables bytes of protobuf ^2, protobuf-codec of protobuf-build
- prost-codec build = lazy_static, prost
-
Enables prost-codec of protobuf-build
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.