Cargo Features

shvproto has no features set by default.

[dependencies]
shvproto = { version = "6.1.6", features = ["cp2cp", "serde", "cq", "specialization"] }
cp2cp

Enables simple_logger

Required by the cp2cp binary

serde

Enables serde

cq

Enables jaq-all

Affects shvproto::jaq

specialization

Enables feature min_specialization of nightly compiler and provides special impl From<Collection<RpcValue>> for RpcValue to just move the data without iterating through collections.