# 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 = "shulkerbox" version = "0.1.0" authors = ["Moritz Hölting "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for creating Minecraft datapacks in Rust" readme = "README.md" keywords = [ "minecraft", "datapack", "mcfunction", ] categories = [ "compilers", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/moritz-hoelting/shulkerbox" [lib] name = "shulkerbox" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.chksum-md5] version = "0.0.0" [dependencies.getset] version = "0.1.2" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.114" [dependencies.tracing] version = "0.1.40" [dependencies.zip] version = "2.1.3" features = [ "deflate", "time", ] optional = true default-features = false [dev-dependencies.tempfile] version = "3.13.0" [features] default = [ "fs_access", "zip", ] fs_access = [] serde = ["dep:serde"] zip = ["dep:zip"]