Cargo Features

bot_sdk_line has no features set by default.

[dependencies]
bot_sdk_line = { version = "0.1.1", features = ["rocket_support", "actix_support", "ntex_support", "xitca_support"] }
rocket_support = rocket

Affects support::rocket

actix_support = actix-web

Affects support::actix

ntex_support = ntex

Affects support::ntex

xitca_support = xitca-web

Affects support::XitcaError, support::xitca

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

actix-web actix_support?
ntex ntex_support?
rocket rocket_support?
xitca-web xitca_support?