Cargo Features

[dependencies]
mangadex-desktop-api2 = { version = "0.6.0-alpha.6", default-features = false, features = ["use_fern", "actix_web"] }
default = actix_web

The actix_web feature is set by default whenever mangadex-desktop-api2 is added without default-features = false somewhere in the dependency tree.

use_fern

Enables fern

Required by the special-eureka-downloader binary

actix_web default

Enables actix-cors, actix-web, and serde_qs

Affects mangadex-desktop-api2::launch_server, mangadex-desktop-api2::launch_server_w_app_state, mangadex-desktop-api2::launch_async_server_default, mangadex-desktop-api2::launch_server_default, _find_all_downloaded_chapter::find_all_downloaded_chapter, _find_all_downloaded_manga::find_all_downloaded_manga, app_state::AppState.server_options, server::get_actix_app, server::launch_async_server

Required by the special-eureka-downloader binary