Cargo Features

[dependencies]
botx-api-framework = { version = "0.1.8", default-features = false, features = ["actix-web"] }
default = actix-web

The actix-web feature is set by default whenever botx-api-framework is added without default-features = false somewhere in the dependency tree.

actix-web default

Enables actix-files, actix-http, and actix-web

Affects extensions::actix, integration::actix