Cargo Features

[dependencies]
po_ones_nerfect = { version = "0.1.4", default-features = false, features = ["rkyv", "json", "protobuf"] }
default = json, protobuf, rkyv

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

rkyv default = bytecheck

Enables rkyv

json default = serde, serde_json

Affects mpsc::JsonSender

protobuf default

Enables prost ^0.10

Affects mpsc::ProtobufSender

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.

prost protobuf

Enables prost ^0.10

serde json
serde_json json
bytecheck rkyv

Enables bytecheck ^0.6