golden_apple 0.14.0

A Rust library for decoding and sharing Minecraft data types
Documentation
[package]

name = "golden_apple"

version = "0.14.0"

authors = ["thisjaiden"]

edition = "2018"

keywords = ["api", "parse", "minecraft"]

categories = ["data-structures", "encoding"]

description = "A Rust library for decoding and sharing Minecraft data types"

repository = "https://github.com/thisjaiden/golden_apple"

readme = "README.md"

license = "MIT"



[dependencies]

serde = { version = "1.0.130", features = ["derive"] }

serde_json = "1.0.67"

reqwest = { version = "0.11.4", features = ["blocking"] }