Cargo Features

[dependencies]
switchy = { version = "0.1.3", default-features = false, features = ["all", "fail-on-warnings", "simulator", "async", "async-fs", "async-io", "async-net", "async-rt-multi-thread", "async-simulator", "async-sync", "async-time", "async-tokio", "async-util", "async-macros", "database", "database-api", "database-mysql", "database-mysql-sqlx", "database-postgres", "database-postgres-raw", "database-postgres-sqlx", "database-schema", "database-simulator", "database-sqlite", "database-sqlite-rusqlite", "database-sqlite-sqlx", "database-sqlx", "database-tls", "database-connection", "database-connection-creds", "database-connection-mysql", "database-connection-mysql-sqlx", "database-connection-postgres", "database-connection-postgres-native-tls", "database-connection-postgres-openssl", "database-connection-postgres-raw", "database-connection-postgres-sqlx", "database-connection-simulator", "database-connection-sqlite", "database-connection-sqlite-rusqlite", "database-connection-sqlite-sqlx", "database-connection-sqlx", "database-connection-tls", "fs", "fs-async", "fs-simulator", "fs-std", "fs-sync", "fs-tokio", "http", "http-json", "http-reqwest", "http-serde", "http-simulator", "http-stream", "http-models", "http-models-actix", "http-models-reqwest", "http-models-serde", "mdns", "mdns-scanner", "mdns-simulator", "random", "random-rand", "random-simulator", "tcp", "tcp-simulator", "tcp-tokio", "telemetry", "telemetry-actix", "telemetry-simulator", "time", "time-simulator", "time-std", "upnp", "upnp-api", "upnp-listener", "upnp-openapi", "upnp-player", "upnp-simulator"] }
default = all

The all feature is set by default whenever switchy is added without default-features = false somewhere in the dependency tree.

all default = async, async-fs, async-io, async-net, async-rt-multi-thread, async-simulator, async-sync, async-tokio, async-util, database, database-api, database-mysql, database-mysql-sqlx, database-postgres, database-postgres-raw, database-postgres-sqlx, database-schema, database-simulator, database-sqlite, database-sqlite-rusqlite, database-sqlite-sqlx, database-sqlx, database-tls, fs-async, fs-simulator, fs-std, fs-sync, fs-tokio, http-json, http-models-actix, http-models-reqwest, http-models-serde, http-reqwest, http-serde, http-simulator, http-stream, mdns-scanner, mdns-simulator, random-rand, random-simulator, tcp-simulator, tcp-tokio, telemetry-actix, telemetry-simulator
fail-on-warnings
simulator

Enables simulator of optional switchy_async, optional switchy_async_macros, optional switchy_database, optional switchy_database_connection, optional switchy_fs, optional switchy_http, optional switchy_mdns, optional switchy_random, optional switchy_tcp, optional switchy_telemetry, optional switchy_time, and optional switchy_upnp

async all

Enables switchy_async

async-fs all

Enables fs of optional switchy_async

async-io all

Enables io of optional switchy_async

async-net all

Enables net of optional switchy_async

async-rt-multi-thread all

Enables rt-multi-thread of optional switchy_async

async-simulator all

Enables simulator of optional switchy_async

async-sync all

Enables sync of optional switchy_async

async-time

Enables time of optional switchy_async

async-tokio all

Enables tokio of optional switchy_async

async-util all

Enables util of optional switchy_async

async-macros

Enables switchy_async_macros, macros of optional switchy_async

database all

Enables switchy_database

database-api all

Enables api of optional switchy_database

database-mysql all

Enables mysql of optional switchy_database

database-mysql-sqlx all

Enables mysql-sqlx of optional switchy_database

database-postgres all

Enables postgres of optional switchy_database

database-postgres-raw all

Enables postgres-raw of optional switchy_database

database-postgres-sqlx all

Enables postgres-sqlx of optional switchy_database

database-schema all

Enables schema of optional switchy_database

database-simulator all

Enables simulator of optional switchy_database

database-sqlite all

Enables sqlite of optional switchy_database

database-sqlite-rusqlite all

Enables sqlite-rusqlite of optional switchy_database

database-sqlite-sqlx all

Enables sqlite-sqlx of optional switchy_database

database-sqlx all

Enables sqlx of optional switchy_database

database-tls all

Enables tls of optional switchy_database

database-connection

Enables switchy_database_connection

database-connection-creds

Enables creds of optional switchy_database_connection

database-connection-mysql

Enables mysql of optional switchy_database_connection

database-connection-mysql-sqlx

Enables mysql-sqlx of optional switchy_database_connection

database-connection-postgres

Enables postgres of optional switchy_database_connection

database-connection-postgres-native-tls

Enables postgres-native-tls of optional switchy_database_connection

database-connection-postgres-openssl

Enables postgres-openssl of optional switchy_database_connection

database-connection-postgres-raw

Enables postgres-raw of optional switchy_database_connection

database-connection-postgres-sqlx

Enables postgres-sqlx of optional switchy_database_connection

database-connection-simulator

Enables simulator of optional switchy_database_connection

database-connection-sqlite

Enables sqlite of optional switchy_database_connection

database-connection-sqlite-rusqlite

Enables sqlite-rusqlite of optional switchy_database_connection

database-connection-sqlite-sqlx

Enables sqlite-sqlx of optional switchy_database_connection

database-connection-sqlx

Enables sqlx of optional switchy_database_connection

database-connection-tls

Enables tls of optional switchy_database_connection

fs

Enables switchy_fs

fs-async all

Enables async of optional switchy_fs

fs-simulator all

Enables simulator of optional switchy_fs

fs-std all

Enables std of optional switchy_fs

fs-sync all

Enables sync of optional switchy_fs

fs-tokio all

Enables tokio of optional switchy_fs

http

Enables switchy_http

http-json all

Enables json of optional switchy_http

http-reqwest all

Enables reqwest of optional switchy_http

http-serde all

Enables serde of optional switchy_http

http-simulator all

Enables simulator of optional switchy_http

http-stream all

Enables stream of optional switchy_http

http-models

Enables switchy_http_models

http-models-actix all

Enables actix of optional switchy_http_models

http-models-reqwest all

Enables reqwest of optional switchy_http_models

http-models-serde all

Enables serde of optional switchy_http_models

mdns

Enables switchy_mdns

mdns-scanner all

Enables scanner of optional switchy_mdns

mdns-simulator all

Enables simulator of optional switchy_mdns

random

Enables switchy_random

random-rand all

Enables rand of optional switchy_random

random-simulator all

Enables simulator of optional switchy_random

tcp

Enables switchy_tcp

tcp-simulator all

Enables simulator of optional switchy_tcp

tcp-tokio all

Enables tokio of optional switchy_tcp

telemetry

Enables switchy_telemetry

telemetry-actix all

Enables actix of optional switchy_telemetry

telemetry-simulator all

Enables simulator of optional switchy_telemetry

time

Enables switchy_time

time-simulator

Enables simulator of optional switchy_time

time-std

Enables std of optional switchy_time

upnp

Enables switchy_upnp

upnp-api

Enables api of optional switchy_upnp

upnp-listener

Enables listener of optional switchy_upnp

upnp-openapi

Enables openapi of optional switchy_upnp

upnp-player

Enables player of optional switchy_upnp

upnp-simulator

Enables simulator of optional switchy_upnp

Switchy has 81 features without comments.