Cargo Features

[dependencies]
asciicker-rs = { version = "0.0.4", default-features = false, features = ["all", "packets", "bot"] }
default = all

The all feature is set by default whenever asciicker-rs is added without default-features = false somewhere in the dependency tree.

all default = bot, packets
packets all bot?

Affects y6::packets, y6::prelude, y6::utils

bot all = packets

Affects y6::bot, y6::prelude, y6::utils