Cargo Features
[dependencies]
bomboni_proto = { version = "0.1.61", default-features = false, features = ["tonic", "chrono", "wasm", "js", "testing"] }
- default = testing
-
The
testing
feature is set by default wheneverbomboni_proto
is added without
somewhere in the dependency tree.default-features = false - tonic
- chrono
-
Enables chrono, chrono of bomboni_common
- wasm
-
Enables bomboni_wasm, js-sys, serde-wasm-bindgen, and wasm-bindgen, wasm of bomboni_common
- js
-
Enables js of bomboni_common
- testing default
bomboni_proto has 6 features without comments.