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 whenever bomboni_request is added without default-features = false somewhere in the dependency tree.

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