[dependencies.itertools]
version = "0.14.0"
[dependencies.minecraft-command-types_derive]
version = "0.1.0"
[dependencies.nonempty]
version = "0.12.0"
[dependencies.ordered-float]
version = "5.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.strum]
features = ["derive"]
version = "0.27.2"
[[example]]
name = "datapack"
path = "examples/datapack.rs"
[lib]
name = "minecraft_command_types"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Provides an AST like structure for Minecraft commands."
edition = "2024"
keywords = ["minecraft", "ast", "command", "datapack"]
license = "Apache-2.0"
name = "minecraft-command-types"
readme = "README.md"
repository = "https://github.com/RevolvingMadness/minecraft-command-types"
version = "0.1.0"