Cargo Features

[dependencies]
bomboni_request = { version = "0.1.56", default-features = false, features = ["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.

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

Affects bomboni_request::bomboni

postgres

Enables bytes and postgres-types

testing default

Affects bomboni_request::testing