Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
blueprint-manager-bridge = { version = "0.1.0-alpha.9", default-features = false, features = ["tracing", "client", "server"] }
default = tracing

The tracing feature is set by default whenever blueprint-manager-bridge is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing of blueprint-core

client

Enables hyper-util, tokio-vsock, and tower

hyper-util:

Client

Affects blueprint-manager-bridge::client

server

Enables router of tonic ^0.13.1

Affects blueprint-manager-bridge::server