Cargo Features

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

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 moosicbox_database_connection

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

Enables postgres and tls of moosicbox_database_connection

postgres-native-tls default = postgres

Enables postgres-native-tls of moosicbox_database_connection

postgres-openssl default = postgres

Enables postgres-openssl of moosicbox_database_connection

postgres-raw default = postgres

Enables postgres-raw of moosicbox_database_connection

postgres-sqlx default = postgres

Enables postgres-sqlx of moosicbox_database_connection

moosicbox_tunnel_server has 9 features without comments.