# 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 = "world-transmuter-engine" version = "0.8.0" description = "The engine part of the port of DataConverter to Rust" homepage = "https://github.com/Earthcomputer/world-transmuter-engine" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Earthcomputer/world-transmuter-engine" [dependencies.java_string] version = "0.1" [dependencies.log] version = "0.4.21" [dependencies.valence_nbt] version = "0.8" features = ["java_string"] [dev-dependencies.valence_nbt] version = "0.8" features = [ "java_string", "snbt", ]