Cargo Features

ridl-proto has no features set by default.

[dependencies]
ridl-proto = { version = "0.0.1", features = ["py", "wasm", "json", "msgpack"] }
py

Enables pyo3, py of ridl-derive and ridl-impl

Affects ridl-proto::py

wasm

Enables wasm-bindgen, wasm of ridl-derive

json

Enables json of ridl-derive

msgpack

Enables msgpack of ridl-derive