asterion-core 0.1.0

Pure game logic for asterion - data and rules for the labyrinth game.
Documentation
# 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 = "asterion-core"
version = "0.1.0"
authors = ["Alessandro Ricottone <ricott2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure game logic for asterion - data and rules for the labyrinth game."
readme = "README.md"
keywords = [
    "game",
    "labyrinth",
    "tui",
]
categories = ["games"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ricott1/asterion"

[lib]
name = "asterion_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.knossos]
version = "1.2.0"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]