Cargo Features
[dependencies]
bomboni_request = { version = "0.1.61", default-features = false, features = ["root-crate", "derive", "tonic", "wasm", "postgres", "testing"] }
- default = testing
-
The
testing
feature is set by default wheneverbomboni_request
is added without
somewhere in the dependency tree.default-features = false - root-crate
-
Enables root-crate of bomboni_request_derive
- derive
-
Affects
bomboni_request::derive
… - tonic
-
Enables tonic, tonic of bomboni_proto
- wasm
-
Enables bomboni_wasm, getrandom, js-sys, and wasm-bindgen, wasm of bomboni_common and bomboni_proto
- postgres
-
Enables bytes and postgres-types
- testing default
-
Affects
bomboni_request::testing
…