[package] name = "nbtq" version = "0.1.0" edition = "2021" authors = ["Ashhhleyyy "] license = "MIT" description = "Convert NBT files into JSON for easy processing with tools like jq" homepage = "https://github.com/ashhhleyyy/nbtq" repository = "https://github.com/ashhhleyyy/nbtq" readme = "README.md" keywords = ["minecraft", "nbt", "jq"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.18", features = ["derive"] } color-eyre = { version = "0.6.1", default-features = false } hematite-nbt = "0.5.2" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81"