binary-io 0.1.0

A crate for reading and writing binary data files, according to LCS4. Also supports an extend version of the NBT format, as well as the ShadeNBT format.
Documentation
[dependencies.cryptostream]
optional = true
version = "0.3"

[dependencies.fake-enum]
version = "0.1.2"

[dependencies.openssl]
features = ["vendored"]
optional = true
version = "0.10"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.serde]
optional = true
version = "1.0.111"

[dependencies.uuid]
optional = true
version = "0.8.2"

[dependencies.zeroize]
optional = true
version = "1.1.0"

[features]
crypto_shade = ["shade", "cryptostream", "openssl", "zeroize"]
default = ["nbt"]
nbt = []
random_uuid = ["rand"]
shade = ["nbt"]
uuid_v1 = ["uuid", "uuid/v1", "rand"]

[package]
authors = ["Connor <chorman64@gmail.com>"]
description = "A crate for reading and writing binary data files, according to LCS4.\nAlso supports an extend version of the NBT format, as well as the ShadeNBT format.\n"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "binary-io"
repository = "https://github.com/chorman0773/PokemonSMS-Rust"
version = "0.1.0"