# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hematite-nbt" version = "0.5.2" authors = ["Aaron Jacobs ", "Fenhl ", "Carlos Cobo "] description = "A full-featured library for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support." documentation = "https://docs.rs/hematite-nbt/" readme = "README.md" keywords = ["nbt", "minecraft", "serde", "serialization"] license = "MIT" repository = "https://github.com/PistonDevelopers/hematite_nbt" [lib] name = "nbt" path = "src/lib.rs" bench = false [[bench]] name = "filetests" harness = false [dependencies.byteorder] version = "1.0.0" [dependencies.cesu8] version = "1.1.0" [dependencies.flate2] version = "1.0.16" [dependencies.indexmap] version = "1.4" features = ["serde-1"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["serde"] preserve_order = ["indexmap"]