Cargo Features
[dependencies]
haqq-indexer-proto = { version = "0.0.40", default-features = false, features = ["proto_full", "haqq_indexer", "haqq_indexer_logevent", "haqq_indexer_txmessage"] }
- default = proto_full
-
The
proto_full
feature is set by default wheneverhaqq-indexer-proto
is added without
somewhere in the dependency tree.default-features = false - proto_full default = haqq_indexer, haqq_indexer_logevent, haqq_indexer_txmessage
-
@@protoc_deletion_point(features)
This section is automatically generated by protoc-gen-prost-crate.
Changes in this area may be lost on regeneration. - haqq_indexer haqq_indexer_logevent? haqq_indexer_txmessage? proto_full = haqq_indexer_logevent, haqq_indexer_txmessage
-
Affects
gen::haqq.indexer
… - haqq_indexer_logevent haqq_indexer? proto_full = haqq_indexer
-
Affects
gen::indexer.logevent
… - haqq_indexer_txmessage haqq_indexer? proto_full = haqq_indexer
-
Affects
gen::indexer.txmessage
…