Cargo Features

[dependencies]
skyblock-rs = { version = "0.2.5", default-features = false, features = ["client", "nbt", "bytes"] }
default = client

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

client default = futures, hyper, hyper-tls, serde_json

Affects skyblock-rs::client, skyblock-rs::methods

nbt = bytes, hematite-nbt

Affects objects::nbt

bytes nbt? = base64

Affects items::Item.bytes, items::ItemBytes, items::ItemBytesT0

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.

base64 bytes?

Enables base64 ^0.12

futures client
hematite-nbt nbt?

Enables hematite-nbt ^0.4

hyper client

Enables hyper ^0.13

hyper-tls client

Enables hyper-tls ^0.4

serde_json client