mine_data_structs 1.0.10

Minecraft data structures
Documentation
# 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 = "2024"
name = "mine_data_structs"
version = "1.0.10"
authors = ["sergious234 <sergious23@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft data structures"
readme = "README.md"
keywords = ["minecraft"]
license = "GPL-2.0"
repository = "https://github.com/sergious234/mine_data_structs"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.dirs]
version = "5.0.1"

[dependencies.indexmap]
version = "2.10.0"
features = [
    "serde",
    "rayon",
]

[dependencies.serde]
version = "^1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "^1"
features = [
    "alloc",
    "std",
]
optional = true
default-features = false