# 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.5.0" authors = ["Owen Gage "] 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" [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" [features] arbitrary1 = ["arbitrary"]