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 wheneverskyblock-rs
is added without
somewhere in the dependency tree.default-features = false - 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