nbted 1.5.2

Command-line NBT editor
Documentation
[[bin]]
name = "nbted"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.getopts]
version = "0.2"

[dependencies.tempfile]
version = "3"

[dev-dependencies.datatest-stable]
version = "0.3"

[lib]
name = "nbted"
path = "src/lib.rs"

[package]
authors = ["C4K3 <crates.io@c4k3.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "Command-line NBT editor"
edition = "2021"
keywords = ["nbt"]
license = "CC0-1.0"
name = "nbted"
readme = "README.md"
repository = "https://github.com/C4K3/nbted"
version = "1.5.2"

[[test]]
name = "compression"
path = "tests/compression.rs"

[[test]]
harness = false
name = "datatest"
path = "tests/datatest.rs"