# 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 = "valence_nbt" version = "0.8.0" description = "Minecraft's Named Binary Tag (NBT) format." documentation = "https://docs.rs/valence_nbt/" readme = "README.md" keywords = [ "nbt", "minecraft", "serialization", ] license = "MIT" repository = "https://github.com/valence-rs/valence" [dependencies.byteorder] version = "1.4.3" optional = true [dependencies.cesu8] version = "1.1.0" optional = true [dependencies.indexmap] version = "2.0.0" optional = true [dependencies.java_string] version = "0.1.0" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.40" optional = true [dependencies.uuid] version = "1.3.1" optional = true [dependencies.valence_ident] version = "0.2.0-alpha.1" optional = true [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_json] version = "1.0.96" [features] binary = [ "dep:byteorder", "dep:cesu8", ] java_string = ["dep:java_string"] preserve_order = ["dep:indexmap"] serde = [ "dep:serde", "dep:thiserror", "indexmap?/serde", ] snbt = []