fastnbt 2.6.2

Serde deserializer for Minecraft's NBT format
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fastnbt"
version = "2.6.2"
authors = ["Owen Gage <owengage@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde deserializer for Minecraft's NBT format"
readme = "README.md"
keywords = [
    "minecraft",
    "nbt",
    "serde",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/owengage/fastnbt"

[features]
arbitrary1 = ["arbitrary"]

[lib]
name = "fastnbt"
path = "src/lib.rs"

[[example]]
name = "avoid-allocation"
path = "examples/avoid-allocation.rs"

[[example]]
name = "change-world-spawn"
path = "examples/change-world-spawn.rs"

[[example]]
name = "change-world-spawn-value"
path = "examples/change-world-spawn-value.rs"

[[example]]
name = "fastnbt-value"
path = "examples/fastnbt-value.rs"

[[example]]
name = "nbt-dump"
path = "examples/nbt-dump.rs"

[[example]]
name = "simple-deserialize"
path = "examples/simple-deserialize.rs"

[dependencies.arbitrary]
version = "1"
features = ["derive"]
optional = true

[dependencies.byteorder]
version = "1"

[dependencies.cesu8]
version = "1.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11.5"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.serde_json]
version = "1"