# 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 = "2021" name = "commandblock" version = "0.4.1" authors = [ "Jake 'PIXL' Evans", "Valink Solutions", ] description = "A library providing utilities for working with Minecraft data." documentation = "https://docs.rs/commandblock" readme = "README.md" keywords = [ "minecraft", "nbt", "bedrock", "java", "data", ] categories = [ "data-structures", "parsing", "utilities", ] license = "GPL-3.0-only" repository = "https://github.com/Valink-Solutions/CommandBlock" [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0.26" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.flate2] version = "1.0.26" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] serde = ["dep:serde"]