# 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 = "crab_nbt" version = "0.2.4" authors = [ "Norbiros", "SzczurekYT", "other CrabNBT Contributors", ] build = false exclude = [ "tests", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Up-to-date Rust crate for easy and intuitive working with NBT data." readme = "README.md" keywords = [ "minecraft", "nbt", "crabcraft", ] categories = ["parser-implementations"] license = "GPL-3.0-only" repository = "https://github.com/CrabCraftDev/CrabNBT" [profile.bench] debug = 2 [lib] name = "crab_nbt" path = "src/lib.rs" [[bench]] name = "read" path = "benches/read.rs" harness = false [dependencies.bytes] version = "1.7.2" [dependencies.cesu8] version = "1.1.0" [dependencies.derive_more] version = "1.0.0" features = [ "into", "from", ] [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.flate2] version = "1.0.34" [features] default = ["macro"] full = [ "macro", "serde", ] macro = [] serde = ["dep:serde"]