Cargo Features
[dependencies]
bomboni = { version = "0.1.61", default-features = false, features = ["derive", "prost", "proto", "request", "template", "serde", "chrono", "tokio", "tonic", "wasm", "js", "fs", "postgres"] }
- default = prost, proto, request
-
These default features are set whenever
bomboni
is added without
somewhere in the dependency tree.default-features = false - derive
-
Enables derive of bomboni_request and bomboni_wasm
- prost default proto
-
Enables bomboni_prost
Affects
bomboni::prost
… - proto default = prost
-
Enables bomboni_proto
Affects
bomboni::proto
… - request default
-
Enables bomboni_request
Affects
bomboni::request
… - template
-
Enables bomboni_template
Affects
bomboni::template
… - serde
-
Enables serde of bomboni_common
- chrono
-
Enables chrono of bomboni_proto
- tokio
-
Enables tokio of bomboni_common
- tonic
-
Enables tonic of bomboni_proto and bomboni_request
- wasm
-
Enables bomboni_wasm, wasm of bomboni_common, bomboni_proto, and bomboni_request
Affects
bomboni::wasm
… - js
-
Enables js of bomboni_common, bomboni_proto, and bomboni_wasm
- fs
-
Enables bomboni_fs
Affects
bomboni::fs
… - postgres
-
Enables postgres of bomboni_common and bomboni_request