# 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 = "shulkerscript" version = "0.1.0" authors = ["Moritz Hölting "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shulkerscript language implementation with compiler" homepage = "https://shulkerscript.hoelting.dev/" readme = "README.md" keywords = [ "minecraft", "datapack", "mcfunction", ] categories = [ "compilers", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/moritz-hoelting/shulkerscript-lang" [lib] name = "shulkerscript" path = "src/lib.rs" [[test]] name = "parsing" path = "tests/parsing/main.rs" [[test]] name = "transpiling" path = "tests/transpiling/main.rs" [dependencies.chksum-md5] version = "0.0.0" [dependencies.colored] version = "2.1.0" [dependencies.derive_more] version = "1.0.0" features = [ "deref", "deref_mut", "from", ] default-features = false [dependencies.enum-as-inner] version = "0.6.0" [dependencies.getset] version = "0.1.2" [dependencies.itertools] version = "0.13.0" [dependencies.mlua] version = "0.9.7" features = [ "lua54", "vendored", ] optional = true [dependencies.path-absolutize] version = "3.1.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.197" features = [ "derive", "rc", ] optional = true [dependencies.shulkerbox] version = "0.1.0" optional = true default-features = false [dependencies.strsim] version = "0.11.1" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [features] default = [ "fs_access", "lua", "shulkerbox", "zip", ] fs_access = ["shulkerbox?/fs_access"] lua = ["dep:mlua"] serde = [ "dep:serde", "shulkerbox?/serde", ] shulkerbox = ["dep:shulkerbox"] zip = ["shulkerbox?/zip"] [target.'cfg(target_arch = "wasm32")'.dependencies.path-absolutize] version = "3.1.1" features = ["use_unix_paths_on_wasm"]