Cargo Features
bot-rs-core has no features set by default.
[dependencies]
bot-rs-core = { version = "0.4.4", features = ["plugin-loader", "twitch-api", "derive", "hyper"] }
- plugin-loader = rocket, tokio
-
Affects
bot-rs-core::plugins
… - twitch-api = chrono, derive_more, reqwest, rocket, url
-
This may be better exported to a separate package
Affects
bot-rs-core::twitch_api
… - derive = bot-rs-core-derive
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.
- url twitch-api?
- reqwest twitch-api?
-
Enables reqwest ^0.10.4
- rocket plugin-loader? twitch-api?
-
Enables rocket ^0.4.5
- chrono twitch-api?
- hyper implicit feature
-
Enables hyper ^0.13.8
hyper:
A fast and correct HTTP library
- bot-rs-core-derive derive?
- tokio plugin-loader?
-
Enables tokio ^0.2
- derive_more twitch-api?
-
Enables derive_more ^0.99.11