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 wheneverbotx-api-framework
is added without
somewhere in the dependency tree.default-features = false - actix-web default
-
Enables actix-files, actix-http, and actix-web
Affects
extensions::actix
,integration::actix
…