# 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 = "simdnbt" version = "0.6.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "an unnecessarily fast nbt decoder" readme = "README.md" license = "MIT" repository = "https://github.com/azalea-rs/simdnbt" [profile.bench] lto = true debug = 2 [profile.release] lto = true debug = 0 [lib] name = "simdnbt" path = "src/lib.rs" [[example]] name = "hypixel" path = "examples/hypixel.rs" [[example]] name = "hypixel_no_derive" path = "examples/hypixel_no_derive.rs" [[example]] name = "read_and_write" path = "examples/read_and_write.rs" [[example]] name = "registry" path = "examples/registry.rs" [[bench]] name = "compare" path = "benches/compare.rs" harness = false [[bench]] name = "compare_hypixel" path = "benches/compare_hypixel.rs" harness = false [[bench]] name = "mutf8" path = "benches/mutf8.rs" harness = false [[bench]] name = "nbt_borrow" path = "benches/nbt_borrow.rs" harness = false [[bench]] name = "nbt_owned" path = "benches/nbt_owned.rs" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.flate2] version = "^1.0.30" [dependencies.simd_cesu8] version = "1.0.1" [dependencies.simdnbt-derive] version = "0.6.0" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.valence_nbt] version = "0.8.0" features = ["binary"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.fastnbt] version = "2.5.0" [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.shen-nbt5] version = "0.4.6" [dev-dependencies.valence_nbt] version = "0.8.0" features = ["binary"] [features] default = ["derive"] derive = ["dep:simdnbt-derive"]