# 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] edition = "2018" name = "luna_nbt" version = "0.0.3" authors = ["Sam Huddart "] description = "Another library for Minecraft's Named Binary Tag (NBT) format." keywords = ["nbt", "minecraft", "format", "serde", "binary"] license = "MIT" repository = "https://github.com/samhdev/luna_nbt" [lib] name = "nbt" path = "src/lib.rs" bench = false [dependencies.byteorder] version = "^1.4.2" [dependencies.cesu8] version = "1.1.0" [dependencies.serde] version = "^1.0.123" optional = true [dev-dependencies.serde] version = "^1.0.123" features = ["derive"] [features] default = ["with_serde", "serde_boolean"] serde_boolean = [] serde_unsigned = [] with_serde = ["serde"]