Cargo Features

Elusion has no features set by default.

[dependencies]
elusion = { version = "3.9.0", features = ["all", "dashboard", "api", "azure", "postgres", "mysql"] }
all = api, azure, dashboard, mysql, postgres
dashboard all?

Enables plotly

Affects elusion::ReportLayout, elusion::TableOptions

api all?

Enables reqwest and urlencoding

azure all?

Enables azure_storage and azure_storage_blobs

postgres all?

Enables rust_decimal and tokio-postgres

Affects elusion::PostgresConfig, elusion::PostgresConnection

mysql all?

Enables mysql_async ^0.32.2

Affects elusion::MySqlConfig, elusion::MySqlConnection