Cargo Features

adiscord has no features set by default.

[dependencies]
adiscord = { version = "0.0.10", features = ["gateway"] }
gateway = adiscord-intents, async-trait, ezsockets, os_info, serde_json, tokio, url

Enables gateway of adiscord-types

Affects adiscord::gateway, adiscord::Client.token, adiscord::Client.gateway

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.

adiscord-intents gateway?
async-trait gateway?
ezsockets gateway?

Enables ezsockets ^0.5.1

os_info gateway?
serde_json gateway?
tokio gateway?
url gateway?