alchemyst 0.52.0

Alchemyst PCG tool based on Intuicio scripting platform
# 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 = "2024"
name = "alchemyst"
version = "0.52.0"
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
build = false
exclude = ["./resources"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alchemyst PCG tool based on Intuicio scripting platform"
homepage = "https://github.com/PsichiX/intuicio"
documentation = "https://docs.rs/alchemyst"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/PsichiX/intuicio"
resolver = "2"

[[bin]]
name = "alchemyst"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6"

[dependencies.image]
version = "0.25"

[dependencies.intuicio-backend-vm]
version = "0.52"

[dependencies.intuicio-core]
version = "0.52"

[dependencies.intuicio-data]
version = "0.52"

[dependencies.intuicio-derive]
version = "0.52"

[dependencies.intuicio-frontend-simpleton]
version = "0.52"
features = [
    "console",
    "fs",
    "jobs",
    "plugins",
]
default-features = false

[dependencies.vek]
version = "0.17"