Cargo Features

[dependencies]
moosicbox_tunnel_server = { version = "0.1.1", default-features = false, features = ["fail-on-warnings", "base64", "sqlite", "postgres", "postgres-native-tls", "postgres-openssl", "postgres-raw", "postgres-sqlx", "telemetry"] }
default = base64, postgres-native-tls, postgres-openssl, postgres-raw, postgres-sqlx, telemetry

These default features are set whenever moosicbox_tunnel_server is added without default-features = false somewhere in the dependency tree.

fail-on-warnings
base64 default

Enables base64 of moosicbox_tunnel

sqlite

Enables sqlite and sqlite-sqlx of gimbal_database_connection

postgres postgres-native-tls postgres-openssl postgres-raw postgres-sqlx

Enables postgres and tls of gimbal_database_connection

postgres-native-tls default = postgres

Enables postgres-native-tls of gimbal_database_connection

postgres-openssl default = postgres

Enables postgres-openssl of gimbal_database_connection

postgres-raw default = postgres

Enables postgres-raw of gimbal_database_connection

postgres-sqlx default = postgres

Enables postgres-sqlx of gimbal_database_connection

telemetry default

Enables gimbal_telemetry and tracing

moosicbox_tunnel_server has 10 features without comments.