# 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 = "rustmatica" version = "0.5.0" authors = ["RubixDev"] exclude = [ ".github", "dprint.json", "test_files", ] description = "A Rust library for reading, editing, and writing Minecraft litematic files" readme = "README.md" keywords = [ "minecraft", "serde", "litematic", "litematica", "nbt", ] categories = [ "encoding", "wasm", ] license = "GPL-3.0-only" repository = "https://github.com/RubixDev/rustmatica" [package.metadata.docs.rs] all-features = true [dependencies.document-features] version = "0.2.8" optional = true [dependencies.fastnbt] version = "2.5.0" [dependencies.flate2] version = "1.0.30" [dependencies.image] version = "0.25.1" optional = true [dependencies.mcdata] version = "0.4.0" features = ["serde"] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dev-dependencies.bounded-integer] version = "0.5.7" [dev-dependencies.mcdata] version = "0.4.0" features = [ "serde", "latest", "block-states", ] [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.viuer] version = "0.7.1" [dev-dependencies.zip] version = "1.2.3" features = ["deflate"] default-features = false [build-dependencies.rustc_version] version = "0.4.0" optional = true [features] _mcdata-all = [ "mcdata/entities", "mcdata/block-entities", "mcdata/mc-all", ] chrono = ["dep:chrono"] default = [ "chrono", "image", ] docs = [ "dep:document-features", "dep:rustc_version", ] image = ["dep:image"] [target."cfg(not(target_family = \"wasm\"))".dependencies.chrono] version = "0.4.38" optional = true [target."cfg(target_family = \"wasm\")".dependencies.chrono] version = "0.4.38" features = ["wasmbind"] optional = true [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.69"