Cargo Features

bomboni_proto has no features set by default.

[dependencies]
bomboni_proto = { version = "0.1.55", features = ["tonic", "chrono", "json", "wasm", "js", "testing"] }
tonic

Enables http and tonic ^0.10.2

chrono

Enables chrono, chrono of bomboni_common

json

Enables serde_json

Affects helpers::is_truthy, helpers::merge_json

wasm

Enables bomboni_wasm and wasm-bindgen, wasm of bomboni_common

js

Enables js of bomboni_common

testing