# 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 = "ussr-nbt" version = "0.2.1" authors = ["TheAIguy_"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very fast and versatile NBT library for Minecraft: Java Edition." readme = "README.md" license = "MIT" repository = "https://github.com/TheAIguy-dev/ussr" [lib] name = "ussr_nbt" path = "src/lib.rs" [[example]] name = "borrow" path = "examples/borrow.rs" [[example]] name = "owned" path = "examples/owned.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "compare" path = "benches/compare.rs" harness = false [[bench]] name = "read" path = "benches/read.rs" harness = false [[bench]] name = "swap_endian" path = "benches/swap_endian.rs" [[bench]] name = "write" path = "benches/write.rs" harness = false [dependencies.bytemuck] version = "1.16.3" features = ["extern_crate_alloc"] [dependencies.byteorder] version = "1.5.0" [dependencies.flate2] version = "1.0.30" [dependencies.paste] version = "1.0.15" [dependencies.simd_cesu8] version = "1.0.1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.crab_nbt] version = "0.1.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.flate2] version = "1.0.30" [dev-dependencies.golden_apple] version = "0.17.1" [dev-dependencies.graphite_binary] version = "0.1.0" [dev-dependencies.hematite-nbt] version = "0.5.2" default-features = false [dev-dependencies.mimalloc] version = "0.1.43" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.quartz_nbt] version = "0.2.9" [dev-dependencies.shen-nbt5] version = "0.4.6" [dev-dependencies.simdnbt] version = "0.6.0" [dev-dependencies.valence_nbt] version = "0.8.0" features = ["binary"] [features] default = ["rt_cpu_feat"] rt_cpu_feat = []