Cargo Features
[dependencies]
bomboni_request = { version = "0.1.62", default-features = false, features = ["root-crate", "derive", "tonic", "wasm", "postgres", "mysql", "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 wasm-bindgen, bomboni_wasm, getrandom, and js-sys, wasm-bindgen of time, wasm of bomboni_common and bomboni_proto
- postgres
-
Enables bytes and postgres-types
- mysql
-
Enables mysql_common ^0.32.4
- testing default
-
Affects
bomboni_request::testing
…