# 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 = "mc-unified-bookshelf" version = "0.6.6" exclude = ["test/**"] description = "A library for reading and writing different kinds of minecraft files." readme = "README.md" keywords = [ "minecraft", "nbt", "files", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/mc_unified/bookshelf" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bookshelf" [dependencies.mc-unified-endermite] version = "0.1.1" [dependencies.residua-mutf8] version = "2" optional = true [dependencies.serde] version = "1" [dev-dependencies.flate2] version = "1" [dev-dependencies.serde_derive] version = "1" [features] be = [] default = ["nbt"] dev-be-legacy-alpha = ["be"] je = [] je-region = [ "je", "nbt", ] nbt = ["dep:residua-mutf8"]