Cargo Features
discord_injector-lib has no features set by default.
[dependencies]
discord_injector-lib = { version = "0.3.21", features = ["ws"] }
- ws = futures-util, tokio-tungstenite, tungstenite, url
-
Affects
asar::pack_asar_ws
,asar::extract_asar_ws
,inject::inject_ws
…
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 ws?
- tokio-tungstenite ws?
-
Enables tokio-tungstenite ^0.16
- tungstenite ws?
-
Enables tungstenite ^0.17
- futures-util ws?