Cargo Features
Minceraft has no features set by default.
[dependencies]
minceraft = { version = "0.2.1", features = ["net", "auth", "tokio-byteorder", "tokio"] }
- net
-
Enables aes ^0.7, byteorder, cfb8 ^0.7, flate2, hematite-nbt, and uuid
Affects
minceraft::net
… - auth
-
Enables base64 ^0.13, byteorder, chrono, reqwest ^0.11, serde, serde_derive, and serde_json
Affects
minceraft::auth
…
Features from optional dependencies
- tokio-byteorder implicit feature
-
Enables tokio-byteorder
tokio-byteorder:
Asynchronous library for reading/writing numbers in big-endian and little-endian
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications