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 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 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